JUnit version 4.13.2
.SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/dist-test-taskYXmvW5/java/build/jars/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/dist-test-taskYXmvW5/java/build/jars/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
18:51:14.488 [INFO - main] (RandomUtils.java:49) Using random seed: 1786474274453
18:51:14.512 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
18:51:14.559 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
18:51:14.567 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskYXmvW5/test-tmp
18:51:14.569 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/release/bin
18:51:14.572 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskYXmvW5/java/build/dist-test/../../../build/release/bin/kudu, test, mini_cluster, --serialization=pb]
18:51:14.593 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

18:51:14.745 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:51:14.752 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

18:51:14.754 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.753895  7681 mini_oidc.cc:152] Starting JWKS server
18:51:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.755084  7681 webserver.cc:460] Webserver started at http://127.0.0.1:37525/ using document root <none> and password file <none>
18:51:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.755223  7681 mini_oidc.cc:189] Starting OIDC Discovery server
18:51:14.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.755452  7681 webserver.cc:460] Webserver started at http://127.0.0.1:33999/ using document root <none> and password file <none>
18:51:14.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:51:14Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
18:51:14.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:51:14Z Disabled control of system clock
18:51:14.769 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.769755  7681 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/wal
18:51:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/data
18:51:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:51:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:51:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:51:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:14.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:14.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:14.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/logs
18:51:14.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/data/info.pb
18:51:14.771 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:51:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:51:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:51:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:51:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:14.772 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:14.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:14.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:51:14.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:51:14.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:51:14.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:51:14.773 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.126:41919
18:51:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.126
18:51:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:14.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:51:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:51:14.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37525/jwks.json with env {}
18:51:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.852506  7698 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
18:51:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.852777  7698 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:51:14.853 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.852813  7698 flags.cc:425] Enabled unsafe flag: --never_fsync=true
18:51:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.854205  7698 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
18:51:14.854 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.854285  7698 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
18:51:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.854308  7698 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
18:51:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.854327  7698 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
18:51:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.854347  7698 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
18:51:14.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.854362  7698 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:37525/jwks.json
18:51:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.856256  7698 master_runner.cc:386] Master server non-default flags:
18:51:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:14.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:14.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/data
18:51:14.857 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/wal
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.126:41919
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:51:14.858 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37525/jwks.json
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/data/info.pb
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.126
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.7698
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:51:14.859 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/logs
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 17:59:43 UTC on ccycloud.quasar-xuakos.root.comops.site
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581133
18:51:14.860 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.856534  7698 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:51:14.861 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.856920  7698 file_cache.cc:493] Constructed file cache file cache with capacity 419430
18:51:14.864 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.864619  7705 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.864742  7704 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.864672  7698 server_base.cc:1034] running on GCE node
18:51:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.865304  7709 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:14.865 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.865535  7698 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:51:14.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.865928  7698 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:51:14.867 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.867106  7698 hybrid_clock.cc:648] HybridClock initialized: now 1786474274867093 us; error 33 us; skew 500 ppm
18:51:14.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.868706  7698 webserver.cc:460] Webserver started at http://127.7.128.126:42245/ using document root <none> and password file <none>
18:51:14.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.869001  7698 fs_manager.cc:359] Metadata directory not provided
18:51:14.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.869127  7698 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:51:14.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.869280  7698 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
18:51:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.870368  7698 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/data/instance:
18:51:14.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b6874ca986b14e3d805ca085b3ad6e24"
18:51:14.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:14 on dist-test-slave-6k22"
18:51:14.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.870828  7698 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/wal/instance:
18:51:14.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b6874ca986b14e3d805ca085b3ad6e24"
18:51:14.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:14 on dist-test-slave-6k22"
18:51:14.872 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.872632  7698 fs_manager.cc:691] Time spent creating directory manager: real 0.002s	user 0.000s	sys 0.003s
18:51:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.873520  7715 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:51:14.873 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.873739  7698 fs_manager.cc:725] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
18:51:14.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.873819  7698 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/data,/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/wal
18:51:14.874 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "b6874ca986b14e3d805ca085b3ad6e24"
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:14 on dist-test-slave-6k22"
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.873867  7698 fs_report.cc:383] FS layout report
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/wal
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/wal
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/data/data
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:51:14.875 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:51:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:51:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:51:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:51:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:51:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:51:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:51:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:51:14.876 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:51:14.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.885979  7698 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
18:51:14.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.886232  7698 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:51:14.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.886335  7698 kserver.cc:163] Server-wide thread pool size limit: 3276
18:51:14.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.890317  7698 rpc_server.cc:307] RPC server started. Bound to: 127.7.128.126:41919
18:51:14.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.890353  7782 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.7.128.126:41919 every 8 connection(s)
18:51:14.890 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.890723  7698 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/data/info.pb
18:51:14.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.891409  7783 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:14.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.893496  7783 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } has no permanent_uuid. Determining permanent_uuid...
18:51:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.894862  7681 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskYXmvW5/build/release/bin/kudu as pid 7698
18:51:14.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.894956  7681 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-0/wal/instance
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.895872  7681 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/wal
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/data
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/logs
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/data/info.pb
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:51:14.896 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.125:40911
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.125
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:14.897 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:51:14.898 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:14.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:51:14.900 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37525/jwks.json with env {}
18:51:14.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.900830  7783 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } has no permanent_uuid. Determining permanent_uuid...
18:51:14.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.901284  7716 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.7.128.125:40911: connect: Connection refused (error 111)
18:51:14.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.901801  7783 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.7.128.125:40911: Network error: Client connection negotiation failed: client connection to 127.7.128.125:40911: connect: Connection refused (error 111)
18:51:14.951 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.951069  7783 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } attempt: 1
18:51:14.952 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.952009  7783 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.7.128.125:40911: Network error: Client connection negotiation failed: client connection to 127.7.128.125:40911: connect: Connection refused (error 111)
18:51:14.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.979439  7787 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
18:51:14.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.979660  7787 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:51:14.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.979681  7787 flags.cc:425] Enabled unsafe flag: --never_fsync=true
18:51:14.980 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.980804  7787 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
18:51:14.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.980844  7787 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
18:51:14.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.980857  7787 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
18:51:14.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.980870  7787 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
18:51:14.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.980882  7787 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
18:51:14.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.980893  7787 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:37525/jwks.json
18:51:14.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.982285  7787 master_runner.cc:386] Master server non-default flags:
18:51:14.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:14.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:14.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/data
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/wal
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.125:40911
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:51:14.983 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37525/jwks.json
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/data/info.pb
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.125
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.7787
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:14.984 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/logs
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
18:51:14.985 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:51:14.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 17:59:43 UTC on ccycloud.quasar-xuakos.root.comops.site
18:51:14.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581133
18:51:14.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.982491  7787 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:51:14.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.982749  7787 file_cache.cc:493] Constructed file cache file cache with capacity 419430
18:51:14.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.988762  7796 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:14.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.988770  7798 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:14.989 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:14.988869  7795 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:14.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.988976  7787 server_base.cc:1034] running on GCE node
18:51:14.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.989991  7787 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:51:14.990 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.990375  7787 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:51:14.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.991549  7787 hybrid_clock.cc:648] HybridClock initialized: now 1786474274991530 us; error 36 us; skew 500 ppm
18:51:14.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.992918  7787 webserver.cc:460] Webserver started at http://127.7.128.125:38369/ using document root <none> and password file <none>
18:51:14.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.993183  7787 fs_manager.cc:359] Metadata directory not provided
18:51:14.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.993258  7787 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:51:14.993 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.993412  7787 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
18:51:14.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.994436  7787 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/data/instance:
18:51:14.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5"
18:51:14.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:14 on dist-test-slave-6k22"
18:51:14.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.994836  7787 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/wal/instance:
18:51:14.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5"
18:51:14.995 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:14 on dist-test-slave-6k22"
18:51:14.996 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.996500  7787 fs_manager.cc:691] Time spent creating directory manager: real 0.001s	user 0.000s	sys 0.003s
18:51:14.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.997387  7805 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:51:14.997 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.997568  7787 fs_manager.cc:725] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
18:51:14.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.997656  7787 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/data,/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/wal
18:51:14.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5"
18:51:14.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:14 on dist-test-slave-6k22"
18:51:14.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:14.997720  7787 fs_report.cc:383] FS layout report
18:51:14.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:51:14.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/wal
18:51:14.998 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/wal
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/data/data
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:51:14.999 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:51:15.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.009140  7787 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
18:51:15.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.009487  7787 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:51:15.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.009634  7787 kserver.cc:163] Server-wide thread pool size limit: 3276
18:51:15.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.013535  7787 rpc_server.cc:307] RPC server started. Bound to: 127.7.128.125:40911
18:51:15.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.013569  7871 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.7.128.125:40911 every 8 connection(s)
18:51:15.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.013995  7787 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/data/info.pb
18:51:15.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.014757  7874 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:15.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.016703  7874 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } has no permanent_uuid. Determining permanent_uuid...
18:51:15.020 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.020164  7783 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } attempt: 2
18:51:15.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.021378  7681 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskYXmvW5/build/release/bin/kudu as pid 7787
18:51:15.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.021473  7681 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-1/wal/instance
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.021867  7681 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/wal
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/data
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/logs
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/data/info.pb
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:51:15.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.124:37095
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.124
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:15.023 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:15.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:15.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:15.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:15.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:51:15.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:15.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:51:15.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37525/jwks.json with env {}
18:51:15.024 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.022497  7874 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } has no permanent_uuid. Determining permanent_uuid...
18:51:15.025 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.025707  7783 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } has no permanent_uuid. Determining permanent_uuid...
18:51:15.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.026286  7783 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.7.128.124:37095: Network error: Client connection negotiation failed: client connection to 127.7.128.124:37095: connect: Connection refused (error 111)
18:51:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.029289  7874 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } has no permanent_uuid. Determining permanent_uuid...
18:51:15.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.029686  7812 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.7.128.124:37095: connect: Connection refused (error 111)
18:51:15.032 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.031967  7874 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.7.128.124:37095: Network error: Client connection negotiation failed: client connection to 127.7.128.124:37095: connect: Connection refused (error 111)
18:51:15.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.069489  7783 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } attempt: 1
18:51:15.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.070447  7783 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.7.128.124:37095: Network error: Client connection negotiation failed: client connection to 127.7.128.124:37095: connect: Connection refused (error 111)
18:51:15.081 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.081220  7874 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } attempt: 1
18:51:15.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.082041  7874 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.7.128.124:37095: Network error: Client connection negotiation failed: client connection to 127.7.128.124:37095: connect: Connection refused (error 111)
18:51:15.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.111734  7880 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
18:51:15.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.111950  7880 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:51:15.112 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.111974  7880 flags.cc:425] Enabled unsafe flag: --never_fsync=true
18:51:15.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.113060  7880 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
18:51:15.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.113093  7880 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
18:51:15.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.113107  7880 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
18:51:15.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.113119  7880 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
18:51:15.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.113132  7880 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
18:51:15.113 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.113143  7880 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:37525/jwks.json
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.114421  7880 master_runner.cc:386] Master server non-default flags:
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/data
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/wal
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:15.114 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.124:37095
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:37525/jwks.json
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/data/info.pb
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.124
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.7880
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:15.115 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/logs
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 17:59:43 UTC on ccycloud.quasar-xuakos.root.comops.site
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581133
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.114626  7880 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:51:15.116 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.114930  7880 file_cache.cc:493] Constructed file cache file cache with capacity 419430
18:51:15.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.117615  7783 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } attempt: 2
18:51:15.118 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.118453  7783 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.7.128.124:37095: Network error: Client connection negotiation failed: client connection to 127.7.128.124:37095: connect: Connection refused (error 111)
18:51:15.120 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.120515  7889 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.120823  7890 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.120988  7892 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.121418  7880 server_base.cc:1034] running on GCE node
18:51:15.121 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.121656  7880 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:51:15.122 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.121969  7880 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:51:15.123 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.123399  7880 hybrid_clock.cc:648] HybridClock initialized: now 1786474275123371 us; error 41 us; skew 500 ppm
18:51:15.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.124878  7880 webserver.cc:460] Webserver started at http://127.7.128.124:44729/ using document root <none> and password file <none>
18:51:15.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.125137  7880 fs_manager.cc:359] Metadata directory not provided
18:51:15.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.125205  7880 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:51:15.125 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.125331  7880 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
18:51:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.126554  7880 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/data/instance:
18:51:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65aadc9d3943456a9841e4b58c1649e5"
18:51:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.126993  7880 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/wal/instance:
18:51:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65aadc9d3943456a9841e4b58c1649e5"
18:51:15.127 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.129 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.128985  7880 fs_manager.cc:691] Time spent creating directory manager: real 0.002s	user 0.000s	sys 0.004s
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.129878  7901 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.130098  7880 fs_manager.cc:725] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.001s
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.130198  7880 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/data,/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/wal
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "65aadc9d3943456a9841e4b58c1649e5"
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.130268  7880 fs_report.cc:383] FS layout report
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/wal
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/wal
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/data/data
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:51:15.130 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:51:15.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:51:15.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:51:15.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:51:15.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:51:15.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:51:15.131 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:51:15.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.150207  7874 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } attempt: 2
18:51:15.151 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.151022  7874 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.7.128.124:37095: Network error: Client connection negotiation failed: client connection to 127.7.128.124:37095: connect: Connection refused (error 111)
18:51:15.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.153090  7880 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
18:51:15.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.153474  7880 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:51:15.153 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.153676  7880 kserver.cc:163] Server-wide thread pool size limit: 3276
18:51:15.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.157791  7880 rpc_server.cc:307] RPC server started. Bound to: 127.7.128.124:37095
18:51:15.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.157821  7962 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.7.128.124:37095 every 8 connection(s)
18:51:15.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.158236  7880 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/data/info.pb
18:51:15.159 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.159005  7963 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:15.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.160061  7681 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskYXmvW5/build/release/bin/kudu as pid 7880
18:51:15.160 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.160141  7681 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/master-2/wal/instance
18:51:15.161 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.161389  7963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } has no permanent_uuid. Determining permanent_uuid...
18:51:15.167 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.167393  7963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } has no permanent_uuid. Determining permanent_uuid...
18:51:15.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.170615  7963 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } has no permanent_uuid. Determining permanent_uuid...
18:51:15.174 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.174844  7963 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5: Bootstrap starting.
18:51:15.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.175417  7963 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5: Neither blocks nor log segments found. Creating new log.
18:51:15.175 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.175740  7963 log.cc:824] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5: Log is configured to *not* fsync() on all Append() calls
18:51:15.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.176412  7963 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5: No bootstrap required, opened a new log
18:51:15.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.178380  7963 raft_consensus.cc:348] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.178656  7963 raft_consensus.cc:374] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:15.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.178714  7963 raft_consensus.cc:729] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 65aadc9d3943456a9841e4b58c1649e5, State: Initialized, Role: FOLLOWER
18:51:15.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.178850  7963 consensus_queue.cc:260] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.179131  7973 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.179184  7963 sys_catalog.cc:564] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: configured and running, proceeding with master startup.
18:51:15.179 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.179219  7973 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: This master's current role is: FOLLOWER
18:51:15.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.181236  7986 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:51:15.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.181500  7986 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:51:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.181388  7880 master_runner.cc:186] Error getting master registration for 127.7.128.126:41919: OK, instance_id { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" instance_seqno: 1786474274889270 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:51:15.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.183447  7880 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
18:51:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.205063  7973 raft_consensus.cc:482] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
18:51:15.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.205199  7973 raft_consensus.cc:504] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.205578  7973 leader_election.cc:288] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b6874ca986b14e3d805ca085b3ad6e24 (127.7.128.126:41919), 9ca24ec58bdc4b6dadeaf25b3c81e0a5 (127.7.128.125:40911)
18:51:15.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.225597  7783 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } attempt: 3
18:51:15.230 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.230741  7783 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24: Bootstrap starting.
18:51:15.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.231338  7783 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24: Neither blocks nor log segments found. Creating new log.
18:51:15.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.232064  7783 log.cc:824] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24: Log is configured to *not* fsync() on all Append() calls
18:51:15.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.232858  7783 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24: No bootstrap required, opened a new log
18:51:15.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.234947  7783 raft_consensus.cc:348] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.235098  7783 raft_consensus.cc:374] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:15.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.235136  7783 raft_consensus.cc:729] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b6874ca986b14e3d805ca085b3ad6e24, State: Initialized, Role: FOLLOWER
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.235286  7783 consensus_queue.cc:260] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.235654  7783 sys_catalog.cc:564] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [sys.catalog]: configured and running, proceeding with master startup.
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.235689  7750 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "65aadc9d3943456a9841e4b58c1649e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6874ca986b14e3d805ca085b3ad6e24" is_pre_election: true
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.235931  7750 raft_consensus.cc:2454] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 65aadc9d3943456a9841e4b58c1649e5 in term 0.
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.236055  7989 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.236147  7989 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [sys.catalog]: This master's current role is: FOLLOWER
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.236191  7904 leader_election.cc:302] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 65aadc9d3943456a9841e4b58c1649e5, b6874ca986b14e3d805ca085b3ad6e24; no voters: 
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.236338  7973 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 0 FOLLOWER]: Leader pre-election won for term 1
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.236409  7973 raft_consensus.cc:482] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.236434  7973 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 0 FOLLOWER]: Advancing to term 1
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.237838  8006 catalog_manager.cc:1558] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:51:15.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.237886  8006 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:51:15.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.238478  7698 master_runner.cc:186] Error getting master registration for 127.7.128.125:40911: OK, instance_id { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" instance_seqno: 1786474275012572 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
18:51:15.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.241240  7698 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.237239  7973 raft_consensus.cc:504] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.241923  7750 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "65aadc9d3943456a9841e4b58c1649e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b6874ca986b14e3d805ca085b3ad6e24"
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.241986  7750 raft_consensus.cc:3037] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [term 0 FOLLOWER]: Advancing to term 1
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.242125  7874 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } attempt: 3
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.242864  7750 raft_consensus.cc:2454] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 65aadc9d3943456a9841e4b58c1649e5 in term 1.
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.243393  7904 leader_election.cc:302] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 65aadc9d3943456a9841e4b58c1649e5, b6874ca986b14e3d805ca085b3ad6e24; no voters: 
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.243613  8009 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 1 FOLLOWER]: Leader election won for term 1
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.243906  8009 raft_consensus.cc:686] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [term 1 LEADER]: Becoming Leader. State: Replica: 65aadc9d3943456a9841e4b58c1649e5, State: Running, Role: LEADER
18:51:15.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.244045  8009 consensus_queue.cc:237] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.244778  8009 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 65aadc9d3943456a9841e4b58c1649e5. Latest consensus state: current_term: 1 leader_uuid: "65aadc9d3943456a9841e4b58c1649e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.244911  8009 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: This master's current role is: LEADER
18:51:15.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.245194  8012 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
18:51:15.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.245893  8012 catalog_manager.cc:1484] Initializing Kudu cluster ID...
18:51:15.248 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.246135  7973 leader_election.cc:288] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [CANDIDATE]: Term 1 election: Requested vote from peers b6874ca986b14e3d805ca085b3ad6e24 (127.7.128.126:41919), 9ca24ec58bdc4b6dadeaf25b3c81e0a5 (127.7.128.125:40911)
18:51:15.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.248926  7874 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: Bootstrap starting.
18:51:15.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.249678  7874 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: Neither blocks nor log segments found. Creating new log.
18:51:15.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.250301  7874 log.cc:824] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: Log is configured to *not* fsync() on all Append() calls
18:51:15.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.250999  7874 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: No bootstrap required, opened a new log
18:51:15.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.253005  7874 raft_consensus.cc:348] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.253127  7874 raft_consensus.cc:374] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:15.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.253155  7874 raft_consensus.cc:729] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9ca24ec58bdc4b6dadeaf25b3c81e0a5, State: Initialized, Role: FOLLOWER
18:51:15.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.253284  7874 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } }
18:51:15.255 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.253602  7874 sys_catalog.cc:564] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [sys.catalog]: configured and running, proceeding with master startup.
18:51:15.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.256062  7839 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "65aadc9d3943456a9841e4b58c1649e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" is_pre_election: true
18:51:15.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.256213  7839 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 65aadc9d3943456a9841e4b58c1649e5 in term 0.
18:51:15.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.256457  7838 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "65aadc9d3943456a9841e4b58c1649e5" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5"
18:51:15.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.256520  7838 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [term 0 FOLLOWER]: Advancing to term 1
18:51:15.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.257272  7838 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 65aadc9d3943456a9841e4b58c1649e5 in term 1.
18:51:15.260 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.260357  7814 tablet.cc:2369] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: Can't schedule compaction. Clean time has not been advanced past its initial value.
18:51:15.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.263872  8014 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.264 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.264477  8014 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [sys.catalog]: This master's current role is: FOLLOWER
18:51:15.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.264709  7838 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [term 1 FOLLOWER]: Refusing update from remote peer 65aadc9d3943456a9841e4b58c1649e5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:51:15.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.265020  7973 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:51:15.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.265390  8027 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
18:51:15.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.265435  8027 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
18:51:15.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.266970  8014 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 65aadc9d3943456a9841e4b58c1649e5. Latest consensus state: current_term: 1 leader_uuid: "65aadc9d3943456a9841e4b58c1649e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.267485  8014 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [sys.catalog]: This master's current role is: FOLLOWER
18:51:15.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.268070  7750 raft_consensus.cc:1261] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [term 1 FOLLOWER]: Refusing update from remote peer 65aadc9d3943456a9841e4b58c1649e5: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
18:51:15.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.268337  7973 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
18:51:15.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.269615  7989 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 65aadc9d3943456a9841e4b58c1649e5. Latest consensus state: current_term: 1 leader_uuid: "65aadc9d3943456a9841e4b58c1649e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.269696  7989 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [sys.catalog]: This master's current role is: FOLLOWER
18:51:15.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.271525  8009 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "65aadc9d3943456a9841e4b58c1649e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.271631  8009 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: This master's current role is: LEADER
18:51:15.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.272631  8014 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "65aadc9d3943456a9841e4b58c1649e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.272709  8014 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5 [sys.catalog]: This master's current role is: FOLLOWER
18:51:15.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.273550  8031 mvcc.cc:205] Tried to move back new op lower bound from 7317398631481602048 to 7317398631401046016. Current Snapshot: MvccSnapshot[applied={T|T < 7317398631481602048}]
18:51:15.274 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.274221  8028 mvcc.cc:205] Tried to move back new op lower bound from 7317398631481602048 to 7317398631401046016. Current Snapshot: MvccSnapshot[applied={T|T < 7317398631481602048}]
18:51:15.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.275316  8012 catalog_manager.cc:1347] Generated new cluster ID: 40a0d14086f740cb9c5b25473e9867d6
18:51:15.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.275367  8012 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
18:51:15.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.280941  7973 sys_catalog.cc:455] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "65aadc9d3943456a9841e4b58c1649e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.281032  7973 sys_catalog.cc:458] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5 [sys.catalog]: This master's current role is: LEADER
18:51:15.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.281565  7989 sys_catalog.cc:455] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "65aadc9d3943456a9841e4b58c1649e5" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b6874ca986b14e3d805ca085b3ad6e24" member_type: VOTER last_known_addr { host: "127.7.128.126" port: 41919 } } peers { permanent_uuid: "9ca24ec58bdc4b6dadeaf25b3c81e0a5" member_type: VOTER last_known_addr { host: "127.7.128.125" port: 40911 } } peers { permanent_uuid: "65aadc9d3943456a9841e4b58c1649e5" member_type: VOTER last_known_addr { host: "127.7.128.124" port: 37095 } } }
18:51:15.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.281647  7989 sys_catalog.cc:458] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24 [sys.catalog]: This master's current role is: FOLLOWER
18:51:15.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.281764  8012 catalog_manager.cc:1370] Generated new certificate authority record
18:51:15.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.282240  8034 mvcc.cc:205] Tried to move back new op lower bound from 7317398631481602048 to 7317398631401046016. Current Snapshot: MvccSnapshot[applied={T|T < 7317398631481602048}]
18:51:15.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.282429  8012 catalog_manager.cc:1504] Loading token signing keys...
18:51:15.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.295642  8012 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 65aadc9d3943456a9841e4b58c1649e5: Generated new TSK 0
18:51:15.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.296160  8012 catalog_manager.cc:1514] Initializing in-progress tserver states...
18:51:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.302592  7681 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:15.302 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/wal
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/data
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/logs
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/data/info.pb
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.65:0
18:51:15.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.7.128.65
18:51:15.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.65
18:51:15.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:15.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:15.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:15.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:15.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:15.304 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
18:51:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.429561  8044 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
18:51:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.429762  8044 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:51:15.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.429782  8044 flags.cc:425] Enabled unsafe flag: --never_fsync=true
18:51:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.431027  8044 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
18:51:15.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.431100  8044 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.7.128.65
18:51:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.432557  8044 tablet_server_runner.cc:78] Tablet server non-default flags:
18:51:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:15.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/data
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/wal
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.65:0
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/data/info.pb
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.65
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8044
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.7.128.65
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/logs
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:15.433 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 17:59:43 UTC on ccycloud.quasar-xuakos.root.comops.site
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581133
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.432825  8044 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:51:15.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.433194  8044 file_cache.cc:493] Constructed file cache file cache with capacity 419430
18:51:15.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.439543  8050 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.439654  8052 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.439715  8055 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.443284  8044 server_base.cc:1034] running on GCE node
18:51:15.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.443499  8044 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:51:15.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.443781  8044 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:51:15.445 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.444959  8044 hybrid_clock.cc:648] HybridClock initialized: now 1786474275444937 us; error 35 us; skew 500 ppm
18:51:15.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.446434  8044 webserver.cc:460] Webserver started at http://127.7.128.65:43517/ using document root <none> and password file <none>
18:51:15.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.446695  8044 fs_manager.cc:359] Metadata directory not provided
18:51:15.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.446753  8044 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:51:15.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.446872  8044 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
18:51:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.448228  8044 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/data/instance:
18:51:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a"
18:51:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.448613  8044 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/wal/instance:
18:51:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a"
18:51:15.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.451287  8044 fs_manager.cc:691] Time spent creating directory manager: real 0.002s	user 0.002s	sys 0.001s
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.452095  8063 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.452282  8044 fs_manager.cc:725] Time spent opening block manager: real 0.001s	user 0.000s	sys 0.000s
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.452358  8044 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/data,/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/wal
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a"
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.452440  8044 fs_report.cc:383] FS layout report
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/wal
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/wal
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/data/data
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:51:15.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:51:15.453 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:51:15.454 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:51:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:51:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:51:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:51:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:51:15.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:51:15.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.478399  8044 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
18:51:15.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.478677  8044 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:51:15.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.478778  8044 kserver.cc:163] Server-wide thread pool size limit: 3276
18:51:15.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.478952  8044 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
18:51:15.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.479480  8044 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
18:51:15.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.479547  8044 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
18:51:15.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.479617  8044 ts_tablet_manager.cc:610] Registered 0 tablets
18:51:15.479 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.479638  8044 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
18:51:15.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.485741  8044 rpc_server.cc:307] RPC server started. Bound to: 127.7.128.65:40705
18:51:15.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.485785  8202 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.7.128.65:40705 every 8 connection(s)
18:51:15.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.486189  8044 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/data/info.pb
18:51:15.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.490839  7681 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskYXmvW5/build/release/bin/kudu as pid 8044
18:51:15.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.490939  7681 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-0/wal/instance
18:51:15.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.492497  7681 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:15.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:15.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/wal
18:51:15.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/data
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/logs
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/data/info.pb
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:51:15.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.66:0
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.7.128.66
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.66
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.492549  8205 heartbeater.cc:347] Connected to a master server at 127.7.128.125:40911
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.492640  8205 heartbeater.cc:464] Registering TS with master...
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.492834  8204 heartbeater.cc:347] Connected to a master server at 127.7.128.126:41919
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.492852  8205 heartbeater.cc:511] Master 127.7.128.125:40911 requested a full tablet report, sending...
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.492874  8204 heartbeater.cc:464] Registering TS with master...
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.492923  8204 heartbeater.cc:511] Master 127.7.128.126:41919 requested a full tablet report, sending...
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.493278  7738 ts_manager.cc:194] Registered new tserver with Master: ca808b6299bd4cc0badea8b5e0c2ad2a (127.7.128.65:40705)
18:51:15.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.493278  7826 ts_manager.cc:194] Registered new tserver with Master: ca808b6299bd4cc0badea8b5e0c2ad2a (127.7.128.65:40705)
18:51:15.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.495139  8203 heartbeater.cc:347] Connected to a master server at 127.7.128.124:37095
18:51:15.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.495196  8203 heartbeater.cc:464] Registering TS with master...
18:51:15.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.495262  8203 heartbeater.cc:511] Master 127.7.128.124:37095 requested a full tablet report, sending...
18:51:15.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.495784  7918 ts_manager.cc:194] Registered new tserver with Master: ca808b6299bd4cc0badea8b5e0c2ad2a (127.7.128.65:40705)
18:51:15.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.496446  7918 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.7.128.65:60865
18:51:15.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.575845  8210 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
18:51:15.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.576036  8210 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:51:15.576 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.576056  8210 flags.cc:425] Enabled unsafe flag: --never_fsync=true
18:51:15.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.577322  8210 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
18:51:15.577 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.577373  8210 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.7.128.66
18:51:15.578 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.578833  8210 tablet_server_runner.cc:78] Tablet server non-default flags:
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/data
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/wal
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.66:0
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/data/info.pb
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.66
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8210
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.7.128.66
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/logs
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:51:15.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 17:59:43 UTC on ccycloud.quasar-xuakos.root.comops.site
18:51:15.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581133
18:51:15.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.579023  8210 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:51:15.580 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.579360  8210 file_cache.cc:493] Constructed file cache file cache with capacity 419430
18:51:15.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.584367  8215 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.584411  8218 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.584393  8216 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.584620  8210 server_base.cc:1034] running on GCE node
18:51:15.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.584895  8210 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:51:15.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.585193  8210 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:51:15.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.586364  8210 hybrid_clock.cc:648] HybridClock initialized: now 1786474275586339 us; error 38 us; skew 500 ppm
18:51:15.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.587800  8210 webserver.cc:460] Webserver started at http://127.7.128.66:35029/ using document root <none> and password file <none>
18:51:15.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.588092  8210 fs_manager.cc:359] Metadata directory not provided
18:51:15.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.588199  8210 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:51:15.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.588341  8210 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
18:51:15.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.589318  8210 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/data/instance:
18:51:15.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "49367e0eb0e04551923afa03486dfd4d"
18:51:15.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.589697  8210 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/wal/instance:
18:51:15.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "49367e0eb0e04551923afa03486dfd4d"
18:51:15.589 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.591112  8210 fs_manager.cc:691] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.592013  8224 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.592181  8210 fs_manager.cc:725] Time spent opening block manager: real 0.000s	user 0.000s	sys 0.000s
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.592276  8210 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/data,/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/wal
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "49367e0eb0e04551923afa03486dfd4d"
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.592375  8210 fs_report.cc:383] FS layout report
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/wal
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/wal
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/data/data
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:51:15.592 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:51:15.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:51:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.607103  8210 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
18:51:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.607466  8210 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:51:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.607641  8210 kserver.cc:163] Server-wide thread pool size limit: 3276
18:51:15.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.607890  8210 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
18:51:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.608266  8210 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
18:51:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.608328  8210 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
18:51:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.608362  8210 ts_tablet_manager.cc:610] Registered 0 tablets
18:51:15.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.608381  8210 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
18:51:15.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.614547  8210 rpc_server.cc:307] RPC server started. Bound to: 127.7.128.66:45045
18:51:15.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.614598  8361 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.7.128.66:45045 every 8 connection(s)
18:51:15.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.614920  8210 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/data/info.pb
18:51:15.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.617635  7681 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskYXmvW5/build/release/bin/kudu as pid 8210
18:51:15.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.617722  7681 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-1/wal/instance
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.619407  7681 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskYXmvW5/build/release/bin/kudu
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/wal
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/data
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:15.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/logs
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/data/info.pb
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.67:0
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.7.128.67
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.67
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:15.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
18:51:15.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.621305  8363 heartbeater.cc:347] Connected to a master server at 127.7.128.126:41919
18:51:15.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.621393  8363 heartbeater.cc:464] Registering TS with master...
18:51:15.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.621567  8363 heartbeater.cc:511] Master 127.7.128.126:41919 requested a full tablet report, sending...
18:51:15.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.622076  7738 ts_manager.cc:194] Registered new tserver with Master: 49367e0eb0e04551923afa03486dfd4d (127.7.128.66:45045)
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.622983  8362 heartbeater.cc:347] Connected to a master server at 127.7.128.124:37095
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.623034  8362 heartbeater.cc:464] Registering TS with master...
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.623095  8362 heartbeater.cc:511] Master 127.7.128.124:37095 requested a full tablet report, sending...
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.623224  8364 heartbeater.cc:347] Connected to a master server at 127.7.128.125:40911
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.623263  8364 heartbeater.cc:464] Registering TS with master...
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.623317  8364 heartbeater.cc:511] Master 127.7.128.125:40911 requested a full tablet report, sending...
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.623291  7918 ts_manager.cc:194] Registered new tserver with Master: 49367e0eb0e04551923afa03486dfd4d (127.7.128.66:45045)
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.623682  7826 ts_manager.cc:194] Registered new tserver with Master: 49367e0eb0e04551923afa03486dfd4d (127.7.128.66:45045)
18:51:15.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.623814  7918 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.7.128.66:36369
18:51:15.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.706669  8369 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
18:51:15.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.706866  8369 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
18:51:15.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.706887  8369 flags.cc:425] Enabled unsafe flag: --never_fsync=true
18:51:15.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.708009  8369 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
18:51:15.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.708060  8369 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.7.128.67
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.709368  8369 tablet_server_runner.cc:78] Tablet server non-default flags:
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.7.128.84:45293
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/data
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/wal
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.7.128.67:0
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
18:51:15.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/data/info.pb
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.7.128.67
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.7.128.126:41919,127.7.128.125:40911,127.7.128.124:37095
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.8369
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.7.128.67
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/logs
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type RELEASE
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 17:59:43 UTC on ccycloud.quasar-xuakos.root.comops.site
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581133
18:51:15.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.710587  8369 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
18:51:15.711 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.710958  8369 file_cache.cc:493] Constructed file cache file cache with capacity 419430
18:51:15.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.716020  8374 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.716018  8375 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 18:51:15.716038  8378 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
18:51:15.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.716307  8369 server_base.cc:1034] running on GCE node
18:51:15.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.716532  8369 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
18:51:15.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.716805  8369 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
18:51:15.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.717972  8369 hybrid_clock.cc:648] HybridClock initialized: now 1786474275717949 us; error 35 us; skew 500 ppm
18:51:15.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.719352  8369 webserver.cc:460] Webserver started at http://127.7.128.67:44469/ using document root <none> and password file <none>
18:51:15.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.719681  8369 fs_manager.cc:359] Metadata directory not provided
18:51:15.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.719758  8369 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
18:51:15.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.719893  8369 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
18:51:15.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.720947  8369 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/data/instance:
18:51:15.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18146abb15c5448db2f4b44f337cc6f4"
18:51:15.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.721339  8369 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/wal/instance:
18:51:15.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18146abb15c5448db2f4b44f337cc6f4"
18:51:15.721 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.723 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.722990  8369 fs_manager.cc:691] Time spent creating directory manager: real 0.001s	user 0.003s	sys 0.000s
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.723865  8385 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.724035  8369 fs_manager.cc:725] Time spent opening block manager: real 0.001s	user 0.001s	sys 0.000s
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.724129  8369 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/data,/tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/wal
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "18146abb15c5448db2f4b44f337cc6f4"
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 18:51:15 on dist-test-slave-6k22"
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.724212  8369 fs_report.cc:383] FS layout report
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/wal
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/wal
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/data/data
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
18:51:15.724 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
18:51:15.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
18:51:15.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
18:51:15.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
18:51:15.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
18:51:15.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
18:51:15.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
18:51:15.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
18:51:15.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
18:51:15.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.732043  8369 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
18:51:15.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.732338  8369 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
18:51:15.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.732497  8369 kserver.cc:163] Server-wide thread pool size limit: 3276
18:51:15.732 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.732764  8369 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
18:51:15.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.733106  8369 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
18:51:15.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.733162  8369 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
18:51:15.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.733196  8369 ts_tablet_manager.cc:610] Registered 0 tablets
18:51:15.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.733212  8369 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
18:51:15.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.740288  8369 rpc_server.cc:307] RPC server started. Bound to: 127.7.128.67:34351
18:51:15.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.740332  8520 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.7.128.67:34351 every 8 connection(s)
18:51:15.740 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.740633  8369 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/data/info.pb
18:51:15.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.746120  7681 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskYXmvW5/build/release/bin/kudu as pid 8369
18:51:15.746 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.746219  7681 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskYXmvW5/test-tmp/mini-kudu-cluster2245044619411192154/ts-2/wal/instance
18:51:15.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.747514  8522 heartbeater.cc:347] Connected to a master server at 127.7.128.126:41919
18:51:15.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.747618  8523 heartbeater.cc:347] Connected to a master server at 127.7.128.125:40911
18:51:15.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.747637  8522 heartbeater.cc:464] Registering TS with master...
18:51:15.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.747691  8523 heartbeater.cc:464] Registering TS with master...
18:51:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.747872  8522 heartbeater.cc:511] Master 127.7.128.126:41919 requested a full tablet report, sending...
18:51:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.747870  8523 heartbeater.cc:511] Master 127.7.128.125:40911 requested a full tablet report, sending...
18:51:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.748256  8521 heartbeater.cc:347] Connected to a master server at 127.7.128.124:37095
18:51:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.748392  8521 heartbeater.cc:464] Registering TS with master...
18:51:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.748404  7738 ts_manager.cc:194] Registered new tserver with Master: 18146abb15c5448db2f4b44f337cc6f4 (127.7.128.67:34351)
18:51:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.748464  8521 heartbeater.cc:511] Master 127.7.128.124:37095 requested a full tablet report, sending...
18:51:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.748662  7826 ts_manager.cc:194] Registered new tserver with Master: 18146abb15c5448db2f4b44f337cc6f4 (127.7.128.67:34351)
18:51:15.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.748664  7918 ts_manager.cc:194] Registered new tserver with Master: 18146abb15c5448db2f4b44f337cc6f4 (127.7.128.67:34351)
18:51:15.749 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.749055  7918 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.7.128.67:51825
18:51:15.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:15.760990  7681 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
18:51:15.761 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
18:51:15.763 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

18:51:15.770 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.7.128.126"
      port: 41919
    }
    bound_http_address {
      host: "127.7.128.126"
      port: 42245
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.7.128.125"
      port: 40911
    }
    bound_http_address {
      host: "127.7.128.125"
      port: 38369
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.7.128.124"
      port: 37095
    }
    bound_http_address {
      host: "127.7.128.124"
      port: 44729
    }
  }
}

18:51:15.778 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

18:51:15.780 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.7.128.65"
      port: 40705
    }
    bound_http_address {
      host: "127.7.128.65"
      port: 43517
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.7.128.66"
      port: 45045
    }
    bound_http_address {
      host: "127.7.128.66"
      port: 35029
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.7.128.67"
      port: 34351
    }
    bound_http_address {
      host: "127.7.128.67"
      port: 44469
    }
  }
}

18:51:15.783 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
18:51:15.793 [DEBUG - main] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
18:51:15.798 [DEBUG - main] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
18:51:15.798 [DEBUG - main] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
18:51:15.803 [DEBUG - main] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@78365cfa
18:51:15.826 [DEBUG - main] (PlatformDependent0.java:497) -Dio.netty.noUnsafe: false
18:51:15.827 [DEBUG - main] (PlatformDependent0.java:1001) Java version: 8
18:51:15.827 [DEBUG - main] (PlatformDependent0.java:137) sun.misc.Unsafe.theUnsafe: available
18:51:15.828 [DEBUG - main] (PlatformDependent0.java:161) sun.misc.Unsafe.copyMemory: available
18:51:15.828 [DEBUG - main] (PlatformDependent0.java:193) sun.misc.Unsafe.storeFence: available
18:51:15.829 [DEBUG - main] (PlatformDependent0.java:236) java.nio.Buffer.address: available
18:51:15.829 [DEBUG - main] (PlatformDependent0.java:308) direct buffer constructor: available
18:51:15.830 [DEBUG - main] (PlatformDependent0.java:386) java.nio.Bits.unaligned: available, true
18:51:15.830 [DEBUG - main] (PlatformDependent0.java:460) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
18:51:15.830 [DEBUG - main] (PlatformDependent0.java:483) java.nio.DirectByteBuffer.<init>(long, {int,long}): available
18:51:15.830 [DEBUG - main] (PlatformDependent.java:1159) sun.misc.Unsafe: available
18:51:15.830 [DEBUG - main] (PlatformDependent.java:1289) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
18:51:15.830 [DEBUG - main] (PlatformDependent.java:1368) -Dio.netty.bitMode: 64 (sun.arch.data.model)
18:51:15.831 [DEBUG - main] (PlatformDependent.java:178) -Dio.netty.maxDirectMemory: 3799121920 bytes
18:51:15.831 [DEBUG - main] (PlatformDependent.java:185) -Dio.netty.uninitializedArrayAllocationThreshold: -1
18:51:15.832 [DEBUG - main] (CleanerJava6.java:92) java.nio.ByteBuffer.cleaner(): available
18:51:15.832 [DEBUG - main] (PlatformDependent.java:205) -Dio.netty.noPreferDirect: false
18:51:15.840 [DEBUG - main] (PlatformDependent.java:1010) org.jctools-core.MpscChunkedArrayQueue: available
18:51:15.874 [DEBUG - main] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 2
18:51:15.886 [DEBUG - main] (GlobalEventExecutor.java:53) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
18:51:15.892 [DEBUG - main] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
18:51:15.892 [DEBUG - main] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
18:51:15.899 [DEBUG - main] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
18:51:15.899 [DEBUG - main] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
18:51:15.942 [DEBUG - main] (PooledByteBufAllocator.java:157) -Dio.netty.allocator.numHeapArenas: 2
18:51:15.942 [DEBUG - main] (PooledByteBufAllocator.java:158) -Dio.netty.allocator.numDirectArenas: 2
18:51:15.942 [DEBUG - main] (PooledByteBufAllocator.java:160) -Dio.netty.allocator.pageSize: 8192
18:51:15.942 [DEBUG - main] (PooledByteBufAllocator.java:165) -Dio.netty.allocator.maxOrder: 9
18:51:15.942 [DEBUG - main] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.chunkSize: 4194304
18:51:15.942 [DEBUG - main] (PooledByteBufAllocator.java:170) -Dio.netty.allocator.smallCacheSize: 256
18:51:15.942 [DEBUG - main] (PooledByteBufAllocator.java:171) -Dio.netty.allocator.normalCacheSize: 64
18:51:15.942 [DEBUG - main] (PooledByteBufAllocator.java:172) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
18:51:15.943 [DEBUG - main] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.cacheTrimInterval: 8192
18:51:15.943 [DEBUG - main] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
18:51:15.943 [DEBUG - main] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.useCacheForAllThreads: false
18:51:15.943 [DEBUG - main] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
18:51:15.974 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:51:16.111 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
18:51:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.238404  8006 catalog_manager.cc:1259] Loaded cluster ID: 40a0d14086f740cb9c5b25473e9867d6
18:51:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.238472  8006 catalog_manager.cc:1552] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24: loading cluster ID for follower catalog manager: success
18:51:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.239286  8006 catalog_manager.cc:1574] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24: acquiring CA information for follower catalog manager: success
18:51:16.244 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.239537  8006 catalog_manager.cc:1602] T 00000000000000000000000000000000 P b6874ca986b14e3d805ca085b3ad6e24: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:51:16.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.265848  8027 catalog_manager.cc:1259] Loaded cluster ID: 40a0d14086f740cb9c5b25473e9867d6
18:51:16.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.265938  8027 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: loading cluster ID for follower catalog manager: success
18:51:16.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.266844  8027 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: acquiring CA information for follower catalog manager: success
18:51:16.267 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.267204  8027 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 9ca24ec58bdc4b6dadeaf25b3c81e0a5: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
18:51:16.392 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
18:51:16.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.497264  8203 heartbeater.cc:503] Master 127.7.128.124:37095 was elected leader, sending a full tablet report...
18:51:16.502 [INFO - main] (Logging.scala:57) ==============================================================
18:51:16.503 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
18:51:16.503 [INFO - main] (Logging.scala:57) ==============================================================
18:51:16.504 [INFO - main] (Logging.scala:57) Submitted application: test
18:51:16.533 [INFO - main] (Logging.scala:57) Default ResourceProfile created, executor resources: Map(cores -> name: cores, amount: 1, script: , vendor: , memory -> name: memory, amount: 1024, script: , vendor: , offHeap -> name: offHeap, amount: 0, script: , vendor: ), task resources: Map(cpus -> name: cpus, amount: 1.0)
18:51:16.550 [INFO - main] (Logging.scala:57) Limiting resource is cpu
18:51:16.550 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
18:51:16.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.624473  8362 heartbeater.cc:503] Master 127.7.128.124:37095 was elected leader, sending a full tablet report...
18:51:16.668 [INFO - main] (Logging.scala:57) Changing view acls to: slave
18:51:16.668 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
18:51:16.669 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
18:51:16.669 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
18:51:16.670 [INFO - main] (Logging.scala:57) SecurityManager: authentication disabled; ui acls disabled; users  with view permissions: Set(slave); groups with view permissions: Set(); users  with modify permissions: Set(slave); groups with modify permissions: Set()
18:51:16.750 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:16.749861  8521 heartbeater.cc:503] Master 127.7.128.124:37095 was elected leader, sending a full tablet report...
18:51:17.008 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 39527.
18:51:17.051 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
18:51:17.090 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
18:51:17.116 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
18:51:17.118 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
18:51:17.123 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
18:51:17.140 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-4c0f0649-39e8-4a41-a360-439526e252bb
18:51:17.187 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
18:51:17.207 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
18:51:17.404 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-6k22.c.gcp-upstream.internal
18:51:17.442 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 35939.
18:51:17.443 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-6k22.c.gcp-upstream.internal:35939
18:51:17.445 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
18:51:17.453 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-6k22.c.gcp-upstream.internal, 35939, None)
18:51:17.457 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-6k22.c.gcp-upstream.internal:35939 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-6k22.c.gcp-upstream.internal, 35939, None)
18:51:17.461 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-6k22.c.gcp-upstream.internal, 35939, None)
18:51:17.462 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-6k22.c.gcp-upstream.internal, 35939, None)
18:51:17.699 [INFO - main] (Log.java:169) Logging initialized @5096ms to org.sparkproject.jetty.util.log.Slf4jLog
18:51:17.951 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
18:51:18.004 [DEBUG - main] (Connection.java:748) [peer master-127.7.128.124:37095(127.7.128.124:37095)] connecting to peer
18:51:18.009 [DEBUG - main] (DefaultChannelId.java:79) -Dio.netty.processId: 7665 (auto-detected)
18:51:18.011 [DEBUG - main] (NetUtil.java:148) -Djava.net.preferIPv4Stack: true
18:51:18.012 [DEBUG - main] (NetUtil.java:149) -Djava.net.preferIPv6Addresses: false
18:51:18.013 [DEBUG - main] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
18:51:18.015 [DEBUG - main] (NetUtil.java:188) /proc/sys/net/core/somaxconn: 4096
18:51:18.016 [DEBUG - main] (DefaultChannelId.java:101) -Dio.netty.machineId: 02:42:58:ff:fe:be:6e:31 (auto-detected)
18:51:18.038 [DEBUG - main] (ByteBufUtil.java:88) -Dio.netty.allocator.type: pooled
18:51:18.039 [DEBUG - main] (ByteBufUtil.java:97) -Dio.netty.threadLocalDirectBufferSize: 0
18:51:18.039 [DEBUG - main] (ByteBufUtil.java:100) -Dio.netty.maxThreadLocalCharBufferSize: 16384
18:51:18.049 [DEBUG - main] (Connection.java:748) [peer master-127.7.128.125:40911(127.7.128.125:40911)] connecting to peer
18:51:18.051 [DEBUG - main] (Connection.java:748) [peer master-127.7.128.126:41919(127.7.128.126:41919)] connecting to peer
18:51:18.074 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.7.128.125:40911(127.7.128.125:40911)] Successfully connected to peer
18:51:18.074 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.7.128.124:37095(127.7.128.124:37095)] Successfully connected to peer
18:51:18.086 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
18:51:18.086 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
18:51:18.087 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@5f92cbd
18:51:18.092 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
18:51:18.093 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
18:51:18.093 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
18:51:18.093 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
18:51:18.093 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
18:51:18.140 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.7.128.126:41919(127.7.128.126:41919)] Successfully connected to peer
18:51:18.160 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.7.128.125
18:51:18.160 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.7.128.124
18:51:18.258 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.7.128.126
18:51:18.344 [DEBUG - kudu-nio-1] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
18:51:18.358 [DEBUG - kudu-nio-0] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
18:51:18.361 [DEBUG - kudu-nio-0] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
18:51:18.364 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x71a0f0e1, L:/127.0.0.1:41872 - R:/127.7.128.124:37095] using SASL/PLAIN
18:51:18.358 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x1dc4c3c7, L:/127.0.0.1:45920 - R:/127.7.128.125:40911] using SASL/PLAIN
18:51:18.372 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xae259ab4, L:/127.0.0.1:33014 - R:/127.7.128.126:41919] using SASL/PLAIN
18:51:18.410 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
18:51:18.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.470293  7918 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41872:
18:51:18.470 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
18:51:18.473 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.474 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
18:51:18.476 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
18:51:18.477 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000\006\001\000\000\0002\000\000\000\007\000\000\000\000"
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
18:51:18.478 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
18:51:18.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.484313  8282 tablet_service.cc:1467] Processing CreateTablet for tablet 853c1c371b624b6382f9a6dd0b5f6495 (DEFAULT_TABLE table=test [id=c7d83afc611c40719911383b5bcfafc7]), partition=RANGE (key) PARTITION 50 <= VALUES
18:51:18.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.484452  8441 tablet_service.cc:1467] Processing CreateTablet for tablet b9739f3acf784ce39f885f9d0aea54c2 (DEFAULT_TABLE table=test [id=c7d83afc611c40719911383b5bcfafc7]), partition=RANGE (key) PARTITION VALUES < 50
18:51:18.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.484743  8441 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b9739f3acf784ce39f885f9d0aea54c2. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:18.487 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.484743  8282 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 853c1c371b624b6382f9a6dd0b5f6495. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:18.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.488211  8596 tablet_bootstrap.cc:492] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4: Bootstrap starting.
18:51:18.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.488686  8597 tablet_bootstrap.cc:492] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d: Bootstrap starting.
18:51:18.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.489039  8596 tablet_bootstrap.cc:654] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4: Neither blocks nor log segments found. Creating new log.
18:51:18.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.489507  8596 log.cc:824] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4: Log is configured to *not* fsync() on all Append() calls
18:51:18.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.489658  8597 tablet_bootstrap.cc:654] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d: Neither blocks nor log segments found. Creating new log.
18:51:18.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.490023  8597 log.cc:824] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d: Log is configured to *not* fsync() on all Append() calls
18:51:18.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.490183  8596 tablet_bootstrap.cc:492] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4: No bootstrap required, opened a new log
18:51:18.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.490250  8596 ts_tablet_manager.cc:1397] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
18:51:18.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.490897  8597 tablet_bootstrap.cc:492] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d: No bootstrap required, opened a new log
18:51:18.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.490975  8597 ts_tablet_manager.cc:1397] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
18:51:18.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.492594  8596 raft_consensus.cc:348] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } }
18:51:18.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.492769  8596 raft_consensus.cc:374] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:18.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.492801  8596 raft_consensus.cc:729] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18146abb15c5448db2f4b44f337cc6f4, State: Initialized, Role: FOLLOWER
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493149  8596 consensus_queue.cc:260] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } }
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493260  8596 raft_consensus.cc:388] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493294  8596 raft_consensus.cc:482] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493335  8596 raft_consensus.cc:3037] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Advancing to term 1
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493610  8597 raft_consensus.cc:348] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } }
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493749  8597 raft_consensus.cc:374] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493798  8597 raft_consensus.cc:729] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49367e0eb0e04551923afa03486dfd4d, State: Initialized, Role: FOLLOWER
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493857  8596 raft_consensus.cc:504] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } }
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493907  8597 consensus_queue.cc:260] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } }
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493988  8597 raft_consensus.cc:388] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.493970  8596 leader_election.cc:302] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 18146abb15c5448db2f4b44f337cc6f4; no voters: 
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.494019  8597 raft_consensus.cc:482] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
18:51:18.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.494055  8597 raft_consensus.cc:3037] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Advancing to term 1
18:51:18.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.494102  8596 leader_election.cc:288] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [CANDIDATE]: Term 1 election: Requested vote from peers 
18:51:18.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.494321  8596 ts_tablet_manager.cc:1428] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
18:51:18.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.494640  8597 raft_consensus.cc:504] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } }
18:51:18.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.494730  8597 leader_election.cc:302] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 49367e0eb0e04551923afa03486dfd4d; no voters: 
18:51:18.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.494859  8597 leader_election.cc:288] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [CANDIDATE]: Term 1 election: Requested vote from peers 
18:51:18.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.495033  8597 ts_tablet_manager.cc:1428] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d: Time spent starting tablet: real 0.004s	user 0.004s	sys 0.000s
18:51:18.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.495350  8601 raft_consensus.cc:2781] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 1 FOLLOWER]: Leader election won for term 1
18:51:18.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.495709  8601 raft_consensus.cc:686] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [term 1 LEADER]: Becoming Leader. State: Replica: 18146abb15c5448db2f4b44f337cc6f4, State: Running, Role: LEADER
18:51:18.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.495931  8601 consensus_queue.cc:237] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } }
18:51:18.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.496274  8604 raft_consensus.cc:2781] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 1 FOLLOWER]: Leader election won for term 1
18:51:18.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.497560  7918 catalog_manager.cc:5495] T b9739f3acf784ce39f885f9d0aea54c2 P 18146abb15c5448db2f4b44f337cc6f4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 18146abb15c5448db2f4b44f337cc6f4 (127.7.128.67). New cstate: current_term: 1 leader_uuid: "18146abb15c5448db2f4b44f337cc6f4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } health_report { overall_health: HEALTHY } } }
18:51:18.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.498507  8604 raft_consensus.cc:686] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [term 1 LEADER]: Becoming Leader. State: Replica: 49367e0eb0e04551923afa03486dfd4d, State: Running, Role: LEADER
18:51:18.498 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.498824  8604 consensus_queue.cc:237] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } }
18:51:18.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.499496  7917 catalog_manager.cc:5495] T 853c1c371b624b6382f9a6dd0b5f6495 P 49367e0eb0e04551923afa03486dfd4d reported cstate change: term changed from 0 to 1, leader changed from <none> to 49367e0eb0e04551923afa03486dfd4d (127.7.128.66). New cstate: current_term: 1 leader_uuid: "49367e0eb0e04551923afa03486dfd4d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } health_report { overall_health: HEALTHY } } }
18:51:18.507 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table c7d83afc611c40719911383b5bcfafc7
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.538004  7917 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41872:
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.539 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
18:51:18.544 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table f1e3b5bf501b49ce98da8461701d2894
18:51:18.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.545385  8121 tablet_service.cc:1467] Processing CreateTablet for tablet cc840ca068ff403f9a225dba336c27d0 (DEFAULT_TABLE table=simple-test [id=f1e3b5bf501b49ce98da8461701d2894]), partition=RANGE (key) PARTITION UNBOUNDED
18:51:18.545 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.545809  8121 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cc840ca068ff403f9a225dba336c27d0. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:18.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.548978  8613 tablet_bootstrap.cc:492] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a: Bootstrap starting.
18:51:18.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.549621  8613 tablet_bootstrap.cc:654] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a: Neither blocks nor log segments found. Creating new log.
18:51:18.549 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.549875  8613 log.cc:824] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a: Log is configured to *not* fsync() on all Append() calls
18:51:18.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.550522  8613 tablet_bootstrap.cc:492] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a: No bootstrap required, opened a new log
18:51:18.550 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.550576  8613 ts_tablet_manager.cc:1397] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.552680  8613 raft_consensus.cc:348] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.552812  8613 raft_consensus.cc:374] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.552835  8613 raft_consensus.cc:729] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ca808b6299bd4cc0badea8b5e0c2ad2a, State: Initialized, Role: FOLLOWER
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.552996  8613 consensus_queue.cc:260] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.553071  8613 raft_consensus.cc:388] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.553093  8613 raft_consensus.cc:482] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.553121  8613 raft_consensus.cc:3037] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Advancing to term 1
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.553614  8613 raft_consensus.cc:504] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.553709  8613 leader_election.cc:302] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: ca808b6299bd4cc0badea8b5e0c2ad2a; no voters: 
18:51:18.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.553817  8613 leader_election.cc:288] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [CANDIDATE]: Term 1 election: Requested vote from peers 
18:51:18.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.553865  8615 raft_consensus.cc:2781] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 FOLLOWER]: Leader election won for term 1
18:51:18.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.554047  8613 ts_tablet_manager.cc:1428] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a: Time spent starting tablet: real 0.003s	user 0.004s	sys 0.000s
18:51:18.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.554035  8615 raft_consensus.cc:686] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 LEADER]: Becoming Leader. State: Replica: ca808b6299bd4cc0badea8b5e0c2ad2a, State: Running, Role: LEADER
18:51:18.554 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.554471  8615 consensus_queue.cc:237] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.555 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.555279  7917 catalog_manager.cc:5495] T cc840ca068ff403f9a225dba336c27d0 P ca808b6299bd4cc0badea8b5e0c2ad2a reported cstate change: term changed from 0 to 1, leader changed from <none> to ca808b6299bd4cc0badea8b5e0c2ad2a (127.7.128.65). New cstate: current_term: 1 leader_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } health_report { overall_health: HEALTHY } } }
18:51:18.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.597098  7917 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41872:
18:51:18.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "default.IntegrationTestBigLinkedList"
18:51:18.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
18:51:18.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key1"
18:51:18.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
18:51:18.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key2"
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "prev1"
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "prev2"
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "row_id"
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "client"
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "update_count"
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\004\001\000\377\377\377\377\377\377\377\377"
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key1"
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 2
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key1"
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
18:51:18.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
18:51:18.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.601375  8121 tablet_service.cc:1467] Processing CreateTablet for tablet 9e1c4d1061a743769e8e2c4dd608d713 (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=4173f0f4f6e543f88d4c5658042558b2]), partition=HASH (key1) PARTITION 0, RANGE (key1) PARTITION VALUES < -1
18:51:18.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.601378  8441 tablet_service.cc:1467] Processing CreateTablet for tablet 34359c575c7148659303610f1c50fb9c (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=4173f0f4f6e543f88d4c5658042558b2]), partition=HASH (key1) PARTITION 1, RANGE (key1) PARTITION VALUES < -1
18:51:18.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.601570  8121 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 9e1c4d1061a743769e8e2c4dd608d713. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:18.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.601574  8441 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 34359c575c7148659303610f1c50fb9c. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:18.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.603087  8613 tablet_bootstrap.cc:492] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a: Bootstrap starting.
18:51:18.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.603209  8120 tablet_service.cc:1467] Processing CreateTablet for tablet b7819035790642d283b1f413667d1d39 (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=4173f0f4f6e543f88d4c5658042558b2]), partition=HASH (key1) PARTITION 1, RANGE (key1) PARTITION -1 <= VALUES
18:51:18.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.603297  8120 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b7819035790642d283b1f413667d1d39. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:18.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.603304  8596 tablet_bootstrap.cc:492] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4: Bootstrap starting.
18:51:18.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.603663  8613 tablet_bootstrap.cc:654] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a: Neither blocks nor log segments found. Creating new log.
18:51:18.604 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.603902  8596 tablet_bootstrap.cc:654] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4: Neither blocks nor log segments found. Creating new log.
18:51:18.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.604929  8596 tablet_bootstrap.cc:492] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4: No bootstrap required, opened a new log
18:51:18.607 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.604979  8596 ts_tablet_manager.cc:1397] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4: Time spent bootstrapping tablet: real 0.002s	user 0.001s	sys 0.000s
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.604933  8282 tablet_service.cc:1467] Processing CreateTablet for tablet 8f20520d73a849ab9b9e7b4cf7904af4 (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=4173f0f4f6e543f88d4c5658042558b2]), partition=HASH (key1) PARTITION 0, RANGE (key1) PARTITION -1 <= VALUES
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.605077  8282 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8f20520d73a849ab9b9e7b4cf7904af4. 1 dirs total, 0 dirs full, 0 dirs failed
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.605154  8596 raft_consensus.cc:348] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } }
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.605225  8596 raft_consensus.cc:374] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.605244  8596 raft_consensus.cc:729] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 18146abb15c5448db2f4b44f337cc6f4, State: Initialized, Role: FOLLOWER
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.605285  8596 consensus_queue.cc:260] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } }
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.605319  8596 raft_consensus.cc:388] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.605337  8596 raft_consensus.cc:482] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.605356  8596 raft_consensus.cc:3037] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 0 FOLLOWER]: Advancing to term 1
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.606036  8596 raft_consensus.cc:504] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } }
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.606140  8596 leader_election.cc:302] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 18146abb15c5448db2f4b44f337cc6f4; no voters: 
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.606189  8596 leader_election.cc:288] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [CANDIDATE]: Term 1 election: Requested vote from peers 
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.606253  8596 ts_tablet_manager.cc:1428] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.000s
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.606462  8605 raft_consensus.cc:2781] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 1 FOLLOWER]: Leader election won for term 1
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.606525  8605 raft_consensus.cc:686] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [term 1 LEADER]: Becoming Leader. State: Replica: 18146abb15c5448db2f4b44f337cc6f4, State: Running, Role: LEADER
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.606567  8605 consensus_queue.cc:237] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } }
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.606896  8597 tablet_bootstrap.cc:492] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d: Bootstrap starting.
18:51:18.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.607331  8597 tablet_bootstrap.cc:654] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d: Neither blocks nor log segments found. Creating new log.
18:51:18.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.607975  7917 catalog_manager.cc:5495] T 34359c575c7148659303610f1c50fb9c P 18146abb15c5448db2f4b44f337cc6f4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 18146abb15c5448db2f4b44f337cc6f4 (127.7.128.67). New cstate: current_term: 1 leader_uuid: "18146abb15c5448db2f4b44f337cc6f4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "18146abb15c5448db2f4b44f337cc6f4" member_type: VOTER last_known_addr { host: "127.7.128.67" port: 34351 } health_report { overall_health: HEALTHY } } }
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610016  8613 tablet_bootstrap.cc:492] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a: No bootstrap required, opened a new log
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610066  8613 ts_tablet_manager.cc:1397] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a: Time spent bootstrapping tablet: real 0.007s	user 0.000s	sys 0.001s
18:51:18.614 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4173f0f4f6e543f88d4c5658042558b2
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610234  8613 raft_consensus.cc:348] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610288  8613 raft_consensus.cc:374] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610307  8613 raft_consensus.cc:729] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ca808b6299bd4cc0badea8b5e0c2ad2a, State: Initialized, Role: FOLLOWER
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610347  8613 consensus_queue.cc:260] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610379  8613 raft_consensus.cc:388] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610397  8613 raft_consensus.cc:482] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.610415  8613 raft_consensus.cc:3037] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Advancing to term 1
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611006  8613 raft_consensus.cc:504] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611069  8613 leader_election.cc:302] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: ca808b6299bd4cc0badea8b5e0c2ad2a; no voters: 
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611110  8613 leader_election.cc:288] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [CANDIDATE]: Term 1 election: Requested vote from peers 
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611184  8613 ts_tablet_manager.cc:1428] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611192  8617 raft_consensus.cc:2781] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 FOLLOWER]: Leader election won for term 1
18:51:18.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611270  8613 tablet_bootstrap.cc:492] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a: Bootstrap starting.
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611289  8617 raft_consensus.cc:686] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 LEADER]: Becoming Leader. State: Replica: ca808b6299bd4cc0badea8b5e0c2ad2a, State: Running, Role: LEADER
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611328  8617 consensus_queue.cc:237] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.611907  8613 tablet_bootstrap.cc:654] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a: Neither blocks nor log segments found. Creating new log.
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612249  8597 tablet_bootstrap.cc:492] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d: No bootstrap required, opened a new log
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612293  8597 ts_tablet_manager.cc:1397] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d: Time spent bootstrapping tablet: real 0.005s	user 0.000s	sys 0.001s
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612470  8613 tablet_bootstrap.cc:492] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a: No bootstrap required, opened a new log
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612468  8597 raft_consensus.cc:348] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } }
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612507  8613 ts_tablet_manager.cc:1397] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a: Time spent bootstrapping tablet: real 0.001s	user 0.000s	sys 0.001s
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612525  8597 raft_consensus.cc:374] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612545  8597 raft_consensus.cc:729] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 49367e0eb0e04551923afa03486dfd4d, State: Initialized, Role: FOLLOWER
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612587  8597 consensus_queue.cc:260] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } }
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612622  8597 raft_consensus.cc:388] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612639  8597 raft_consensus.cc:482] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612661  8597 raft_consensus.cc:3037] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 0 FOLLOWER]: Advancing to term 1
18:51:18.615 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612636  8613 raft_consensus.cc:348] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612684  8613 raft_consensus.cc:374] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
18:51:18.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612704  8613 raft_consensus.cc:729] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ca808b6299bd4cc0badea8b5e0c2ad2a, State: Initialized, Role: FOLLOWER
18:51:18.616 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612749  8613 consensus_queue.cc:260] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612783  8613 raft_consensus.cc:388] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612800  8613 raft_consensus.cc:482] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.612818  8613 raft_consensus.cc:3037] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 0 FOLLOWER]: Advancing to term 1
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613340  8613 raft_consensus.cc:504] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613340  8597 raft_consensus.cc:504] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } }
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613401  8613 leader_election.cc:302] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: ca808b6299bd4cc0badea8b5e0c2ad2a; no voters: 
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613408  8597 leader_election.cc:302] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 49367e0eb0e04551923afa03486dfd4d; no voters: 
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613449  8613 leader_election.cc:288] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [CANDIDATE]: Term 1 election: Requested vote from peers 
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613461  8597 leader_election.cc:288] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [CANDIDATE]: Term 1 election: Requested vote from peers 
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613485  8616 raft_consensus.cc:2781] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 FOLLOWER]: Leader election won for term 1
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613511  8613 ts_tablet_manager.cc:1428] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.001s
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613507  8607 raft_consensus.cc:2781] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 1 FOLLOWER]: Leader election won for term 1
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613533  8597 ts_tablet_manager.cc:1428] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d: Time spent starting tablet: real 0.001s	user 0.000s	sys 0.000s
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613528  8616 raft_consensus.cc:686] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [term 1 LEADER]: Becoming Leader. State: Replica: ca808b6299bd4cc0badea8b5e0c2ad2a, State: Running, Role: LEADER
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613565  8607 raft_consensus.cc:686] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [term 1 LEADER]: Becoming Leader. State: Replica: 49367e0eb0e04551923afa03486dfd4d, State: Running, Role: LEADER
18:51:18.617 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613591  8616 consensus_queue.cc:237] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } }
18:51:18.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.613622  8607 consensus_queue.cc:237] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } }
18:51:18.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.614071  7918 catalog_manager.cc:5495] T 8f20520d73a849ab9b9e7b4cf7904af4 P 49367e0eb0e04551923afa03486dfd4d reported cstate change: term changed from 0 to 1, leader changed from <none> to 49367e0eb0e04551923afa03486dfd4d (127.7.128.66). New cstate: current_term: 1 leader_uuid: "49367e0eb0e04551923afa03486dfd4d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "49367e0eb0e04551923afa03486dfd4d" member_type: VOTER last_known_addr { host: "127.7.128.66" port: 45045 } health_report { overall_health: HEALTHY } } }
18:51:18.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.614601  7917 catalog_manager.cc:5495] T 9e1c4d1061a743769e8e2c4dd608d713 P ca808b6299bd4cc0badea8b5e0c2ad2a reported cstate change: term changed from 0 to 1, leader changed from <none> to ca808b6299bd4cc0badea8b5e0c2ad2a (127.7.128.65). New cstate: current_term: 1 leader_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } health_report { overall_health: HEALTHY } } }
18:51:18.618 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:18.614701  7917 catalog_manager.cc:5495] T b7819035790642d283b1f413667d1d39 P ca808b6299bd4cc0badea8b5e0c2ad2a reported cstate change: term changed from 0 to 1, leader changed from <none> to ca808b6299bd4cc0badea8b5e0c2ad2a (127.7.128.65). New cstate: current_term: 1 leader_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ca808b6299bd4cc0badea8b5e0c2ad2a" member_type: VOTER last_known_addr { host: "127.7.128.65" port: 40705 } health_report { overall_health: HEALTHY } } }
18:51:19.217 [INFO - main] (Logging.scala:57) Starting job: foreach at IntegrationTestBigLinkedList.scala:194
18:51:19.246 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (foreach at IntegrationTestBigLinkedList.scala:194) with 2 output partitions
18:51:19.246 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (foreach at IntegrationTestBigLinkedList.scala:194)
18:51:19.247 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
18:51:19.249 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
18:51:19.258 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (ParallelCollectionRDD[0] at makeRDD at IntegrationTestBigLinkedList.scala:193), which has no missing parents
18:51:19.340 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 6.3 KiB, free 1993.9 MiB)
18:51:19.384 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 3.6 KiB, free 1993.9 MiB)
18:51:19.387 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 3.6 KiB, free: 1993.9 MiB)
18:51:19.390 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
18:51:19.406 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (ParallelCollectionRDD[0] at makeRDD at IntegrationTestBigLinkedList.scala:193) (first 15 tasks are for partitions Vector(0, 1))
18:51:19.408 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
18:51:19.492 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4578 bytes) taskResourceAssignments Map()
18:51:19.516 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Running task 0.0 in stage 0.0 (TID 0)
18:51:19.936 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:19.940 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4173f0f4f6e543f88d4c5658042558b2
18:51:19.959 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:19.968 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:19.968 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:19.968 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:19.969 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299997, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299997, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299997, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299997, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299997}]
18:51:19.999 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.000 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.002 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.002 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.004 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.005 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.005 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.007 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.008 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.008 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.010 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.010 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.011 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.011 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.011 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.013 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.013 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.014 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.014 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.015 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.015 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.016 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.017 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.017 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.018 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.019 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.019 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.019 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.021 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.021 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.021 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.022 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.023 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.023 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.023 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@53cded43, flushNotification=Deferred@2072480929(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.024 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.025 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.025 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.028 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.029 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.029 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.031 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.031 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.032 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.032 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.034 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.034 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.034 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.036 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.036 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.037 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.038 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.038 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.038 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.039 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.041 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.041 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.041 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.042 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.043 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.044 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.045 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.045 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.045 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.046 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.047 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.048 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.049 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.049 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.050 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.051 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.052 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@499d117b, flushNotification=Deferred@161440675(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.052 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.052 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.053 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.053 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.055 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.055 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.056 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.056 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.057 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.057 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.058 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.058 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.059 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.059 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.060 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.061 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.061 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.061 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.062 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.062 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.063 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.064 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.064 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.064 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.065 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.066 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.076 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.076 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.076 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.077 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.078 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.079 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.079 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.079 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.080 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.081 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.081 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.082 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.082 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.082 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.084 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.084 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.084 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.085 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer 18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)] connecting to peer
18:51:20.086 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.086 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.086 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.087 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299998, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299998, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299998, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299998}]
18:51:20.088 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)] Successfully connected to peer
18:51:20.089 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.089 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.090 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.090 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.090 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.091 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)] connecting to peer
18:51:20.092 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.092 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.092 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.093 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.094 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.094 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer 49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)] connecting to peer
18:51:20.102 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)] Successfully connected to peer
18:51:20.103 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.103 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.104 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.105 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.105 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.106 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.106 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.108 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.108 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.108 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.108 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.109 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.110 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.110 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.110 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.112 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.112 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.112 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.113 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.113 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.114 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.114 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.114 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.116 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.116 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.116 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.118 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:20.118 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.118 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.119 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.119 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.120 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.120 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.121 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.121 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.122 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:20.123 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:20.123 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:20.123 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:20.133 [DEBUG - kudu-nio-0] (Connection.java:757) [peer ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)] Successfully connected to peer
18:51:20.156 [DEBUG - kudu-nio-1] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
18:51:20.156 [DEBUG - kudu-nio-0] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
18:51:20.158 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x55e74ebe, L:/127.0.0.1:50398 - R:/127.7.128.65:40705] using TOKEN/null
18:51:20.171 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x2dcfdb3e, L:/127.0.0.1:58112 - R:/127.7.128.67:34351] using TOKEN/null
18:51:20.202 [DEBUG - kudu-nio-1] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
18:51:20.210 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x8bd5496b, L:/127.0.0.1:45854 - R:/127.7.128.66:45045] using TOKEN/null
18:51:20.227 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@39c463a, flushNotification=Deferred@150107603(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.240 [DEBUG - kudu-nio-1] (KuduRpc.java:260) Handling a callback on RPC KuduRpc(method=Write, tablet=null, attempt=0, sequence_id=-1, TimeoutTracker(timeout=0, elapsed=13), No traces, deferred=null) with no deferred attached!
18:51:20.250 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6dbfe911, flushNotification=Deferred@813163387(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.277 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@513bced9, flushNotification=Deferred@1258059200(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.308 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5819faef, flushNotification=Deferred@1467659948(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.324 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@58b8e79c, flushNotification=Deferred@1908656958(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.359 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@661a896b, flushNotification=Deferred@1691851986(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.374 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7bcc13d3, flushNotification=Deferred@339324335(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.400 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@26da3f92, flushNotification=Deferred@2117273239(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.428 [DEBUG - kudu-nio-1] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@59b87bcf, flushNotification=Deferred@1252532126(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.431 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (IntegrationTestBigLinkedList.scala:230) local-1786474277350-0 inserted 10000 node linked list in 485.439195.3ms
18:51:20.437 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2d476322, flushNotification=Deferred@504235019(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.458 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1811b32b, flushNotification=Deferred@1708205821(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.485 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@73190716, flushNotification=Deferred@492399394(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.524 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@8c41b49, flushNotification=Deferred@1691230818(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.541 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5fd4b85a, flushNotification=Deferred@159566073(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.557 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@213484d3, flushNotification=Deferred@888962981(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.577 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4e101708, flushNotification=Deferred@1372248883(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.586 [DEBUG - kudu-nio-1] (KuduRpc.java:260) Handling a callback on RPC KuduRpc(method=Write, tablet=null, attempt=0, sequence_id=-1, TimeoutTracker(timeout=0, elapsed=9), No traces, deferred=null) with no deferred attached!
18:51:20.592 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@54dddfc5, flushNotification=Deferred@59474860(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.608 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4ded7c82, flushNotification=Deferred@1257846095(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.615 [DEBUG - kudu-nio-1] (KuduRpc.java:260) Handling a callback on RPC KuduRpc(method=Write, tablet=null, attempt=0, sequence_id=-1, TimeoutTracker(timeout=0, elapsed=7), No traces, deferred=null) with no deferred attached!
18:51:20.622 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7060f822, flushNotification=Deferred@799638369(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.636 [DEBUG - kudu-nio-0] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1fe7f76e, flushNotification=Deferred@2048121016(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.639 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (IntegrationTestBigLinkedList.scala:230) local-1786474277350-0 inserted 10000 node linked list in 207.738334.3ms
18:51:20.665 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0). 4897 bytes result sent to driver
18:51:20.671 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, PROCESS_LOCAL, 4578 bytes) taskResourceAssignments Map()
18:51:20.673 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Running task 1.0 in stage 0.0 (TID 1)
18:51:20.679 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 1219 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/2)
18:51:20.682 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:20.685 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4173f0f4f6e543f88d4c5658042558b2
18:51:20.690 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@113b80da, flushNotification=Deferred@440622495(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.709 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@784b4e9a, flushNotification=Deferred@573525659(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.725 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6f5f2754, flushNotification=Deferred@1869619333(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.737 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4d6d9c6f, flushNotification=Deferred@359549135(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.748 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@39db8b1, flushNotification=Deferred@1837614159(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.760 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4ca8a374, flushNotification=Deferred@728211998(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.774 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@45d1cff3, flushNotification=Deferred@371707578(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.782 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1f1d6c09, flushNotification=Deferred@159140518(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.796 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4299b22d, flushNotification=Deferred@1784936154(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.804 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1eeab2bb, flushNotification=Deferred@1965613754(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.815 [DEBUG - kudu-nio-0] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6f5f590, flushNotification=Deferred@1360218707(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.817 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (IntegrationTestBigLinkedList.scala:230) local-1786474277350-1 inserted 10000 node linked list in 132.307874.3ms
18:51:20.820 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7aaf2ee8, flushNotification=Deferred@261083713(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.846 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@44bbd661, flushNotification=Deferred@1983168894(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.856 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@75ef793e, flushNotification=Deferred@67350552(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.865 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1e117627, flushNotification=Deferred@1325296554(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.880 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@40d6cdc2, flushNotification=Deferred@1506555568(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.899 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4c79c3e0, flushNotification=Deferred@1902592766(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.916 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@72929cd, flushNotification=Deferred@1072231982(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.929 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3d8c54f0, flushNotification=Deferred@1991741709(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.943 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@381eb957, flushNotification=Deferred@1077899772(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.956 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1f4b96df, flushNotification=Deferred@1438532546(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.965 [DEBUG - kudu-nio-0] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7a199768, flushNotification=Deferred@90435277(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:20.967 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (IntegrationTestBigLinkedList.scala:230) local-1786474277350-1 inserted 10000 node linked list in 148.940598.3ms
18:51:20.969 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1). 4897 bytes result sent to driver
18:51:20.976 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 306 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/2)
18:51:20.978 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
18:51:20.979 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (foreach at IntegrationTestBigLinkedList.scala:194) finished in 1.704 s
18:51:20.985 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
18:51:20.985 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
18:51:20.987 [INFO - main] (Logging.scala:57) Job 0 finished: foreach at IntegrationTestBigLinkedList.scala:194, took 1.769347 s
18:51:20.992 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4173f0f4f6e543f88d4c5658042558b2
18:51:20.993 [DEBUG - main] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=3, operationSize=258, flusherTask=null, flushNotification=Deferred@307080309(state=PENDING, result=null, callback=<none>, errback=<none>)}
18:51:21.086 [INFO - main] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-taskYXmvW5/java/build/dist-test/spark-warehouse').
18:51:21.087 [INFO - main] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-taskYXmvW5/java/build/dist-test/spark-warehouse'.
18:51:21.932 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4173f0f4f6e543f88d4c5658042558b2
18:51:23.030 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-6k22.c.gcp-upstream.internal:35939 in memory (size: 3.6 KiB, free: 1993.9 MiB)
18:51:24.621 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
18:51:24.672 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
18:51:24.714 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
18:51:25.801 [INFO - main] (Logging.scala:57) Code generated in 270.414847 ms
18:51:25.907 [INFO - main] (Logging.scala:57) Code generated in 69.834441 ms
18:51:25.925 [INFO - main] (Logging.scala:57) Code generated in 11.874708 ms
18:51:25.948 [INFO - main] (Logging.scala:57) Code generated in 17.127631 ms
18:51:25.963 [INFO - main] (Logging.scala:57) Code generated in 11.097336 ms
18:51:26.071 [INFO - main] (Logging.scala:57) spark.sql.codegen.aggregate.map.twolevel.enabled is set to true, but current version of codegened fast hashmap does not support this aggregate.
18:51:26.110 [INFO - main] (Logging.scala:57) Code generated in 32.128468 ms
18:51:26.112 [INFO - main] (Logging.scala:57) spark.sql.codegen.aggregate.map.twolevel.enabled is set to true, but current version of codegened fast hashmap does not support this aggregate.
18:51:26.142 [INFO - main] (Logging.scala:57) Code generated in 24.365599 ms
18:51:26.225 [INFO - main] (Logging.scala:57) Code generated in 31.847155 ms
18:51:26.277 [INFO - main] (Logging.scala:57) Code generated in 42.423006 ms
18:51:26.391 [INFO - main] (Logging.scala:57) Code generated in 17.944972 ms
18:51:26.433 [INFO - main] (Logging.scala:57) Code generated in 32.843858 ms
18:51:26.447 [INFO - main] (Logging.scala:57) Code generated in 10.543312 ms
18:51:26.458 [INFO - main] (Logging.scala:57) Code generated in 8.006544 ms
18:51:26.481 [INFO - main] (Logging.scala:57) Code generated in 9.477713 ms
18:51:26.490 [INFO - main] (Logging.scala:57) Code generated in 5.794726 ms
18:51:26.552 [INFO - main] (Logging.scala:57) Starting job: collect at IntegrationTestBigLinkedList.scala:421
18:51:26.589 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 9e1c4d1061a743769e8e2c4dd608d713 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
18:51:26.589 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 8f20520d73a849ab9b9e7b4cf7904af4 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
18:51:26.589 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 34359c575c7148659303610f1c50fb9c for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
18:51:26.589 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b7819035790642d283b1f413667d1d39 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
18:51:26.590 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=9e1c4d1061a743769e8e2c4dd608d713@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=8f20520d73a849ab9b9e7b4cf7904af4@[49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=34359c575c7148659303610f1c50fb9c@[18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b7819035790642d283b1f413667d1d39@[ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
18:51:26.610 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 35 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 5
18:51:26.631 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 31 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 4
18:51:26.642 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 40 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 6
18:51:26.644 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 16 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 1
18:51:26.646 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 22 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 2
18:51:26.648 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 12 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 0
18:51:26.655 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 27 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 3
18:51:26.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at IntegrationTestBigLinkedList.scala:421) with 400 output partitions
18:51:26.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (collect at IntegrationTestBigLinkedList.scala:421)
18:51:26.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List(ShuffleMapStage 3, ShuffleMapStage 7)
18:51:26.660 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List(ShuffleMapStage 3, ShuffleMapStage 7)
18:51:26.663 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 1 (MapPartitionsRDD[35] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
18:51:26.686 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 16.3 KiB, free 1993.9 MiB)
18:51:26.689 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 8.1 KiB, free 1993.9 MiB)
18:51:26.690 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 8.1 KiB, free: 1993.9 MiB)
18:51:26.691 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 1 from broadcast at DAGScheduler.scala:1388
18:51:26.693 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 1 (MapPartitionsRDD[35] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
18:51:26.693 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 4 tasks resource profile 0
18:51:26.699 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 2 (MapPartitionsRDD[31] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
18:51:26.702 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5003 bytes) taskResourceAssignments Map()
18:51:26.702 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 2)
18:51:26.704 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 18.8 KiB, free 1993.8 MiB)
18:51:26.707 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 8.9 KiB, free 1993.8 MiB)
18:51:26.708 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 8.9 KiB, free: 1993.9 MiB)
18:51:26.709 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
18:51:26.709 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 2 (MapPartitionsRDD[31] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
18:51:26.710 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 4 tasks resource profile 0
18:51:26.712 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 4 (MapPartitionsRDD[16] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
18:51:26.717 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 24.9 KiB, free 1993.8 MiB)
18:51:26.719 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 11.7 KiB, free 1993.8 MiB)
18:51:26.720 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 11.7 KiB, free: 1993.8 MiB)
18:51:26.721 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
18:51:26.722 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 4 (MapPartitionsRDD[16] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
18:51:26.722 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 4 tasks resource profile 0
18:51:26.723 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 5 (MapPartitionsRDD[22] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
18:51:26.729 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 30.9 KiB, free 1993.8 MiB)
18:51:26.731 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 14.2 KiB, free 1993.7 MiB)
18:51:26.732 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 14.2 KiB, free: 1993.8 MiB)
18:51:26.733 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
18:51:26.734 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 5 (MapPartitionsRDD[22] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
18:51:26.734 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 4 tasks resource profile 0
18:51:26.736 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 6 (MapPartitionsRDD[12] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
18:51:26.743 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 16.3 KiB, free 1993.7 MiB)
18:51:26.746 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 8.2 KiB, free 1993.7 MiB)
18:51:26.747 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 8.2 KiB, free: 1993.8 MiB)
18:51:26.747 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
18:51:26.748 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 6 (MapPartitionsRDD[12] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
18:51:26.748 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 4 tasks resource profile 0
18:51:26.782 [DEBUG - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:26.822 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Code generated in 10.985987 ms
18:51:26.875 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9903 rows, more = false, responseScanTimestamp = 7317398678940745728) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=9e1c4d1061a743769e8e2c4dd608d713, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:26.899 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Code generated in 14.086071 ms
18:51:27.097 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2). 6028 bytes result sent to driver
18:51:27.099 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 1.0 (TID 3) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5003 bytes) taskResourceAssignments Map()
18:51:27.100 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Running task 1.0 in stage 1.0 (TID 3)
18:51:27.101 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 402 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/4)
18:51:27.111 [DEBUG - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:27.126 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10215 rows, more = false, responseScanTimestamp = 7317398680033939456) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=8f20520d73a849ab9b9e7b4cf7904af4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:27.264 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 3). 5985 bytes result sent to driver
18:51:27.265 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 1.0 (TID 4) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5003 bytes) taskResourceAssignments Map()
18:51:27.266 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 4)] (Logging.scala:57) Running task 2.0 in stage 1.0 (TID 4)
18:51:27.269 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 3) in 170 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/4)
18:51:27.273 [DEBUG - Executor task launch worker for task 2.0 in stage 1.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:27.291 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10043 rows, more = false, responseScanTimestamp = 7317398680699940864) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=34359c575c7148659303610f1c50fb9c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:27.391 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 4)] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 4). 5942 bytes result sent to driver
18:51:27.392 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 1.0 (TID 5) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5003 bytes) taskResourceAssignments Map()
18:51:27.393 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 4) in 128 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (3/4)
18:51:27.393 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 5)] (Logging.scala:57) Running task 3.0 in stage 1.0 (TID 5)
18:51:27.398 [DEBUG - Executor task launch worker for task 3.0 in stage 1.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:27.414 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9842 rows, more = false, responseScanTimestamp = 7317398681205252096) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b7819035790642d283b1f413667d1d39, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:27.472 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 5)] (Logging.scala:57) Finished task 3.0 in stage 1.0 (TID 5). 5942 bytes result sent to driver
18:51:27.474 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 6) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5028 bytes) taskResourceAssignments Map()
18:51:27.474 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 1.0 (TID 5) in 82 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (4/4)
18:51:27.475 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
18:51:27.476 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 6)
18:51:27.476 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 1 (collect at IntegrationTestBigLinkedList.scala:421) finished in 0.803 s
18:51:27.477 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
18:51:27.477 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 2, ShuffleMapStage 6, ShuffleMapStage 4)
18:51:27.478 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 3, ShuffleMapStage 7, ResultStage 8)
18:51:27.478 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
18:51:27.480 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:27.525 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Code generated in 14.67799 ms
18:51:27.560 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9903 rows, more = false, responseScanTimestamp = 7317398681715761152) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=9e1c4d1061a743769e8e2c4dd608d713, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:27.594 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Code generated in 21.692564 ms
18:51:27.722 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 6). 5985 bytes result sent to driver
18:51:27.724 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 7) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5028 bytes) taskResourceAssignments Map()
18:51:27.725 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 6) in 251 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/4)
18:51:27.725 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 7)
18:51:27.731 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:27.733 [ERROR - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (ResourceLeakDetector.java:327) LEAK: HashedWheelTimer.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
Recent access records: 
Created at:
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:312)
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:251)
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:224)
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:203)
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:185)
	org.apache.kudu.client.AsyncKuduScanner.<init>(AsyncKuduScanner.java:296)
	org.apache.kudu.client.AsyncKuduScanner.<init>(AsyncKuduScanner.java:431)
	org.apache.kudu.client.KuduScanner$KuduScannerBuilder.build(KuduScanner.java:260)
	org.apache.kudu.client.KuduScanToken.deserializeIntoScanner(KuduScanToken.java:126)
	org.apache.kudu.spark.kudu.KuduRDD.compute(KuduRDD.scala:116)
	org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:373)
	org.apache.spark.rdd.RDD.iterator(RDD.scala:337)
	org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
	org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:373)
	org.apache.spark.rdd.RDD.iterator(RDD.scala:337)
	org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
	org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:373)
	org.apache.spark.rdd.RDD.iterator(RDD.scala:337)
	org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
	org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:373)
	org.apache.spark.rdd.RDD.iterator(RDD.scala:337)
	org.apache.spark.shuffle.ShuffleWriteProcessor.write(ShuffleWriteProcessor.scala:59)
	org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:99)
	org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:52)
	org.apache.spark.scheduler.Task.run(Task.scala:131)
	org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:497)
	org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1439)
	org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:500)
	java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	java.lang.Thread.run(Thread.java:750)
18:51:27.770 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10215 rows, more = false, responseScanTimestamp = 7317398682580848640) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=8f20520d73a849ab9b9e7b4cf7904af4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:27.885 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 7). 5985 bytes result sent to driver
18:51:27.886 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 8) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5028 bytes) taskResourceAssignments Map()
18:51:27.887 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 7) in 164 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/4)
18:51:27.888 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Running task 2.0 in stage 2.0 (TID 8)
18:51:27.893 [DEBUG - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:27.928 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10043 rows, more = false, responseScanTimestamp = 7317398683230076928) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=34359c575c7148659303610f1c50fb9c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:28.023 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 8). 5942 bytes result sent to driver
18:51:28.025 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 2.0 (TID 9) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5028 bytes) taskResourceAssignments Map()
18:51:28.026 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (Logging.scala:57) Running task 3.0 in stage 2.0 (TID 9)
18:51:28.027 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 8) in 141 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (3/4)
18:51:28.033 [DEBUG - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:28.081 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9842 rows, more = false, responseScanTimestamp = 7317398683809357824) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b7819035790642d283b1f413667d1d39, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:28.146 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 9). 5985 bytes result sent to driver
18:51:28.148 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 10) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5025 bytes) taskResourceAssignments Map()
18:51:28.148 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 9) in 124 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (4/4)
18:51:28.148 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 10)
18:51:28.149 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
18:51:28.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 2 (collect at IntegrationTestBigLinkedList.scala:421) finished in 1.449 s
18:51:28.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
18:51:28.150 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6, ShuffleMapStage 4)
18:51:28.153 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 3, ShuffleMapStage 7, ResultStage 8)
18:51:28.153 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
18:51:28.154 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 3 (MapPartitionsRDD[40] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
18:51:28.157 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:28.176 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 8.032266 ms
18:51:28.189 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 7.839531 ms
18:51:28.213 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9903 rows, more = false, responseScanTimestamp = 7317398684477624320) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=9e1c4d1061a743769e8e2c4dd608d713, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:28.233 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 51.5 KiB, free 1993.4 MiB)
18:51:28.234 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 16.076961 ms
18:51:28.236 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 22.7 KiB, free 1993.4 MiB)
18:51:28.236 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 22.7 KiB, free: 1993.8 MiB)
18:51:28.239 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
18:51:28.241 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 200 missing tasks from ShuffleMapStage 3 (MapPartitionsRDD[40] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
18:51:28.241 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 200 tasks resource profile 0
18:51:28.418 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 10). 6413 bytes result sent to driver
18:51:28.423 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 11) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:28.425 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 11)
18:51:28.425 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 10) in 278 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/4)
18:51:28.465 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:28.466 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Started 0 remote fetches in 7 ms
18:51:28.496 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 16.277636 ms
18:51:28.512 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 5.583091 ms
18:51:28.521 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:28.522 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:28.532 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.308863 ms
18:51:28.541 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 5.643386 ms
18:51:28.555 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.709824 ms
18:51:28.566 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.211608 ms
18:51:28.605 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 9.378798 ms
18:51:28.613 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 3.986006 ms
18:51:28.791 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-6k22.c.gcp-upstream.internal:35939 in memory (size: 8.9 KiB, free: 1993.8 MiB)
18:51:28.797 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-6k22.c.gcp-upstream.internal:35939 in memory (size: 8.1 KiB, free: 1993.8 MiB)
18:51:28.805 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.61341 ms
18:51:28.814 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 4.433662 ms
18:51:28.888 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 11). 8855 bytes result sent to driver
18:51:28.889 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 12) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:28.890 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Running task 1.0 in stage 3.0 (TID 12)
18:51:28.890 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 11) in 471 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/200)
18:51:28.898 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:28.899 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:28.904 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:28.904 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:28.930 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 12). 8812 bytes result sent to driver
18:51:28.931 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 3.0 (TID 13) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 2, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:28.932 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 12) in 43 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/200)
18:51:28.932 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Running task 2.0 in stage 3.0 (TID 13)
18:51:28.942 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:28.942 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Started 0 remote fetches in 1 ms
18:51:28.947 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:28.948 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Started 0 remote fetches in 1 ms
18:51:28.976 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 13). 8812 bytes result sent to driver
18:51:28.977 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 3.0 (TID 14) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 3, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:28.978 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 13) in 47 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (3/200)
18:51:28.978 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Running task 3.0 in stage 3.0 (TID 14)
18:51:28.985 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:28.985 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:28.989 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:28.989 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.240 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Finished task 3.0 in stage 3.0 (TID 14). 8855 bytes result sent to driver
18:51:29.242 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 3.0 (TID 15) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 4, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.243 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Running task 4.0 in stage 3.0 (TID 15)
18:51:29.243 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 3.0 in stage 3.0 (TID 14) in 267 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (4/200)
18:51:29.252 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.252 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Started 0 remote fetches in 1 ms
18:51:29.257 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.257 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.277 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Finished task 4.0 in stage 3.0 (TID 15). 8812 bytes result sent to driver
18:51:29.279 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 3.0 (TID 16) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.280 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 4.0 in stage 3.0 (TID 15) in 39 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (5/200)
18:51:29.281 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Running task 5.0 in stage 3.0 (TID 16)
18:51:29.289 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.289 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.295 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.295 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.313 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Finished task 5.0 in stage 3.0 (TID 16). 8812 bytes result sent to driver
18:51:29.314 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 3.0 (TID 17) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 6, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.315 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 5.0 in stage 3.0 (TID 16) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (6/200)
18:51:29.315 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Running task 6.0 in stage 3.0 (TID 17)
18:51:29.324 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.324 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.329 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.330 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.353 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Finished task 6.0 in stage 3.0 (TID 17). 8812 bytes result sent to driver
18:51:29.355 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 3.0 (TID 18) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 7, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.356 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Running task 7.0 in stage 3.0 (TID 18)
18:51:29.356 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 6.0 in stage 3.0 (TID 17) in 42 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (7/200)
18:51:29.362 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.363 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.367 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.367 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.387 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Finished task 7.0 in stage 3.0 (TID 18). 8812 bytes result sent to driver
18:51:29.389 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 3.0 (TID 19) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 8, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.389 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 7.0 in stage 3.0 (TID 18) in 35 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (8/200)
18:51:29.390 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Running task 8.0 in stage 3.0 (TID 19)
18:51:29.399 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.399 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.405 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.405 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.428 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Finished task 8.0 in stage 3.0 (TID 19). 8812 bytes result sent to driver
18:51:29.430 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 9.0 in stage 3.0 (TID 20) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 9, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.431 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Running task 9.0 in stage 3.0 (TID 20)
18:51:29.432 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 8.0 in stage 3.0 (TID 19) in 43 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (9/200)
18:51:29.440 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.440 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.445 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.445 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.469 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Finished task 9.0 in stage 3.0 (TID 20). 8812 bytes result sent to driver
18:51:29.471 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 10.0 in stage 3.0 (TID 21) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 10, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.472 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 9.0 in stage 3.0 (TID 20) in 41 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (10/200)
18:51:29.472 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Running task 10.0 in stage 3.0 (TID 21)
18:51:29.480 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.480 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.485 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.485 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.505 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Finished task 10.0 in stage 3.0 (TID 21). 8812 bytes result sent to driver
18:51:29.506 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 3.0 (TID 22) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 11, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.507 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Running task 11.0 in stage 3.0 (TID 22)
18:51:29.507 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 10.0 in stage 3.0 (TID 21) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (11/200)
18:51:29.513 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.514 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.518 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.518 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.535 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Finished task 11.0 in stage 3.0 (TID 22). 8812 bytes result sent to driver
18:51:29.536 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 3.0 (TID 23) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 12, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.537 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 11.0 in stage 3.0 (TID 22) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (12/200)
18:51:29.537 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Running task 12.0 in stage 3.0 (TID 23)
18:51:29.544 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.544 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.549 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.549 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.568 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Finished task 12.0 in stage 3.0 (TID 23). 8812 bytes result sent to driver
18:51:29.569 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 13.0 in stage 3.0 (TID 24) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 13, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.570 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 12.0 in stage 3.0 (TID 23) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (13/200)
18:51:29.570 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Running task 13.0 in stage 3.0 (TID 24)
18:51:29.578 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.579 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Started 0 remote fetches in 1 ms
18:51:29.584 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.584 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.605 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Finished task 13.0 in stage 3.0 (TID 24). 8812 bytes result sent to driver
18:51:29.606 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 14.0 in stage 3.0 (TID 25) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 14, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.606 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 13.0 in stage 3.0 (TID 24) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (14/200)
18:51:29.607 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Running task 14.0 in stage 3.0 (TID 25)
18:51:29.613 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.614 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.618 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.618 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.640 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Finished task 14.0 in stage 3.0 (TID 25). 8812 bytes result sent to driver
18:51:29.642 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 3.0 (TID 26) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 15, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.642 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 14.0 in stage 3.0 (TID 25) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (15/200)
18:51:29.642 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Running task 15.0 in stage 3.0 (TID 26)
18:51:29.673 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.673 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.677 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.677 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.697 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Finished task 15.0 in stage 3.0 (TID 26). 8855 bytes result sent to driver
18:51:29.698 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 16.0 in stage 3.0 (TID 27) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 16, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.699 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Running task 16.0 in stage 3.0 (TID 27)
18:51:29.699 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 15.0 in stage 3.0 (TID 26) in 59 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (16/200)
18:51:29.705 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.706 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.710 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.710 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.725 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Finished task 16.0 in stage 3.0 (TID 27). 8812 bytes result sent to driver
18:51:29.726 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 17.0 in stage 3.0 (TID 28) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 17, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.727 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Running task 17.0 in stage 3.0 (TID 28)
18:51:29.728 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 16.0 in stage 3.0 (TID 27) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (17/200)
18:51:29.733 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.733 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.736 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.737 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.750 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Finished task 17.0 in stage 3.0 (TID 28). 8812 bytes result sent to driver
18:51:29.751 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 18.0 in stage 3.0 (TID 29) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 18, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.752 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 17.0 in stage 3.0 (TID 28) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (18/200)
18:51:29.752 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Running task 18.0 in stage 3.0 (TID 29)
18:51:29.760 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.760 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.764 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.765 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.785 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Finished task 18.0 in stage 3.0 (TID 29). 8812 bytes result sent to driver
18:51:29.786 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 19.0 in stage 3.0 (TID 30) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 19, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.787 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 18.0 in stage 3.0 (TID 29) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (19/200)
18:51:29.787 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Running task 19.0 in stage 3.0 (TID 30)
18:51:29.794 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.795 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.799 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.799 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.818 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Finished task 19.0 in stage 3.0 (TID 30). 8812 bytes result sent to driver
18:51:29.819 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 20.0 in stage 3.0 (TID 31) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 20, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.820 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 19.0 in stage 3.0 (TID 30) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (20/200)
18:51:29.821 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Running task 20.0 in stage 3.0 (TID 31)
18:51:29.828 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.828 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.831 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.832 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.846 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Finished task 20.0 in stage 3.0 (TID 31). 8812 bytes result sent to driver
18:51:29.848 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 21.0 in stage 3.0 (TID 32) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 21, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.848 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 20.0 in stage 3.0 (TID 31) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (21/200)
18:51:29.849 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Running task 21.0 in stage 3.0 (TID 32)
18:51:29.856 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.856 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.860 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.860 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.879 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Finished task 21.0 in stage 3.0 (TID 32). 8812 bytes result sent to driver
18:51:29.880 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 22.0 in stage 3.0 (TID 33) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 22, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.880 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 21.0 in stage 3.0 (TID 32) in 33 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (22/200)
18:51:29.881 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Running task 22.0 in stage 3.0 (TID 33)
18:51:29.886 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.886 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.889 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.889 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.903 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Finished task 22.0 in stage 3.0 (TID 33). 8812 bytes result sent to driver
18:51:29.904 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 23.0 in stage 3.0 (TID 34) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 23, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.905 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 22.0 in stage 3.0 (TID 33) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (23/200)
18:51:29.905 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Running task 23.0 in stage 3.0 (TID 34)
18:51:29.909 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.910 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.912 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.912 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.924 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Finished task 23.0 in stage 3.0 (TID 34). 8812 bytes result sent to driver
18:51:29.925 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 24.0 in stage 3.0 (TID 35) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 24, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.926 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 23.0 in stage 3.0 (TID 34) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (24/200)
18:51:29.926 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Running task 24.0 in stage 3.0 (TID 35)
18:51:29.931 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.931 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.933 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.934 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.945 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Finished task 24.0 in stage 3.0 (TID 35). 8812 bytes result sent to driver
18:51:29.946 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 25.0 in stage 3.0 (TID 36) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 25, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.947 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Running task 25.0 in stage 3.0 (TID 36)
18:51:29.947 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 24.0 in stage 3.0 (TID 35) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (25/200)
18:51:29.953 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Getting 4 (5.6 KiB) non-empty blocks including 4 (5.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.953 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.957 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.958 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.971 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Finished task 25.0 in stage 3.0 (TID 36). 8812 bytes result sent to driver
18:51:29.973 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 26.0 in stage 3.0 (TID 37) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 26, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.973 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 25.0 in stage 3.0 (TID 36) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (26/200)
18:51:29.973 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Running task 26.0 in stage 3.0 (TID 37)
18:51:29.979 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.979 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.983 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:29.983 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:29.997 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Finished task 26.0 in stage 3.0 (TID 37). 8812 bytes result sent to driver
18:51:29.998 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 27.0 in stage 3.0 (TID 38) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 27, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:29.999 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Running task 27.0 in stage 3.0 (TID 38)
18:51:29.999 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 26.0 in stage 3.0 (TID 37) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (27/200)
18:51:30.005 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.005 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.009 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.010 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.024 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Finished task 27.0 in stage 3.0 (TID 38). 8812 bytes result sent to driver
18:51:30.025 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 28.0 in stage 3.0 (TID 39) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 28, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.026 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Running task 28.0 in stage 3.0 (TID 39)
18:51:30.027 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 27.0 in stage 3.0 (TID 38) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (28/200)
18:51:30.032 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.033 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.036 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.036 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.053 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Finished task 28.0 in stage 3.0 (TID 39). 8812 bytes result sent to driver
18:51:30.055 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 29.0 in stage 3.0 (TID 40) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 29, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.056 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 28.0 in stage 3.0 (TID 39) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (29/200)
18:51:30.056 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Running task 29.0 in stage 3.0 (TID 40)
18:51:30.063 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.064 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.067 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.067 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.084 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Finished task 29.0 in stage 3.0 (TID 40). 8812 bytes result sent to driver
18:51:30.085 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 30.0 in stage 3.0 (TID 41) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 30, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.086 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 29.0 in stage 3.0 (TID 40) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (30/200)
18:51:30.086 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Running task 30.0 in stage 3.0 (TID 41)
18:51:30.091 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.091 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.094 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.094 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.109 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Finished task 30.0 in stage 3.0 (TID 41). 8812 bytes result sent to driver
18:51:30.110 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 31.0 in stage 3.0 (TID 42) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 31, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.111 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Running task 31.0 in stage 3.0 (TID 42)
18:51:30.111 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 30.0 in stage 3.0 (TID 41) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (31/200)
18:51:30.116 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.116 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.119 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.119 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.130 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Finished task 31.0 in stage 3.0 (TID 42). 8812 bytes result sent to driver
18:51:30.132 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 32.0 in stage 3.0 (TID 43) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 32, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.132 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Running task 32.0 in stage 3.0 (TID 43)
18:51:30.132 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 31.0 in stage 3.0 (TID 42) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (32/200)
18:51:30.138 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.138 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.141 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.141 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.152 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Finished task 32.0 in stage 3.0 (TID 43). 8812 bytes result sent to driver
18:51:30.154 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 33.0 in stage 3.0 (TID 44) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 33, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.154 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 32.0 in stage 3.0 (TID 43) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (33/200)
18:51:30.154 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Running task 33.0 in stage 3.0 (TID 44)
18:51:30.160 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.161 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.164 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.164 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.179 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Finished task 33.0 in stage 3.0 (TID 44). 8812 bytes result sent to driver
18:51:30.181 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 34.0 in stage 3.0 (TID 45) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 34, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.183 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 33.0 in stage 3.0 (TID 44) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (34/200)
18:51:30.183 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Running task 34.0 in stage 3.0 (TID 45)
18:51:30.192 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.192 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.195 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.195 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.206 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Finished task 34.0 in stage 3.0 (TID 45). 8812 bytes result sent to driver
18:51:30.207 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 35.0 in stage 3.0 (TID 46) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 35, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.208 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 34.0 in stage 3.0 (TID 45) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (35/200)
18:51:30.208 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Running task 35.0 in stage 3.0 (TID 46)
18:51:30.212 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.212 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.214 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.215 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.224 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Finished task 35.0 in stage 3.0 (TID 46). 8812 bytes result sent to driver
18:51:30.226 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 36.0 in stage 3.0 (TID 47) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 36, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.226 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Running task 36.0 in stage 3.0 (TID 47)
18:51:30.226 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 35.0 in stage 3.0 (TID 46) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (36/200)
18:51:30.233 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.233 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.236 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.236 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.251 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Finished task 36.0 in stage 3.0 (TID 47). 8812 bytes result sent to driver
18:51:30.252 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 37.0 in stage 3.0 (TID 48) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 37, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.253 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 36.0 in stage 3.0 (TID 47) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (37/200)
18:51:30.253 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Running task 37.0 in stage 3.0 (TID 48)
18:51:30.259 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.259 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.261 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.261 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.272 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Finished task 37.0 in stage 3.0 (TID 48). 8812 bytes result sent to driver
18:51:30.273 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 38.0 in stage 3.0 (TID 49) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 38, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.274 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Running task 38.0 in stage 3.0 (TID 49)
18:51:30.274 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 37.0 in stage 3.0 (TID 48) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (38/200)
18:51:30.279 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.279 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.282 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.282 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.292 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Finished task 38.0 in stage 3.0 (TID 49). 8812 bytes result sent to driver
18:51:30.293 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 39.0 in stage 3.0 (TID 50) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 39, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.294 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Running task 39.0 in stage 3.0 (TID 50)
18:51:30.294 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 38.0 in stage 3.0 (TID 49) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (39/200)
18:51:30.299 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.300 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.302 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.302 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.328 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Finished task 39.0 in stage 3.0 (TID 50). 8855 bytes result sent to driver
18:51:30.330 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 40.0 in stage 3.0 (TID 51) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 40, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.330 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 39.0 in stage 3.0 (TID 50) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (40/200)
18:51:30.330 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Running task 40.0 in stage 3.0 (TID 51)
18:51:30.336 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.337 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Started 0 remote fetches in 1 ms
18:51:30.340 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.340 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.353 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Finished task 40.0 in stage 3.0 (TID 51). 8812 bytes result sent to driver
18:51:30.354 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 41.0 in stage 3.0 (TID 52) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 41, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.355 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Running task 41.0 in stage 3.0 (TID 52)
18:51:30.355 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 40.0 in stage 3.0 (TID 51) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (41/200)
18:51:30.361 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.361 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.363 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.364 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.375 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Finished task 41.0 in stage 3.0 (TID 52). 8812 bytes result sent to driver
18:51:30.377 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 42.0 in stage 3.0 (TID 53) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 42, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.377 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 41.0 in stage 3.0 (TID 52) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (42/200)
18:51:30.378 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Running task 42.0 in stage 3.0 (TID 53)
18:51:30.384 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.385 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.388 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.388 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.403 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Finished task 42.0 in stage 3.0 (TID 53). 8812 bytes result sent to driver
18:51:30.405 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 43.0 in stage 3.0 (TID 54) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 43, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.405 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 42.0 in stage 3.0 (TID 53) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (43/200)
18:51:30.406 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Running task 43.0 in stage 3.0 (TID 54)
18:51:30.412 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.412 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.415 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.415 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.430 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Finished task 43.0 in stage 3.0 (TID 54). 8812 bytes result sent to driver
18:51:30.431 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 44.0 in stage 3.0 (TID 55) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 44, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.432 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 43.0 in stage 3.0 (TID 54) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (44/200)
18:51:30.432 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Running task 44.0 in stage 3.0 (TID 55)
18:51:30.438 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.438 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.441 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.442 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.452 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Finished task 44.0 in stage 3.0 (TID 55). 8812 bytes result sent to driver
18:51:30.454 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 45.0 in stage 3.0 (TID 56) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 45, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.454 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Running task 45.0 in stage 3.0 (TID 56)
18:51:30.454 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 44.0 in stage 3.0 (TID 55) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (45/200)
18:51:30.461 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.461 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.464 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.464 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.477 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Finished task 45.0 in stage 3.0 (TID 56). 8812 bytes result sent to driver
18:51:30.478 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 46.0 in stage 3.0 (TID 57) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 46, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.479 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 45.0 in stage 3.0 (TID 56) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (46/200)
18:51:30.479 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Running task 46.0 in stage 3.0 (TID 57)
18:51:30.484 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.484 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.486 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.486 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.497 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Finished task 46.0 in stage 3.0 (TID 57). 8812 bytes result sent to driver
18:51:30.498 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 47.0 in stage 3.0 (TID 58) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 47, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.498 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Running task 47.0 in stage 3.0 (TID 58)
18:51:30.498 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 46.0 in stage 3.0 (TID 57) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (47/200)
18:51:30.503 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.503 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.506 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.506 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.519 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Finished task 47.0 in stage 3.0 (TID 58). 8812 bytes result sent to driver
18:51:30.520 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 48.0 in stage 3.0 (TID 59) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 48, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.520 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 47.0 in stage 3.0 (TID 58) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (48/200)
18:51:30.521 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Running task 48.0 in stage 3.0 (TID 59)
18:51:30.527 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.528 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.530 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.531 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.543 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Finished task 48.0 in stage 3.0 (TID 59). 8812 bytes result sent to driver
18:51:30.545 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 49.0 in stage 3.0 (TID 60) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 49, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.545 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Running task 49.0 in stage 3.0 (TID 60)
18:51:30.545 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 48.0 in stage 3.0 (TID 59) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (49/200)
18:51:30.550 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.550 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.553 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.553 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.562 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Finished task 49.0 in stage 3.0 (TID 60). 8812 bytes result sent to driver
18:51:30.564 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 50.0 in stage 3.0 (TID 61) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 50, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.564 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 49.0 in stage 3.0 (TID 60) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (50/200)
18:51:30.564 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Running task 50.0 in stage 3.0 (TID 61)
18:51:30.569 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.569 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.572 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.572 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.586 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Finished task 50.0 in stage 3.0 (TID 61). 8812 bytes result sent to driver
18:51:30.587 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 51.0 in stage 3.0 (TID 62) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 51, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.588 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Running task 51.0 in stage 3.0 (TID 62)
18:51:30.588 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 50.0 in stage 3.0 (TID 61) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (51/200)
18:51:30.592 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.592 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.595 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.595 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.605 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Finished task 51.0 in stage 3.0 (TID 62). 8812 bytes result sent to driver
18:51:30.606 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 52.0 in stage 3.0 (TID 63) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 52, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.607 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 51.0 in stage 3.0 (TID 62) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (52/200)
18:51:30.607 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Running task 52.0 in stage 3.0 (TID 63)
18:51:30.611 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.612 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.614 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.614 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.625 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Finished task 52.0 in stage 3.0 (TID 63). 8812 bytes result sent to driver
18:51:30.626 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 53.0 in stage 3.0 (TID 64) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 53, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.627 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Running task 53.0 in stage 3.0 (TID 64)
18:51:30.627 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 52.0 in stage 3.0 (TID 63) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (53/200)
18:51:30.633 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.633 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.637 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.637 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.650 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Finished task 53.0 in stage 3.0 (TID 64). 8812 bytes result sent to driver
18:51:30.651 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 54.0 in stage 3.0 (TID 65) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 54, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.652 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Running task 54.0 in stage 3.0 (TID 65)
18:51:30.652 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 53.0 in stage 3.0 (TID 64) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (54/200)
18:51:30.658 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.659 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.661 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.662 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.674 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Finished task 54.0 in stage 3.0 (TID 65). 8812 bytes result sent to driver
18:51:30.675 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 55.0 in stage 3.0 (TID 66) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 55, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.676 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Running task 55.0 in stage 3.0 (TID 66)
18:51:30.676 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 54.0 in stage 3.0 (TID 65) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (55/200)
18:51:30.681 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.682 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.684 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.684 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.693 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Finished task 55.0 in stage 3.0 (TID 66). 8812 bytes result sent to driver
18:51:30.694 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 56.0 in stage 3.0 (TID 67) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 56, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.694 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Running task 56.0 in stage 3.0 (TID 67)
18:51:30.694 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 55.0 in stage 3.0 (TID 66) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (56/200)
18:51:30.699 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.699 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.701 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.701 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.711 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Finished task 56.0 in stage 3.0 (TID 67). 8812 bytes result sent to driver
18:51:30.712 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 57.0 in stage 3.0 (TID 68) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 57, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.712 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 56.0 in stage 3.0 (TID 67) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (57/200)
18:51:30.712 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Running task 57.0 in stage 3.0 (TID 68)
18:51:30.718 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.719 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.722 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.722 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.735 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Finished task 57.0 in stage 3.0 (TID 68). 8812 bytes result sent to driver
18:51:30.736 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 58.0 in stage 3.0 (TID 69) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 58, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.737 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Running task 58.0 in stage 3.0 (TID 69)
18:51:30.737 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 57.0 in stage 3.0 (TID 68) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (58/200)
18:51:30.741 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.741 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.744 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.744 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.753 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Finished task 58.0 in stage 3.0 (TID 69). 8812 bytes result sent to driver
18:51:30.754 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 59.0 in stage 3.0 (TID 70) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 59, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.755 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Running task 59.0 in stage 3.0 (TID 70)
18:51:30.755 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 58.0 in stage 3.0 (TID 69) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (59/200)
18:51:30.761 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.761 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.763 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.763 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.775 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Finished task 59.0 in stage 3.0 (TID 70). 8812 bytes result sent to driver
18:51:30.776 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 60.0 in stage 3.0 (TID 71) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 60, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.777 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 59.0 in stage 3.0 (TID 70) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (60/200)
18:51:30.777 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Running task 60.0 in stage 3.0 (TID 71)
18:51:30.785 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.785 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.789 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.789 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.805 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Finished task 60.0 in stage 3.0 (TID 71). 8812 bytes result sent to driver
18:51:30.806 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 61.0 in stage 3.0 (TID 72) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 61, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.806 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Running task 61.0 in stage 3.0 (TID 72)
18:51:30.806 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 60.0 in stage 3.0 (TID 71) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (61/200)
18:51:30.811 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.811 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.814 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.814 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.826 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Finished task 61.0 in stage 3.0 (TID 72). 8812 bytes result sent to driver
18:51:30.827 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 62.0 in stage 3.0 (TID 73) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 62, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.827 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Running task 62.0 in stage 3.0 (TID 73)
18:51:30.827 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 61.0 in stage 3.0 (TID 72) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (62/200)
18:51:30.833 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.833 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.836 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.836 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.850 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Finished task 62.0 in stage 3.0 (TID 73). 8812 bytes result sent to driver
18:51:30.851 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 63.0 in stage 3.0 (TID 74) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 63, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.852 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Running task 63.0 in stage 3.0 (TID 74)
18:51:30.852 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 62.0 in stage 3.0 (TID 73) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (63/200)
18:51:30.857 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.857 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.861 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.861 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.875 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Finished task 63.0 in stage 3.0 (TID 74). 8812 bytes result sent to driver
18:51:30.876 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 64.0 in stage 3.0 (TID 75) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 64, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.876 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 63.0 in stage 3.0 (TID 74) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (64/200)
18:51:30.877 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Running task 64.0 in stage 3.0 (TID 75)
18:51:30.883 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.883 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.886 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.886 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.900 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Finished task 64.0 in stage 3.0 (TID 75). 8812 bytes result sent to driver
18:51:30.902 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 65.0 in stage 3.0 (TID 76) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 65, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.902 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Running task 65.0 in stage 3.0 (TID 76)
18:51:30.902 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 64.0 in stage 3.0 (TID 75) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (65/200)
18:51:30.907 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.907 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.910 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.910 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.919 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Finished task 65.0 in stage 3.0 (TID 76). 8812 bytes result sent to driver
18:51:30.928 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 66.0 in stage 3.0 (TID 77) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 66, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.929 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Running task 66.0 in stage 3.0 (TID 77)
18:51:30.929 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 65.0 in stage 3.0 (TID 76) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (66/200)
18:51:30.934 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.934 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.937 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.937 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.946 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Finished task 66.0 in stage 3.0 (TID 77). 8812 bytes result sent to driver
18:51:30.947 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 67.0 in stage 3.0 (TID 78) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 67, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.948 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 66.0 in stage 3.0 (TID 77) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (67/200)
18:51:30.948 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Running task 67.0 in stage 3.0 (TID 78)
18:51:30.955 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.955 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.957 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.957 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.971 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Finished task 67.0 in stage 3.0 (TID 78). 8812 bytes result sent to driver
18:51:30.972 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 68.0 in stage 3.0 (TID 79) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 68, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:30.973 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 67.0 in stage 3.0 (TID 78) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (68/200)
18:51:30.973 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Running task 68.0 in stage 3.0 (TID 79)
18:51:30.980 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.980 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:30.984 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:30.984 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.000 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Finished task 68.0 in stage 3.0 (TID 79). 8812 bytes result sent to driver
18:51:31.002 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 69.0 in stage 3.0 (TID 80) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.002 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 68.0 in stage 3.0 (TID 79) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (69/200)
18:51:31.003 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Running task 69.0 in stage 3.0 (TID 80)
18:51:31.010 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.010 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.013 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.013 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.024 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Finished task 69.0 in stage 3.0 (TID 80). 8812 bytes result sent to driver
18:51:31.025 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 70.0 in stage 3.0 (TID 81) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 70, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.025 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 69.0 in stage 3.0 (TID 80) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (70/200)
18:51:31.025 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Running task 70.0 in stage 3.0 (TID 81)
18:51:31.030 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.030 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.032 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.032 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.042 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Finished task 70.0 in stage 3.0 (TID 81). 8812 bytes result sent to driver
18:51:31.043 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 71.0 in stage 3.0 (TID 82) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 71, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.044 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 70.0 in stage 3.0 (TID 81) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (71/200)
18:51:31.044 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Running task 71.0 in stage 3.0 (TID 82)
18:51:31.048 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.049 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.050 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.051 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.061 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Finished task 71.0 in stage 3.0 (TID 82). 8812 bytes result sent to driver
18:51:31.062 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 72.0 in stage 3.0 (TID 83) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 72, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.063 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Running task 72.0 in stage 3.0 (TID 83)
18:51:31.063 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 71.0 in stage 3.0 (TID 82) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (72/200)
18:51:31.067 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.067 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.069 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.069 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.079 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Finished task 72.0 in stage 3.0 (TID 83). 8812 bytes result sent to driver
18:51:31.080 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 73.0 in stage 3.0 (TID 84) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 73, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.081 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Running task 73.0 in stage 3.0 (TID 84)
18:51:31.081 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 72.0 in stage 3.0 (TID 83) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (73/200)
18:51:31.085 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.085 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.087 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.087 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.095 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Finished task 73.0 in stage 3.0 (TID 84). 8812 bytes result sent to driver
18:51:31.097 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 74.0 in stage 3.0 (TID 85) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 74, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.097 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Running task 74.0 in stage 3.0 (TID 85)
18:51:31.097 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 73.0 in stage 3.0 (TID 84) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (74/200)
18:51:31.102 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.103 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.105 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.106 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.117 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Finished task 74.0 in stage 3.0 (TID 85). 8812 bytes result sent to driver
18:51:31.118 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 75.0 in stage 3.0 (TID 86) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 75, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.119 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Running task 75.0 in stage 3.0 (TID 86)
18:51:31.119 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 74.0 in stage 3.0 (TID 85) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (75/200)
18:51:31.123 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.123 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.125 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.125 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.134 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Finished task 75.0 in stage 3.0 (TID 86). 8812 bytes result sent to driver
18:51:31.135 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 76.0 in stage 3.0 (TID 87) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 76, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.136 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Running task 76.0 in stage 3.0 (TID 87)
18:51:31.136 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 75.0 in stage 3.0 (TID 86) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (76/200)
18:51:31.140 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.140 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.142 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.142 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.150 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Finished task 76.0 in stage 3.0 (TID 87). 8812 bytes result sent to driver
18:51:31.151 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 77.0 in stage 3.0 (TID 88) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 77, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.152 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 76.0 in stage 3.0 (TID 87) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (77/200)
18:51:31.152 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Running task 77.0 in stage 3.0 (TID 88)
18:51:31.156 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.156 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.158 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.158 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.168 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Finished task 77.0 in stage 3.0 (TID 88). 8812 bytes result sent to driver
18:51:31.169 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 78.0 in stage 3.0 (TID 89) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 78, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.169 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Running task 78.0 in stage 3.0 (TID 89)
18:51:31.169 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 77.0 in stage 3.0 (TID 88) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (78/200)
18:51:31.174 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.174 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.177 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.177 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.188 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Finished task 78.0 in stage 3.0 (TID 89). 8812 bytes result sent to driver
18:51:31.189 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 79.0 in stage 3.0 (TID 90) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 79, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.190 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 78.0 in stage 3.0 (TID 89) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (79/200)
18:51:31.190 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Running task 79.0 in stage 3.0 (TID 90)
18:51:31.196 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.196 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.199 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.200 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.213 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Finished task 79.0 in stage 3.0 (TID 90). 8812 bytes result sent to driver
18:51:31.214 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 80.0 in stage 3.0 (TID 91) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 80, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.214 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Running task 80.0 in stage 3.0 (TID 91)
18:51:31.214 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 79.0 in stage 3.0 (TID 90) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (80/200)
18:51:31.218 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.219 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.221 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.221 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.230 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Finished task 80.0 in stage 3.0 (TID 91). 8812 bytes result sent to driver
18:51:31.231 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 81.0 in stage 3.0 (TID 92) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 81, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.232 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 80.0 in stage 3.0 (TID 91) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (81/200)
18:51:31.232 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Running task 81.0 in stage 3.0 (TID 92)
18:51:31.237 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.237 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.239 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.239 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.247 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Finished task 81.0 in stage 3.0 (TID 92). 8812 bytes result sent to driver
18:51:31.249 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 82.0 in stage 3.0 (TID 93) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 82, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.249 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Running task 82.0 in stage 3.0 (TID 93)
18:51:31.249 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 81.0 in stage 3.0 (TID 92) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (82/200)
18:51:31.253 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.253 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.256 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.256 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.265 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Finished task 82.0 in stage 3.0 (TID 93). 8812 bytes result sent to driver
18:51:31.266 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 83.0 in stage 3.0 (TID 94) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 83, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.267 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Running task 83.0 in stage 3.0 (TID 94)
18:51:31.267 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 82.0 in stage 3.0 (TID 93) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (83/200)
18:51:31.271 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.271 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.273 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.273 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.282 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Finished task 83.0 in stage 3.0 (TID 94). 8812 bytes result sent to driver
18:51:31.283 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 84.0 in stage 3.0 (TID 95) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 84, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.284 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 83.0 in stage 3.0 (TID 94) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (84/200)
18:51:31.284 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Running task 84.0 in stage 3.0 (TID 95)
18:51:31.289 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.289 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.292 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.292 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.303 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Finished task 84.0 in stage 3.0 (TID 95). 8812 bytes result sent to driver
18:51:31.304 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 85.0 in stage 3.0 (TID 96) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 85, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.305 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 84.0 in stage 3.0 (TID 95) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (85/200)
18:51:31.305 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Running task 85.0 in stage 3.0 (TID 96)
18:51:31.309 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.309 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.312 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.312 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.320 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Finished task 85.0 in stage 3.0 (TID 96). 8812 bytes result sent to driver
18:51:31.321 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 86.0 in stage 3.0 (TID 97) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 86, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.321 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 85.0 in stage 3.0 (TID 96) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (86/200)
18:51:31.322 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Running task 86.0 in stage 3.0 (TID 97)
18:51:31.326 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.326 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.328 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.328 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.337 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Finished task 86.0 in stage 3.0 (TID 97). 8812 bytes result sent to driver
18:51:31.338 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 87.0 in stage 3.0 (TID 98) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 87, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.339 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Running task 87.0 in stage 3.0 (TID 98)
18:51:31.339 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 86.0 in stage 3.0 (TID 97) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (87/200)
18:51:31.343 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.343 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.345 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.345 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.353 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Finished task 87.0 in stage 3.0 (TID 98). 8812 bytes result sent to driver
18:51:31.354 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 88.0 in stage 3.0 (TID 99) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 88, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.354 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 87.0 in stage 3.0 (TID 98) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (88/200)
18:51:31.354 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Running task 88.0 in stage 3.0 (TID 99)
18:51:31.358 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.358 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.360 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.360 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.368 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Finished task 88.0 in stage 3.0 (TID 99). 8812 bytes result sent to driver
18:51:31.369 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 89.0 in stage 3.0 (TID 100) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 89, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.370 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Running task 89.0 in stage 3.0 (TID 100)
18:51:31.370 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 88.0 in stage 3.0 (TID 99) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (89/200)
18:51:31.375 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.376 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.378 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.379 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.391 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Finished task 89.0 in stage 3.0 (TID 100). 8812 bytes result sent to driver
18:51:31.392 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 90.0 in stage 3.0 (TID 101) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 90, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.392 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 89.0 in stage 3.0 (TID 100) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (90/200)
18:51:31.392 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Running task 90.0 in stage 3.0 (TID 101)
18:51:31.397 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.397 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.399 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.399 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.407 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Finished task 90.0 in stage 3.0 (TID 101). 8812 bytes result sent to driver
18:51:31.408 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 91.0 in stage 3.0 (TID 102) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 91, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.409 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 90.0 in stage 3.0 (TID 101) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (91/200)
18:51:31.409 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Running task 91.0 in stage 3.0 (TID 102)
18:51:31.413 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.413 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.416 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.416 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.425 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Finished task 91.0 in stage 3.0 (TID 102). 8812 bytes result sent to driver
18:51:31.430 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 92.0 in stage 3.0 (TID 103) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 92, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.431 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Running task 92.0 in stage 3.0 (TID 103)
18:51:31.431 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 91.0 in stage 3.0 (TID 102) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (92/200)
18:51:31.436 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.436 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.447 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.447 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.456 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Finished task 92.0 in stage 3.0 (TID 103). 8855 bytes result sent to driver
18:51:31.457 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 93.0 in stage 3.0 (TID 104) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 93, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.457 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Running task 93.0 in stage 3.0 (TID 104)
18:51:31.457 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 92.0 in stage 3.0 (TID 103) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (93/200)
18:51:31.462 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.463 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.465 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.465 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.477 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Finished task 93.0 in stage 3.0 (TID 104). 8812 bytes result sent to driver
18:51:31.478 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 94.0 in stage 3.0 (TID 105) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 94, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.478 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 93.0 in stage 3.0 (TID 104) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (94/200)
18:51:31.478 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Running task 94.0 in stage 3.0 (TID 105)
18:51:31.483 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.483 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.485 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.485 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.493 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Finished task 94.0 in stage 3.0 (TID 105). 8812 bytes result sent to driver
18:51:31.494 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 95.0 in stage 3.0 (TID 106) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 95, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.495 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 94.0 in stage 3.0 (TID 105) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (95/200)
18:51:31.495 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Running task 95.0 in stage 3.0 (TID 106)
18:51:31.499 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.500 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.502 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.502 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.510 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Finished task 95.0 in stage 3.0 (TID 106). 8812 bytes result sent to driver
18:51:31.511 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 96.0 in stage 3.0 (TID 107) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 96, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.511 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Running task 96.0 in stage 3.0 (TID 107)
18:51:31.511 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 95.0 in stage 3.0 (TID 106) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (96/200)
18:51:31.515 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.515 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.517 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.517 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.525 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Finished task 96.0 in stage 3.0 (TID 107). 8812 bytes result sent to driver
18:51:31.525 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 97.0 in stage 3.0 (TID 108) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 97, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.526 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 96.0 in stage 3.0 (TID 107) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (97/200)
18:51:31.526 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Running task 97.0 in stage 3.0 (TID 108)
18:51:31.530 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.530 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.532 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.532 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.541 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Finished task 97.0 in stage 3.0 (TID 108). 8812 bytes result sent to driver
18:51:31.542 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 98.0 in stage 3.0 (TID 109) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 98, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.542 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 97.0 in stage 3.0 (TID 108) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (98/200)
18:51:31.542 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Running task 98.0 in stage 3.0 (TID 109)
18:51:31.546 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.546 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.548 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.548 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.557 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Finished task 98.0 in stage 3.0 (TID 109). 8812 bytes result sent to driver
18:51:31.558 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 99.0 in stage 3.0 (TID 110) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 99, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.559 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Running task 99.0 in stage 3.0 (TID 110)
18:51:31.559 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 98.0 in stage 3.0 (TID 109) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (99/200)
18:51:31.564 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.565 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.567 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.568 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.580 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Finished task 99.0 in stage 3.0 (TID 110). 8812 bytes result sent to driver
18:51:31.581 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 100.0 in stage 3.0 (TID 111) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 100, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.581 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Running task 100.0 in stage 3.0 (TID 111)
18:51:31.581 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 99.0 in stage 3.0 (TID 110) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (100/200)
18:51:31.587 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.587 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.590 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.590 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.599 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Finished task 100.0 in stage 3.0 (TID 111). 8812 bytes result sent to driver
18:51:31.601 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 101.0 in stage 3.0 (TID 112) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 101, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.601 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 100.0 in stage 3.0 (TID 111) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (101/200)
18:51:31.602 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Running task 101.0 in stage 3.0 (TID 112)
18:51:31.606 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.607 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.609 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.609 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.618 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Finished task 101.0 in stage 3.0 (TID 112). 8812 bytes result sent to driver
18:51:31.619 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 102.0 in stage 3.0 (TID 113) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 102, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.620 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Running task 102.0 in stage 3.0 (TID 113)
18:51:31.620 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 101.0 in stage 3.0 (TID 112) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (102/200)
18:51:31.623 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.624 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.626 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.626 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.635 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Finished task 102.0 in stage 3.0 (TID 113). 8812 bytes result sent to driver
18:51:31.636 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 103.0 in stage 3.0 (TID 114) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 103, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.637 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 102.0 in stage 3.0 (TID 113) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (103/200)
18:51:31.637 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Running task 103.0 in stage 3.0 (TID 114)
18:51:31.641 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.641 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.643 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.643 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.651 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Finished task 103.0 in stage 3.0 (TID 114). 8812 bytes result sent to driver
18:51:31.652 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 104.0 in stage 3.0 (TID 115) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 104, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.652 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Running task 104.0 in stage 3.0 (TID 115)
18:51:31.653 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 103.0 in stage 3.0 (TID 114) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (104/200)
18:51:31.657 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.657 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.659 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.659 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.666 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Finished task 104.0 in stage 3.0 (TID 115). 8812 bytes result sent to driver
18:51:31.667 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 105.0 in stage 3.0 (TID 116) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 105, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.668 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Running task 105.0 in stage 3.0 (TID 116)
18:51:31.668 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 104.0 in stage 3.0 (TID 115) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (105/200)
18:51:31.672 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.673 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.675 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.675 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.686 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Finished task 105.0 in stage 3.0 (TID 116). 8812 bytes result sent to driver
18:51:31.687 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 106.0 in stage 3.0 (TID 117) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 106, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.688 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Running task 106.0 in stage 3.0 (TID 117)
18:51:31.688 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 105.0 in stage 3.0 (TID 116) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (106/200)
18:51:31.691 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.692 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.694 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.694 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.702 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Finished task 106.0 in stage 3.0 (TID 117). 8812 bytes result sent to driver
18:51:31.703 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 107.0 in stage 3.0 (TID 118) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 107, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.704 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Running task 107.0 in stage 3.0 (TID 118)
18:51:31.704 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 106.0 in stage 3.0 (TID 117) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (107/200)
18:51:31.709 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.709 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.711 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.712 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.723 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Finished task 107.0 in stage 3.0 (TID 118). 8812 bytes result sent to driver
18:51:31.724 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 108.0 in stage 3.0 (TID 119) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 108, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.725 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Running task 108.0 in stage 3.0 (TID 119)
18:51:31.725 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 107.0 in stage 3.0 (TID 118) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (108/200)
18:51:31.729 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.729 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.731 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.731 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.739 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Finished task 108.0 in stage 3.0 (TID 119). 8812 bytes result sent to driver
18:51:31.740 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 109.0 in stage 3.0 (TID 120) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 109, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.740 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 108.0 in stage 3.0 (TID 119) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (109/200)
18:51:31.740 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Running task 109.0 in stage 3.0 (TID 120)
18:51:31.745 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.746 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.748 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.748 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.759 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Finished task 109.0 in stage 3.0 (TID 120). 8812 bytes result sent to driver
18:51:31.760 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 110.0 in stage 3.0 (TID 121) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 110, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.761 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Running task 110.0 in stage 3.0 (TID 121)
18:51:31.761 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 109.0 in stage 3.0 (TID 120) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (110/200)
18:51:31.766 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.766 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.769 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.769 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.777 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Finished task 110.0 in stage 3.0 (TID 121). 8812 bytes result sent to driver
18:51:31.778 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 111.0 in stage 3.0 (TID 122) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 111, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.779 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Running task 111.0 in stage 3.0 (TID 122)
18:51:31.779 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 110.0 in stage 3.0 (TID 121) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (111/200)
18:51:31.784 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.785 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.787 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.787 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.798 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Finished task 111.0 in stage 3.0 (TID 122). 8812 bytes result sent to driver
18:51:31.799 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 112.0 in stage 3.0 (TID 123) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 112, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.800 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 111.0 in stage 3.0 (TID 122) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (112/200)
18:51:31.800 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Running task 112.0 in stage 3.0 (TID 123)
18:51:31.805 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.805 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.807 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.807 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.814 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Finished task 112.0 in stage 3.0 (TID 123). 8812 bytes result sent to driver
18:51:31.815 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 113.0 in stage 3.0 (TID 124) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 113, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.816 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Running task 113.0 in stage 3.0 (TID 124)
18:51:31.816 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 112.0 in stage 3.0 (TID 123) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (113/200)
18:51:31.820 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.820 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.822 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.822 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.830 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Finished task 113.0 in stage 3.0 (TID 124). 8812 bytes result sent to driver
18:51:31.831 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 114.0 in stage 3.0 (TID 125) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 114, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.832 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 113.0 in stage 3.0 (TID 124) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (114/200)
18:51:31.832 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Running task 114.0 in stage 3.0 (TID 125)
18:51:31.838 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.838 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.841 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.841 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.852 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Finished task 114.0 in stage 3.0 (TID 125). 8812 bytes result sent to driver
18:51:31.853 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 115.0 in stage 3.0 (TID 126) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 115, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.853 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 114.0 in stage 3.0 (TID 125) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (115/200)
18:51:31.854 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Running task 115.0 in stage 3.0 (TID 126)
18:51:31.858 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.858 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.860 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.860 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.868 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Finished task 115.0 in stage 3.0 (TID 126). 8812 bytes result sent to driver
18:51:31.869 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 116.0 in stage 3.0 (TID 127) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 116, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.869 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 115.0 in stage 3.0 (TID 126) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (116/200)
18:51:31.869 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Running task 116.0 in stage 3.0 (TID 127)
18:51:31.874 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.875 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.877 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.877 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.887 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Finished task 116.0 in stage 3.0 (TID 127). 8812 bytes result sent to driver
18:51:31.888 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 117.0 in stage 3.0 (TID 128) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 117, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.889 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 116.0 in stage 3.0 (TID 127) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (117/200)
18:51:31.889 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Running task 117.0 in stage 3.0 (TID 128)
18:51:31.894 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.894 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.897 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.897 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.908 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Finished task 117.0 in stage 3.0 (TID 128). 8812 bytes result sent to driver
18:51:31.909 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 118.0 in stage 3.0 (TID 129) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 118, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.909 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Running task 118.0 in stage 3.0 (TID 129)
18:51:31.909 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 117.0 in stage 3.0 (TID 128) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (118/200)
18:51:31.914 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.914 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.916 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.916 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.937 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Finished task 118.0 in stage 3.0 (TID 129). 8855 bytes result sent to driver
18:51:31.938 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 119.0 in stage 3.0 (TID 130) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 119, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.938 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Running task 119.0 in stage 3.0 (TID 130)
18:51:31.938 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 118.0 in stage 3.0 (TID 129) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (119/200)
18:51:31.942 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.942 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.944 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.944 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.952 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Finished task 119.0 in stage 3.0 (TID 130). 8812 bytes result sent to driver
18:51:31.953 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 120.0 in stage 3.0 (TID 131) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 120, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.953 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Running task 120.0 in stage 3.0 (TID 131)
18:51:31.953 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 119.0 in stage 3.0 (TID 130) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (120/200)
18:51:31.959 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.959 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.961 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.962 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.973 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Finished task 120.0 in stage 3.0 (TID 131). 8812 bytes result sent to driver
18:51:31.974 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 121.0 in stage 3.0 (TID 132) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 121, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.974 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 120.0 in stage 3.0 (TID 131) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (121/200)
18:51:31.974 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Running task 121.0 in stage 3.0 (TID 132)
18:51:31.980 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.980 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.982 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:31.983 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:31.993 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Finished task 121.0 in stage 3.0 (TID 132). 8812 bytes result sent to driver
18:51:31.995 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 122.0 in stage 3.0 (TID 133) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 122, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:31.995 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 121.0 in stage 3.0 (TID 132) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (122/200)
18:51:31.995 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Running task 122.0 in stage 3.0 (TID 133)
18:51:32.000 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.001 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.003 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.003 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.011 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Finished task 122.0 in stage 3.0 (TID 133). 8812 bytes result sent to driver
18:51:32.012 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 123.0 in stage 3.0 (TID 134) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 123, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.013 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Running task 123.0 in stage 3.0 (TID 134)
18:51:32.013 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 122.0 in stage 3.0 (TID 133) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (123/200)
18:51:32.018 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.018 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.021 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.021 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.029 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Finished task 123.0 in stage 3.0 (TID 134). 8812 bytes result sent to driver
18:51:32.030 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 124.0 in stage 3.0 (TID 135) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 124, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.031 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 123.0 in stage 3.0 (TID 134) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (124/200)
18:51:32.031 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Running task 124.0 in stage 3.0 (TID 135)
18:51:32.035 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.036 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.038 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.038 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.048 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Finished task 124.0 in stage 3.0 (TID 135). 8812 bytes result sent to driver
18:51:32.049 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 125.0 in stage 3.0 (TID 136) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 125, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.049 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 124.0 in stage 3.0 (TID 135) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (125/200)
18:51:32.049 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Running task 125.0 in stage 3.0 (TID 136)
18:51:32.055 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.055 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.058 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.058 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.069 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Finished task 125.0 in stage 3.0 (TID 136). 8812 bytes result sent to driver
18:51:32.070 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 126.0 in stage 3.0 (TID 137) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 126, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.071 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 125.0 in stage 3.0 (TID 136) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (126/200)
18:51:32.071 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Running task 126.0 in stage 3.0 (TID 137)
18:51:32.076 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.076 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.079 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.079 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.089 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Finished task 126.0 in stage 3.0 (TID 137). 8812 bytes result sent to driver
18:51:32.091 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 127.0 in stage 3.0 (TID 138) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 127, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.091 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Running task 127.0 in stage 3.0 (TID 138)
18:51:32.091 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 126.0 in stage 3.0 (TID 137) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (127/200)
18:51:32.096 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.096 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.098 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.098 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.106 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Finished task 127.0 in stage 3.0 (TID 138). 8812 bytes result sent to driver
18:51:32.108 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 128.0 in stage 3.0 (TID 139) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.108 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 127.0 in stage 3.0 (TID 138) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (128/200)
18:51:32.108 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Running task 128.0 in stage 3.0 (TID 139)
18:51:32.112 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.113 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.114 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.114 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.122 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Finished task 128.0 in stage 3.0 (TID 139). 8812 bytes result sent to driver
18:51:32.123 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 129.0 in stage 3.0 (TID 140) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 129, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.124 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Running task 129.0 in stage 3.0 (TID 140)
18:51:32.124 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 128.0 in stage 3.0 (TID 139) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (129/200)
18:51:32.129 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.129 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.132 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.132 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.143 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Finished task 129.0 in stage 3.0 (TID 140). 8812 bytes result sent to driver
18:51:32.144 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 130.0 in stage 3.0 (TID 141) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 130, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.144 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 129.0 in stage 3.0 (TID 140) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (130/200)
18:51:32.144 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Running task 130.0 in stage 3.0 (TID 141)
18:51:32.148 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.149 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.150 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.151 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.159 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Finished task 130.0 in stage 3.0 (TID 141). 8812 bytes result sent to driver
18:51:32.160 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 131.0 in stage 3.0 (TID 142) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 131, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.160 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 130.0 in stage 3.0 (TID 141) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (131/200)
18:51:32.161 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Running task 131.0 in stage 3.0 (TID 142)
18:51:32.164 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.164 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.166 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.166 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.175 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Finished task 131.0 in stage 3.0 (TID 142). 8812 bytes result sent to driver
18:51:32.176 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 132.0 in stage 3.0 (TID 143) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 132, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.176 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Running task 132.0 in stage 3.0 (TID 143)
18:51:32.176 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 131.0 in stage 3.0 (TID 142) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (132/200)
18:51:32.182 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.182 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.184 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.184 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.192 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Finished task 132.0 in stage 3.0 (TID 143). 8812 bytes result sent to driver
18:51:32.194 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 133.0 in stage 3.0 (TID 144) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 133, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.194 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Running task 133.0 in stage 3.0 (TID 144)
18:51:32.194 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 132.0 in stage 3.0 (TID 143) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (133/200)
18:51:32.199 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.199 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.202 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.202 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.212 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Finished task 133.0 in stage 3.0 (TID 144). 8812 bytes result sent to driver
18:51:32.213 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 134.0 in stage 3.0 (TID 145) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 134, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.214 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 133.0 in stage 3.0 (TID 144) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (134/200)
18:51:32.214 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Running task 134.0 in stage 3.0 (TID 145)
18:51:32.218 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.219 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.221 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.221 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.230 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Finished task 134.0 in stage 3.0 (TID 145). 8812 bytes result sent to driver
18:51:32.231 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 135.0 in stage 3.0 (TID 146) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 135, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.231 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 134.0 in stage 3.0 (TID 145) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (135/200)
18:51:32.231 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Running task 135.0 in stage 3.0 (TID 146)
18:51:32.236 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.236 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.238 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.238 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.247 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Finished task 135.0 in stage 3.0 (TID 146). 8812 bytes result sent to driver
18:51:32.248 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 136.0 in stage 3.0 (TID 147) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 136, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.249 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 135.0 in stage 3.0 (TID 146) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (136/200)
18:51:32.249 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Running task 136.0 in stage 3.0 (TID 147)
18:51:32.255 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.255 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.258 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.258 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.269 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Finished task 136.0 in stage 3.0 (TID 147). 8812 bytes result sent to driver
18:51:32.270 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 137.0 in stage 3.0 (TID 148) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 137, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.270 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Running task 137.0 in stage 3.0 (TID 148)
18:51:32.270 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 136.0 in stage 3.0 (TID 147) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (137/200)
18:51:32.274 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.274 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.276 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.276 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.284 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Finished task 137.0 in stage 3.0 (TID 148). 8812 bytes result sent to driver
18:51:32.285 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 138.0 in stage 3.0 (TID 149) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 138, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.285 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 137.0 in stage 3.0 (TID 148) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (138/200)
18:51:32.285 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Running task 138.0 in stage 3.0 (TID 149)
18:51:32.289 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.289 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.291 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.291 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.299 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Finished task 138.0 in stage 3.0 (TID 149). 8812 bytes result sent to driver
18:51:32.301 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 139.0 in stage 3.0 (TID 150) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 139, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.301 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 138.0 in stage 3.0 (TID 149) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (139/200)
18:51:32.301 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Running task 139.0 in stage 3.0 (TID 150)
18:51:32.306 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.306 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.309 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.309 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.321 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Finished task 139.0 in stage 3.0 (TID 150). 8812 bytes result sent to driver
18:51:32.322 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 140.0 in stage 3.0 (TID 151) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 140, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.322 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 139.0 in stage 3.0 (TID 150) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (140/200)
18:51:32.322 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Running task 140.0 in stage 3.0 (TID 151)
18:51:32.327 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.327 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.329 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.329 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.338 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Finished task 140.0 in stage 3.0 (TID 151). 8812 bytes result sent to driver
18:51:32.339 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 141.0 in stage 3.0 (TID 152) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 141, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.340 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 140.0 in stage 3.0 (TID 151) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (141/200)
18:51:32.340 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Running task 141.0 in stage 3.0 (TID 152)
18:51:32.344 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.344 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.346 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.346 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.355 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Finished task 141.0 in stage 3.0 (TID 152). 8812 bytes result sent to driver
18:51:32.356 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 142.0 in stage 3.0 (TID 153) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 142, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.356 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Running task 142.0 in stage 3.0 (TID 153)
18:51:32.356 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 141.0 in stage 3.0 (TID 152) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (142/200)
18:51:32.361 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.361 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.363 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.363 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.371 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Finished task 142.0 in stage 3.0 (TID 153). 8812 bytes result sent to driver
18:51:32.372 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 143.0 in stage 3.0 (TID 154) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 143, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.373 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 142.0 in stage 3.0 (TID 153) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (143/200)
18:51:32.373 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Running task 143.0 in stage 3.0 (TID 154)
18:51:32.379 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.379 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.382 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.382 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.393 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Finished task 143.0 in stage 3.0 (TID 154). 8812 bytes result sent to driver
18:51:32.394 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 144.0 in stage 3.0 (TID 155) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 144, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.394 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 143.0 in stage 3.0 (TID 154) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (144/200)
18:51:32.394 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Running task 144.0 in stage 3.0 (TID 155)
18:51:32.399 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.399 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.401 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.402 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.420 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Finished task 144.0 in stage 3.0 (TID 155). 8855 bytes result sent to driver
18:51:32.421 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 145.0 in stage 3.0 (TID 156) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 145, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.422 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Running task 145.0 in stage 3.0 (TID 156)
18:51:32.422 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 144.0 in stage 3.0 (TID 155) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (145/200)
18:51:32.427 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.427 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.429 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.429 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.439 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Finished task 145.0 in stage 3.0 (TID 156). 8812 bytes result sent to driver
18:51:32.440 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 146.0 in stage 3.0 (TID 157) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 146, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.441 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 145.0 in stage 3.0 (TID 156) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (146/200)
18:51:32.441 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Running task 146.0 in stage 3.0 (TID 157)
18:51:32.445 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.445 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.446 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.446 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.454 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Finished task 146.0 in stage 3.0 (TID 157). 8812 bytes result sent to driver
18:51:32.455 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 147.0 in stage 3.0 (TID 158) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 147, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.455 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Running task 147.0 in stage 3.0 (TID 158)
18:51:32.455 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 146.0 in stage 3.0 (TID 157) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (147/200)
18:51:32.459 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.459 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.461 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.461 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.468 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Finished task 147.0 in stage 3.0 (TID 158). 8812 bytes result sent to driver
18:51:32.469 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 148.0 in stage 3.0 (TID 159) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 148, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.470 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Running task 148.0 in stage 3.0 (TID 159)
18:51:32.470 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 147.0 in stage 3.0 (TID 158) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (148/200)
18:51:32.474 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.474 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.476 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.476 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.484 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Finished task 148.0 in stage 3.0 (TID 159). 8812 bytes result sent to driver
18:51:32.485 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 149.0 in stage 3.0 (TID 160) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 149, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.485 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 148.0 in stage 3.0 (TID 159) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (149/200)
18:51:32.485 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Running task 149.0 in stage 3.0 (TID 160)
18:51:32.489 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.490 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.491 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.491 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.499 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Finished task 149.0 in stage 3.0 (TID 160). 8812 bytes result sent to driver
18:51:32.500 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 150.0 in stage 3.0 (TID 161) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 150, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.501 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 149.0 in stage 3.0 (TID 160) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (150/200)
18:51:32.501 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Running task 150.0 in stage 3.0 (TID 161)
18:51:32.505 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.505 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.507 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.507 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.514 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Finished task 150.0 in stage 3.0 (TID 161). 8812 bytes result sent to driver
18:51:32.515 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 151.0 in stage 3.0 (TID 162) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 151, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.515 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Running task 151.0 in stage 3.0 (TID 162)
18:51:32.515 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 150.0 in stage 3.0 (TID 161) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (151/200)
18:51:32.519 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.519 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.521 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.521 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.537 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Finished task 151.0 in stage 3.0 (TID 162). 8941 bytes result sent to driver
18:51:32.538 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 152.0 in stage 3.0 (TID 163) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 152, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.538 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Running task 152.0 in stage 3.0 (TID 163)
18:51:32.538 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 151.0 in stage 3.0 (TID 162) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (152/200)
18:51:32.543 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Getting 4 (5.6 KiB) non-empty blocks including 4 (5.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.543 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.545 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.545 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.554 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Finished task 152.0 in stage 3.0 (TID 163). 8812 bytes result sent to driver
18:51:32.554 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 153.0 in stage 3.0 (TID 164) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 153, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.555 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 152.0 in stage 3.0 (TID 163) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (153/200)
18:51:32.555 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Running task 153.0 in stage 3.0 (TID 164)
18:51:32.559 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.559 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.561 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.561 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.568 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Finished task 153.0 in stage 3.0 (TID 164). 8812 bytes result sent to driver
18:51:32.569 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 154.0 in stage 3.0 (TID 165) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 154, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.569 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Running task 154.0 in stage 3.0 (TID 165)
18:51:32.569 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 153.0 in stage 3.0 (TID 164) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (154/200)
18:51:32.574 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.574 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.576 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.576 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.587 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Finished task 154.0 in stage 3.0 (TID 165). 8812 bytes result sent to driver
18:51:32.588 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 155.0 in stage 3.0 (TID 166) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 155, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.588 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Running task 155.0 in stage 3.0 (TID 166)
18:51:32.588 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 154.0 in stage 3.0 (TID 165) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (155/200)
18:51:32.592 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.592 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.594 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.594 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.602 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Finished task 155.0 in stage 3.0 (TID 166). 8812 bytes result sent to driver
18:51:32.603 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 156.0 in stage 3.0 (TID 167) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 156, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.603 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Running task 156.0 in stage 3.0 (TID 167)
18:51:32.603 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 155.0 in stage 3.0 (TID 166) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (156/200)
18:51:32.607 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.607 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.609 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.609 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.616 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Finished task 156.0 in stage 3.0 (TID 167). 8812 bytes result sent to driver
18:51:32.617 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 157.0 in stage 3.0 (TID 168) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 157, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.618 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Running task 157.0 in stage 3.0 (TID 168)
18:51:32.618 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 156.0 in stage 3.0 (TID 167) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (157/200)
18:51:32.622 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.623 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.625 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.625 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.636 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Finished task 157.0 in stage 3.0 (TID 168). 8812 bytes result sent to driver
18:51:32.637 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 158.0 in stage 3.0 (TID 169) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 158, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.637 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 157.0 in stage 3.0 (TID 168) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (158/200)
18:51:32.637 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Running task 158.0 in stage 3.0 (TID 169)
18:51:32.642 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.642 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.644 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.644 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.655 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Finished task 158.0 in stage 3.0 (TID 169). 8812 bytes result sent to driver
18:51:32.656 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 159.0 in stage 3.0 (TID 170) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 159, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.656 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 158.0 in stage 3.0 (TID 169) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (159/200)
18:51:32.657 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Running task 159.0 in stage 3.0 (TID 170)
18:51:32.661 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.661 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.663 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.663 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.670 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Finished task 159.0 in stage 3.0 (TID 170). 8812 bytes result sent to driver
18:51:32.671 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 160.0 in stage 3.0 (TID 171) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 160, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.672 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 159.0 in stage 3.0 (TID 170) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (160/200)
18:51:32.672 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Running task 160.0 in stage 3.0 (TID 171)
18:51:32.676 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.676 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.678 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.678 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.686 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Finished task 160.0 in stage 3.0 (TID 171). 8812 bytes result sent to driver
18:51:32.687 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 161.0 in stage 3.0 (TID 172) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 161, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.687 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 160.0 in stage 3.0 (TID 171) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (161/200)
18:51:32.687 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Running task 161.0 in stage 3.0 (TID 172)
18:51:32.692 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.692 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.695 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.695 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.705 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Finished task 161.0 in stage 3.0 (TID 172). 8812 bytes result sent to driver
18:51:32.706 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 162.0 in stage 3.0 (TID 173) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 162, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.707 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Running task 162.0 in stage 3.0 (TID 173)
18:51:32.707 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 161.0 in stage 3.0 (TID 172) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (162/200)
18:51:32.712 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.712 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.714 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.714 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.721 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Finished task 162.0 in stage 3.0 (TID 173). 8812 bytes result sent to driver
18:51:32.722 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 163.0 in stage 3.0 (TID 174) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 163, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.722 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 162.0 in stage 3.0 (TID 173) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (163/200)
18:51:32.722 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Running task 163.0 in stage 3.0 (TID 174)
18:51:32.726 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.726 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.728 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.728 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.736 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Finished task 163.0 in stage 3.0 (TID 174). 8812 bytes result sent to driver
18:51:32.737 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 164.0 in stage 3.0 (TID 175) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 164, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.738 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 163.0 in stage 3.0 (TID 174) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (164/200)
18:51:32.739 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Running task 164.0 in stage 3.0 (TID 175)
18:51:32.745 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.745 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.748 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.748 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.757 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Finished task 164.0 in stage 3.0 (TID 175). 8812 bytes result sent to driver
18:51:32.758 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 165.0 in stage 3.0 (TID 176) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 165, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.759 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Running task 165.0 in stage 3.0 (TID 176)
18:51:32.759 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 164.0 in stage 3.0 (TID 175) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (165/200)
18:51:32.763 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.763 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.765 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.765 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.772 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Finished task 165.0 in stage 3.0 (TID 176). 8812 bytes result sent to driver
18:51:32.773 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 166.0 in stage 3.0 (TID 177) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 166, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.773 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 165.0 in stage 3.0 (TID 176) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (166/200)
18:51:32.774 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Running task 166.0 in stage 3.0 (TID 177)
18:51:32.778 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.778 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.780 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.780 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.787 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Finished task 166.0 in stage 3.0 (TID 177). 8812 bytes result sent to driver
18:51:32.788 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 167.0 in stage 3.0 (TID 178) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 167, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.789 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Running task 167.0 in stage 3.0 (TID 178)
18:51:32.789 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 166.0 in stage 3.0 (TID 177) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (167/200)
18:51:32.792 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.792 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.794 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.794 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.802 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Finished task 167.0 in stage 3.0 (TID 178). 8812 bytes result sent to driver
18:51:32.803 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 168.0 in stage 3.0 (TID 179) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 168, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.804 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 167.0 in stage 3.0 (TID 178) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (168/200)
18:51:32.804 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Running task 168.0 in stage 3.0 (TID 179)
18:51:32.808 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.808 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.809 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.809 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.816 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Finished task 168.0 in stage 3.0 (TID 179). 8812 bytes result sent to driver
18:51:32.817 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 169.0 in stage 3.0 (TID 180) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 169, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.818 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Running task 169.0 in stage 3.0 (TID 180)
18:51:32.818 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 168.0 in stage 3.0 (TID 179) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (169/200)
18:51:32.822 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.822 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.825 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.825 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.835 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Finished task 169.0 in stage 3.0 (TID 180). 8812 bytes result sent to driver
18:51:32.836 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 170.0 in stage 3.0 (TID 181) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 170, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.836 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Running task 170.0 in stage 3.0 (TID 181)
18:51:32.836 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 169.0 in stage 3.0 (TID 180) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (170/200)
18:51:32.840 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.840 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.842 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.842 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.860 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Finished task 170.0 in stage 3.0 (TID 181). 8855 bytes result sent to driver
18:51:32.861 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 171.0 in stage 3.0 (TID 182) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 171, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.862 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Running task 171.0 in stage 3.0 (TID 182)
18:51:32.862 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 170.0 in stage 3.0 (TID 181) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (171/200)
18:51:32.867 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.867 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.869 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.869 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.879 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Finished task 171.0 in stage 3.0 (TID 182). 8812 bytes result sent to driver
18:51:32.880 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 172.0 in stage 3.0 (TID 183) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 172, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.880 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 171.0 in stage 3.0 (TID 182) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (172/200)
18:51:32.880 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Running task 172.0 in stage 3.0 (TID 183)
18:51:32.884 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.884 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.886 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.886 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.893 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Finished task 172.0 in stage 3.0 (TID 183). 8812 bytes result sent to driver
18:51:32.894 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 173.0 in stage 3.0 (TID 184) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 173, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.895 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Running task 173.0 in stage 3.0 (TID 184)
18:51:32.895 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 172.0 in stage 3.0 (TID 183) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (173/200)
18:51:32.900 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.900 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.902 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.903 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.913 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Finished task 173.0 in stage 3.0 (TID 184). 8812 bytes result sent to driver
18:51:32.914 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 174.0 in stage 3.0 (TID 185) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 174, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.914 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Running task 174.0 in stage 3.0 (TID 185)
18:51:32.914 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 173.0 in stage 3.0 (TID 184) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (174/200)
18:51:32.918 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.918 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.920 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.920 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.927 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Finished task 174.0 in stage 3.0 (TID 185). 8812 bytes result sent to driver
18:51:32.928 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 175.0 in stage 3.0 (TID 186) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 175, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.929 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 174.0 in stage 3.0 (TID 185) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (175/200)
18:51:32.929 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Running task 175.0 in stage 3.0 (TID 186)
18:51:32.933 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.933 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.934 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.934 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.942 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Finished task 175.0 in stage 3.0 (TID 186). 8812 bytes result sent to driver
18:51:32.943 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 176.0 in stage 3.0 (TID 187) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 176, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.943 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 175.0 in stage 3.0 (TID 186) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (176/200)
18:51:32.944 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Running task 176.0 in stage 3.0 (TID 187)
18:51:32.949 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.949 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.952 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.952 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.964 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Finished task 176.0 in stage 3.0 (TID 187). 8812 bytes result sent to driver
18:51:32.966 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 177.0 in stage 3.0 (TID 188) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 177, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.966 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 176.0 in stage 3.0 (TID 187) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (177/200)
18:51:32.966 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Running task 177.0 in stage 3.0 (TID 188)
18:51:32.972 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.972 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.973 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.973 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.983 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Finished task 177.0 in stage 3.0 (TID 188). 8812 bytes result sent to driver
18:51:32.984 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 178.0 in stage 3.0 (TID 189) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 178, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:32.984 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 177.0 in stage 3.0 (TID 188) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (178/200)
18:51:32.984 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Running task 178.0 in stage 3.0 (TID 189)
18:51:32.988 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.989 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.990 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:32.990 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:32.998 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Finished task 178.0 in stage 3.0 (TID 189). 8812 bytes result sent to driver
18:51:32.999 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 179.0 in stage 3.0 (TID 190) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 179, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.000 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 178.0 in stage 3.0 (TID 189) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (179/200)
18:51:33.000 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Running task 179.0 in stage 3.0 (TID 190)
18:51:33.004 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.004 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.006 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.006 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.013 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Finished task 179.0 in stage 3.0 (TID 190). 8812 bytes result sent to driver
18:51:33.014 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 180.0 in stage 3.0 (TID 191) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 180, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.015 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 179.0 in stage 3.0 (TID 190) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (180/200)
18:51:33.015 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Running task 180.0 in stage 3.0 (TID 191)
18:51:33.020 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.021 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.024 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.024 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.036 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Finished task 180.0 in stage 3.0 (TID 191). 8812 bytes result sent to driver
18:51:33.038 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 181.0 in stage 3.0 (TID 192) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 181, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.038 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Running task 181.0 in stage 3.0 (TID 192)
18:51:33.038 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 180.0 in stage 3.0 (TID 191) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (181/200)
18:51:33.042 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.042 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.045 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.045 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.054 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Finished task 181.0 in stage 3.0 (TID 192). 8812 bytes result sent to driver
18:51:33.055 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 182.0 in stage 3.0 (TID 193) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 182, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.055 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Running task 182.0 in stage 3.0 (TID 193)
18:51:33.056 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 181.0 in stage 3.0 (TID 192) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (182/200)
18:51:33.059 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.059 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.061 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.061 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.069 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Finished task 182.0 in stage 3.0 (TID 193). 8812 bytes result sent to driver
18:51:33.070 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 183.0 in stage 3.0 (TID 194) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 183, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.070 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Running task 183.0 in stage 3.0 (TID 194)
18:51:33.070 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 182.0 in stage 3.0 (TID 193) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (183/200)
18:51:33.074 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.075 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.076 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.076 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.084 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Finished task 183.0 in stage 3.0 (TID 194). 8812 bytes result sent to driver
18:51:33.085 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 184.0 in stage 3.0 (TID 195) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 184, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.086 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 183.0 in stage 3.0 (TID 194) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (184/200)
18:51:33.086 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Running task 184.0 in stage 3.0 (TID 195)
18:51:33.089 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.089 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.091 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.091 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.098 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Finished task 184.0 in stage 3.0 (TID 195). 8812 bytes result sent to driver
18:51:33.099 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 185.0 in stage 3.0 (TID 196) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 185, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.100 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Running task 185.0 in stage 3.0 (TID 196)
18:51:33.100 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 184.0 in stage 3.0 (TID 195) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (185/200)
18:51:33.104 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.104 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.106 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.106 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.113 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Finished task 185.0 in stage 3.0 (TID 196). 8812 bytes result sent to driver
18:51:33.114 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 186.0 in stage 3.0 (TID 197) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 186, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.114 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 185.0 in stage 3.0 (TID 196) in 15 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (186/200)
18:51:33.114 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Running task 186.0 in stage 3.0 (TID 197)
18:51:33.119 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.120 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.122 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.122 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.133 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Finished task 186.0 in stage 3.0 (TID 197). 8812 bytes result sent to driver
18:51:33.134 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 187.0 in stage 3.0 (TID 198) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 187, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.134 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 186.0 in stage 3.0 (TID 197) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (187/200)
18:51:33.134 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Running task 187.0 in stage 3.0 (TID 198)
18:51:33.138 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.138 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.140 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.140 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.147 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Finished task 187.0 in stage 3.0 (TID 198). 8812 bytes result sent to driver
18:51:33.148 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 188.0 in stage 3.0 (TID 199) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 188, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.149 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Running task 188.0 in stage 3.0 (TID 199)
18:51:33.149 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 187.0 in stage 3.0 (TID 198) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (188/200)
18:51:33.154 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.154 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.157 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.157 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.167 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Finished task 188.0 in stage 3.0 (TID 199). 8812 bytes result sent to driver
18:51:33.168 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 189.0 in stage 3.0 (TID 200) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 189, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.168 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 188.0 in stage 3.0 (TID 199) in 20 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (189/200)
18:51:33.168 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Running task 189.0 in stage 3.0 (TID 200)
18:51:33.172 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.172 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.174 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.174 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.182 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Finished task 189.0 in stage 3.0 (TID 200). 8812 bytes result sent to driver
18:51:33.183 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 190.0 in stage 3.0 (TID 201) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 190, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.183 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Running task 190.0 in stage 3.0 (TID 201)
18:51:33.183 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 189.0 in stage 3.0 (TID 200) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (190/200)
18:51:33.188 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.188 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.190 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.191 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.201 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Finished task 190.0 in stage 3.0 (TID 201). 8812 bytes result sent to driver
18:51:33.202 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 191.0 in stage 3.0 (TID 202) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 191, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.203 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 190.0 in stage 3.0 (TID 201) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (191/200)
18:51:33.203 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Running task 191.0 in stage 3.0 (TID 202)
18:51:33.208 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.208 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.211 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.211 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.222 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Finished task 191.0 in stage 3.0 (TID 202). 8812 bytes result sent to driver
18:51:33.223 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 192.0 in stage 3.0 (TID 203) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 192, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.223 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 191.0 in stage 3.0 (TID 202) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (192/200)
18:51:33.224 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Running task 192.0 in stage 3.0 (TID 203)
18:51:33.229 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.229 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.232 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.232 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.243 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Finished task 192.0 in stage 3.0 (TID 203). 8812 bytes result sent to driver
18:51:33.244 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 193.0 in stage 3.0 (TID 204) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 193, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.244 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Running task 193.0 in stage 3.0 (TID 204)
18:51:33.244 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 192.0 in stage 3.0 (TID 203) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (193/200)
18:51:33.248 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.248 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.250 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.250 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.260 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Finished task 193.0 in stage 3.0 (TID 204). 8812 bytes result sent to driver
18:51:33.261 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 194.0 in stage 3.0 (TID 205) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 194, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.261 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Running task 194.0 in stage 3.0 (TID 205)
18:51:33.262 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 193.0 in stage 3.0 (TID 204) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (194/200)
18:51:33.266 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.266 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.269 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.269 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.279 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Finished task 194.0 in stage 3.0 (TID 205). 8812 bytes result sent to driver
18:51:33.280 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 195.0 in stage 3.0 (TID 206) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 195, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.281 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 194.0 in stage 3.0 (TID 205) in 19 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (195/200)
18:51:33.281 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Running task 195.0 in stage 3.0 (TID 206)
18:51:33.284 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.284 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.286 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.286 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.295 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Finished task 195.0 in stage 3.0 (TID 206). 8812 bytes result sent to driver
18:51:33.296 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 196.0 in stage 3.0 (TID 207) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 196, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.296 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 195.0 in stage 3.0 (TID 206) in 16 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (196/200)
18:51:33.296 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Running task 196.0 in stage 3.0 (TID 207)
18:51:33.301 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.301 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.304 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.304 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.314 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Finished task 196.0 in stage 3.0 (TID 207). 8812 bytes result sent to driver
18:51:33.325 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 197.0 in stage 3.0 (TID 208) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 197, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.325 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Running task 197.0 in stage 3.0 (TID 208)
18:51:33.325 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 196.0 in stage 3.0 (TID 207) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (197/200)
18:51:33.329 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.329 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.331 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.331 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.340 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Finished task 197.0 in stage 3.0 (TID 208). 8812 bytes result sent to driver
18:51:33.341 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 198.0 in stage 3.0 (TID 209) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 198, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.341 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Running task 198.0 in stage 3.0 (TID 209)
18:51:33.342 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 197.0 in stage 3.0 (TID 208) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (198/200)
18:51:33.347 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.347 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.349 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.349 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.357 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Finished task 198.0 in stage 3.0 (TID 209). 8812 bytes result sent to driver
18:51:33.358 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 199.0 in stage 3.0 (TID 210) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 199, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
18:51:33.358 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 198.0 in stage 3.0 (TID 209) in 18 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (199/200)
18:51:33.358 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Running task 199.0 in stage 3.0 (TID 210)
18:51:33.363 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Getting 4 (5.6 KiB) non-empty blocks including 4 (5.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.363 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.365 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:33.365 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:33.372 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Finished task 199.0 in stage 3.0 (TID 210). 8812 bytes result sent to driver
18:51:33.373 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 211) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5025 bytes) taskResourceAssignments Map()
18:51:33.374 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 199.0 in stage 3.0 (TID 210) in 17 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (200/200)
18:51:33.374 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
18:51:33.374 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 211)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 211)
18:51:33.375 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 3 (collect at IntegrationTestBigLinkedList.scala:421) finished in 5.160 s
18:51:33.375 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
18:51:33.375 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6, ShuffleMapStage 4)
18:51:33.375 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
18:51:33.375 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
18:51:33.377 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 211)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:33.392 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10215 rows, more = false, responseScanTimestamp = 7317398705703051264) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=8f20520d73a849ab9b9e7b4cf7904af4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:33.456 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 211)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 211). 6370 bytes result sent to driver
18:51:33.457 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 4.0 (TID 212) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5025 bytes) taskResourceAssignments Map()
18:51:33.458 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 211) in 84 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/4)
18:51:33.459 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 212)] (Logging.scala:57) Running task 2.0 in stage 4.0 (TID 212)
18:51:33.461 [DEBUG - Executor task launch worker for task 2.0 in stage 4.0 (TID 212)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:33.477 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10043 rows, more = false, responseScanTimestamp = 7317398706036531200) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=34359c575c7148659303610f1c50fb9c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:33.562 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 212)] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 212). 6370 bytes result sent to driver
18:51:33.563 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 4.0 (TID 213) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5025 bytes) taskResourceAssignments Map()
18:51:33.563 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 212) in 106 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (3/4)
18:51:33.563 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 213)] (Logging.scala:57) Running task 3.0 in stage 4.0 (TID 213)
18:51:33.567 [DEBUG - Executor task launch worker for task 3.0 in stage 4.0 (TID 213)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:33.583 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9842 rows, more = false, responseScanTimestamp = 7317398706474823680) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b7819035790642d283b1f413667d1d39, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:33.650 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 213)] (Logging.scala:57) Finished task 3.0 in stage 4.0 (TID 213). 6370 bytes result sent to driver
18:51:33.651 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 214) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5025 bytes) taskResourceAssignments Map()
18:51:33.651 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 214)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 214)
18:51:33.652 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 4.0 (TID 213) in 89 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (4/4)
18:51:33.652 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
18:51:33.652 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 4 (collect at IntegrationTestBigLinkedList.scala:421) finished in 6.939 s
18:51:33.652 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
18:51:33.653 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6)
18:51:33.653 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
18:51:33.653 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
18:51:33.655 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 214)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:33.674 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9903 rows, more = false, responseScanTimestamp = 7317398706859032576) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=9e1c4d1061a743769e8e2c4dd608d713, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:33.761 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 214)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 214). 6413 bytes result sent to driver
18:51:33.762 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 5.0 (TID 215) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5025 bytes) taskResourceAssignments Map()
18:51:33.762 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 215)] (Logging.scala:57) Running task 1.0 in stage 5.0 (TID 215)
18:51:33.763 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 214) in 112 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/4)
18:51:33.765 [DEBUG - Executor task launch worker for task 1.0 in stage 5.0 (TID 215)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:33.781 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10215 rows, more = false, responseScanTimestamp = 7317398707287289856) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=8f20520d73a849ab9b9e7b4cf7904af4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:33.834 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 215)] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 215). 6370 bytes result sent to driver
18:51:33.835 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 5.0 (TID 216) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5025 bytes) taskResourceAssignments Map()
18:51:33.836 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 215) in 74 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/4)
18:51:33.836 [INFO - Executor task launch worker for task 2.0 in stage 5.0 (TID 216)] (Logging.scala:57) Running task 2.0 in stage 5.0 (TID 216)
18:51:33.839 [DEBUG - Executor task launch worker for task 2.0 in stage 5.0 (TID 216)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:33.852 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10043 rows, more = false, responseScanTimestamp = 7317398707592552448) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=34359c575c7148659303610f1c50fb9c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:33.902 [INFO - Executor task launch worker for task 2.0 in stage 5.0 (TID 216)] (Logging.scala:57) Finished task 2.0 in stage 5.0 (TID 216). 6370 bytes result sent to driver
18:51:33.903 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 5.0 (TID 217) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5025 bytes) taskResourceAssignments Map()
18:51:33.903 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 5.0 (TID 216) in 68 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (3/4)
18:51:33.903 [INFO - Executor task launch worker for task 3.0 in stage 5.0 (TID 217)] (Logging.scala:57) Running task 3.0 in stage 5.0 (TID 217)
18:51:33.906 [DEBUG - Executor task launch worker for task 3.0 in stage 5.0 (TID 217)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:33.921 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9842 rows, more = false, responseScanTimestamp = 7317398707865309184) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b7819035790642d283b1f413667d1d39, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:33.975 [INFO - Executor task launch worker for task 3.0 in stage 5.0 (TID 217)] (Logging.scala:57) Finished task 3.0 in stage 5.0 (TID 217). 6370 bytes result sent to driver
18:51:33.977 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 218) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5003 bytes) taskResourceAssignments Map()
18:51:33.977 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 218)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 218)
18:51:33.977 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 5.0 (TID 217) in 74 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (4/4)
18:51:33.978 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
18:51:33.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 5 (collect at IntegrationTestBigLinkedList.scala:421) finished in 7.253 s
18:51:33.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
18:51:33.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 6)
18:51:33.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
18:51:33.978 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
18:51:33.981 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 218)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:33.992 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9903 rows, more = false, responseScanTimestamp = 7317398708165529600) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=9e1c4d1061a743769e8e2c4dd608d713, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:34.062 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 218)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 218). 5985 bytes result sent to driver
18:51:34.063 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 219) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5003 bytes) taskResourceAssignments Map()
18:51:34.064 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 219)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 219)
18:51:34.064 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 218) in 88 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/4)
18:51:34.066 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 219)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:34.077 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10215 rows, more = false, responseScanTimestamp = 7317398708509425664) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=8f20520d73a849ab9b9e7b4cf7904af4, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:34.125 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 219)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 219). 5942 bytes result sent to driver
18:51:34.126 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 6.0 (TID 220) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5003 bytes) taskResourceAssignments Map()
18:51:34.127 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 219) in 64 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/4)
18:51:34.127 [INFO - Executor task launch worker for task 2.0 in stage 6.0 (TID 220)] (Logging.scala:57) Running task 2.0 in stage 6.0 (TID 220)
18:51:34.130 [DEBUG - Executor task launch worker for task 2.0 in stage 6.0 (TID 220)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:34.141 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10043 rows, more = false, responseScanTimestamp = 7317398708776476672) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=34359c575c7148659303610f1c50fb9c, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:34.201 [INFO - Executor task launch worker for task 2.0 in stage 6.0 (TID 220)] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 220). 5942 bytes result sent to driver
18:51:34.202 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 6.0 (TID 221) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5003 bytes) taskResourceAssignments Map()
18:51:34.202 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 220) in 76 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (3/4)
18:51:34.203 [INFO - Executor task launch worker for task 3.0 in stage 6.0 (TID 221)] (Logging.scala:57) Running task 3.0 in stage 6.0 (TID 221)
18:51:34.205 [DEBUG - Executor task launch worker for task 3.0 in stage 6.0 (TID 221)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
18:51:34.218 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9842 rows, more = false, responseScanTimestamp = 7317398709081296896) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b7819035790642d283b1f413667d1d39, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
18:51:34.268 [INFO - Executor task launch worker for task 3.0 in stage 6.0 (TID 221)] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 221). 5942 bytes result sent to driver
18:51:34.269 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 221) in 68 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (4/4)
18:51:34.269 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
18:51:34.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 6 (collect at IntegrationTestBigLinkedList.scala:421) finished in 7.533 s
18:51:34.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
18:51:34.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set()
18:51:34.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
18:51:34.270 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
18:51:34.271 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 7 (MapPartitionsRDD[27] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
18:51:34.299 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 78.2 KiB, free 1993.6 MiB)
18:51:34.301 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 32.1 KiB, free 1993.6 MiB)
18:51:34.302 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 32.1 KiB, free: 1993.8 MiB)
18:51:34.303 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
18:51:34.304 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 200 missing tasks from ShuffleMapStage 7 (MapPartitionsRDD[27] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
18:51:34.305 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 200 tasks resource profile 0
18:51:34.307 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 222) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.307 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Running task 0.0 in stage 7.0 (TID 222)
18:51:34.313 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.313 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.316 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.316 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.327 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 6.77199 ms
18:51:34.334 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.334 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.344 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 7.629799 ms
18:51:34.352 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 6.372906 ms
18:51:34.362 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 6.785587 ms
18:51:34.371 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 6.821588 ms
18:51:34.388 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 10.595397 ms
18:51:34.434 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 222). 11451 bytes result sent to driver
18:51:34.435 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 7.0 (TID 223) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.435 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 222) in 128 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/200)
18:51:34.436 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Running task 1.0 in stage 7.0 (TID 223)
18:51:34.441 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.441 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.444 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.444 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.449 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.450 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.469 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Finished task 1.0 in stage 7.0 (TID 223). 11408 bytes result sent to driver
18:51:34.470 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 7.0 (TID 224) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 2, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.470 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 7.0 (TID 223) in 36 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/200)
18:51:34.470 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Running task 2.0 in stage 7.0 (TID 224)
18:51:34.474 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.475 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.476 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.476 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.482 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.482 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.498 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Finished task 2.0 in stage 7.0 (TID 224). 11408 bytes result sent to driver
18:51:34.499 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 7.0 (TID 225) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 3, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.499 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 7.0 (TID 224) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (3/200)
18:51:34.499 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Running task 3.0 in stage 7.0 (TID 225)
18:51:34.504 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.504 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.506 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.506 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.510 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.510 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.525 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Finished task 3.0 in stage 7.0 (TID 225). 11408 bytes result sent to driver
18:51:34.526 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 7.0 (TID 226) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 4, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.526 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 7.0 (TID 225) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (4/200)
18:51:34.527 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Running task 4.0 in stage 7.0 (TID 226)
18:51:34.531 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.531 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.533 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.533 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.538 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.538 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.552 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Finished task 4.0 in stage 7.0 (TID 226). 11408 bytes result sent to driver
18:51:34.553 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 5.0 in stage 7.0 (TID 227) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.553 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Running task 5.0 in stage 7.0 (TID 227)
18:51:34.553 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 7.0 (TID 226) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (5/200)
18:51:34.558 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.558 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.560 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.560 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.565 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.565 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.579 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Finished task 5.0 in stage 7.0 (TID 227). 11408 bytes result sent to driver
18:51:34.580 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 6.0 in stage 7.0 (TID 228) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 6, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.580 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 5.0 in stage 7.0 (TID 227) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (6/200)
18:51:34.580 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Running task 6.0 in stage 7.0 (TID 228)
18:51:34.585 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.585 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.587 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.587 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.591 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.591 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.606 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Finished task 6.0 in stage 7.0 (TID 228). 11408 bytes result sent to driver
18:51:34.607 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 7.0 in stage 7.0 (TID 229) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 7, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.607 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 6.0 in stage 7.0 (TID 228) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (7/200)
18:51:34.607 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Running task 7.0 in stage 7.0 (TID 229)
18:51:34.613 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.613 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.616 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.616 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.623 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.623 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.849 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-6k22.c.gcp-upstream.internal:35939 in memory (size: 14.2 KiB, free: 1993.8 MiB)
18:51:34.853 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-6k22.c.gcp-upstream.internal:35939 in memory (size: 8.2 KiB, free: 1993.8 MiB)
18:51:34.859 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Finished task 7.0 in stage 7.0 (TID 229). 11451 bytes result sent to driver
18:51:34.860 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 8.0 in stage 7.0 (TID 230) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 8, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.860 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 7.0 in stage 7.0 (TID 229) in 254 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (8/200)
18:51:34.861 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Running task 8.0 in stage 7.0 (TID 230)
18:51:34.865 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.865 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.866 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-6k22.c.gcp-upstream.internal:35939 in memory (size: 22.7 KiB, free: 1993.8 MiB)
18:51:34.868 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.868 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.871 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-6k22.c.gcp-upstream.internal:35939 in memory (size: 11.7 KiB, free: 1993.8 MiB)
18:51:34.875 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.875 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.895 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Finished task 8.0 in stage 7.0 (TID 230). 11408 bytes result sent to driver
18:51:34.896 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 9.0 in stage 7.0 (TID 231) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 9, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.897 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 8.0 in stage 7.0 (TID 230) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (9/200)
18:51:34.897 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Running task 9.0 in stage 7.0 (TID 231)
18:51:34.902 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.902 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.905 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.905 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.909 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.910 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.924 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Finished task 9.0 in stage 7.0 (TID 231). 11408 bytes result sent to driver
18:51:34.925 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 10.0 in stage 7.0 (TID 232) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 10, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.926 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 9.0 in stage 7.0 (TID 231) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (10/200)
18:51:34.926 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Running task 10.0 in stage 7.0 (TID 232)
18:51:34.931 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.931 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.933 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.933 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.938 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.938 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.955 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Finished task 10.0 in stage 7.0 (TID 232). 11408 bytes result sent to driver
18:51:34.956 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 11.0 in stage 7.0 (TID 233) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 11, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.957 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Running task 11.0 in stage 7.0 (TID 233)
18:51:34.957 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 10.0 in stage 7.0 (TID 232) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (11/200)
18:51:34.962 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.962 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.965 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.966 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.973 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:34.973 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:34.994 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Finished task 11.0 in stage 7.0 (TID 233). 11408 bytes result sent to driver
18:51:34.995 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 12.0 in stage 7.0 (TID 234) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 12, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:34.996 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 11.0 in stage 7.0 (TID 233) in 39 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (12/200)
18:51:34.996 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Running task 12.0 in stage 7.0 (TID 234)
18:51:35.002 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.003 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.005 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.006 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.013 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.014 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.034 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Finished task 12.0 in stage 7.0 (TID 234). 11408 bytes result sent to driver
18:51:35.035 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 13.0 in stage 7.0 (TID 235) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 13, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.035 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Running task 13.0 in stage 7.0 (TID 235)
18:51:35.035 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 12.0 in stage 7.0 (TID 234) in 40 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (13/200)
18:51:35.041 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.041 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.042 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.042 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.048 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.048 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.069 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Finished task 13.0 in stage 7.0 (TID 235). 11408 bytes result sent to driver
18:51:35.070 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 14.0 in stage 7.0 (TID 236) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 14, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.070 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 13.0 in stage 7.0 (TID 235) in 36 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (14/200)
18:51:35.070 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Running task 14.0 in stage 7.0 (TID 236)
18:51:35.075 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.076 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.078 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.078 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.083 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.083 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.097 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Finished task 14.0 in stage 7.0 (TID 236). 11408 bytes result sent to driver
18:51:35.098 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 15.0 in stage 7.0 (TID 237) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 15, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.099 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 14.0 in stage 7.0 (TID 236) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (15/200)
18:51:35.099 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Running task 15.0 in stage 7.0 (TID 237)
18:51:35.105 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.105 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.107 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.107 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.112 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.112 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.130 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Finished task 15.0 in stage 7.0 (TID 237). 11408 bytes result sent to driver
18:51:35.131 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 16.0 in stage 7.0 (TID 238) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 16, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.131 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 15.0 in stage 7.0 (TID 237) in 33 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (16/200)
18:51:35.131 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Running task 16.0 in stage 7.0 (TID 238)
18:51:35.137 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.137 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.139 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.139 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.144 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.145 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.159 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Finished task 16.0 in stage 7.0 (TID 238). 11408 bytes result sent to driver
18:51:35.161 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 17.0 in stage 7.0 (TID 239) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 17, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.161 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 16.0 in stage 7.0 (TID 238) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (17/200)
18:51:35.161 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Running task 17.0 in stage 7.0 (TID 239)
18:51:35.166 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.166 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.168 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.168 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.173 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.173 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.188 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Finished task 17.0 in stage 7.0 (TID 239). 11408 bytes result sent to driver
18:51:35.189 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 18.0 in stage 7.0 (TID 240) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 18, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.189 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Running task 18.0 in stage 7.0 (TID 240)
18:51:35.189 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 17.0 in stage 7.0 (TID 239) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (18/200)
18:51:35.194 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.194 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.196 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.196 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.201 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.201 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.215 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Finished task 18.0 in stage 7.0 (TID 240). 11408 bytes result sent to driver
18:51:35.216 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 19.0 in stage 7.0 (TID 241) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 19, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.216 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 18.0 in stage 7.0 (TID 240) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (19/200)
18:51:35.216 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Running task 19.0 in stage 7.0 (TID 241)
18:51:35.221 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.221 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.223 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.223 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.228 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.228 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.244 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Finished task 19.0 in stage 7.0 (TID 241). 11408 bytes result sent to driver
18:51:35.245 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 20.0 in stage 7.0 (TID 242) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 20, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.246 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Running task 20.0 in stage 7.0 (TID 242)
18:51:35.246 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 19.0 in stage 7.0 (TID 241) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (20/200)
18:51:35.251 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.251 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.254 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.254 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.260 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.261 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.276 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Finished task 20.0 in stage 7.0 (TID 242). 11408 bytes result sent to driver
18:51:35.277 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 21.0 in stage 7.0 (TID 243) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 21, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.277 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Running task 21.0 in stage 7.0 (TID 243)
18:51:35.277 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 20.0 in stage 7.0 (TID 242) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (21/200)
18:51:35.283 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.283 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.285 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.285 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.292 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.292 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.308 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Finished task 21.0 in stage 7.0 (TID 243). 11408 bytes result sent to driver
18:51:35.309 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 22.0 in stage 7.0 (TID 244) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 22, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.309 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Running task 22.0 in stage 7.0 (TID 244)
18:51:35.310 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 21.0 in stage 7.0 (TID 243) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (22/200)
18:51:35.314 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.314 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.316 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.316 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.320 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.320 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.334 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Finished task 22.0 in stage 7.0 (TID 244). 11408 bytes result sent to driver
18:51:35.335 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 23.0 in stage 7.0 (TID 245) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 23, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.336 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 22.0 in stage 7.0 (TID 244) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (23/200)
18:51:35.336 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Running task 23.0 in stage 7.0 (TID 245)
18:51:35.340 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.340 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.342 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.342 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.348 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.348 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.369 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Finished task 23.0 in stage 7.0 (TID 245). 11408 bytes result sent to driver
18:51:35.370 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 24.0 in stage 7.0 (TID 246) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 24, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.371 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 23.0 in stage 7.0 (TID 245) in 36 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (24/200)
18:51:35.371 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Running task 24.0 in stage 7.0 (TID 246)
18:51:35.376 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.376 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.379 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.379 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.386 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.386 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.405 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Finished task 24.0 in stage 7.0 (TID 246). 11408 bytes result sent to driver
18:51:35.406 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 25.0 in stage 7.0 (TID 247) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 25, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.406 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 24.0 in stage 7.0 (TID 246) in 36 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (25/200)
18:51:35.407 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Running task 25.0 in stage 7.0 (TID 247)
18:51:35.414 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.415 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.418 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.418 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.427 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.427 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.453 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Finished task 25.0 in stage 7.0 (TID 247). 11408 bytes result sent to driver
18:51:35.455 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 26.0 in stage 7.0 (TID 248) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 26, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.455 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 25.0 in stage 7.0 (TID 247) in 50 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (26/200)
18:51:35.456 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Running task 26.0 in stage 7.0 (TID 248)
18:51:35.463 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.463 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.466 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.466 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.473 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.474 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.498 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Finished task 26.0 in stage 7.0 (TID 248). 11408 bytes result sent to driver
18:51:35.499 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 27.0 in stage 7.0 (TID 249) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 27, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.500 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 26.0 in stage 7.0 (TID 248) in 45 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (27/200)
18:51:35.500 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Running task 27.0 in stage 7.0 (TID 249)
18:51:35.507 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.507 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.510 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.510 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.518 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.518 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.547 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Finished task 27.0 in stage 7.0 (TID 249). 11408 bytes result sent to driver
18:51:35.548 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 28.0 in stage 7.0 (TID 250) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 28, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.548 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Running task 28.0 in stage 7.0 (TID 250)
18:51:35.549 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 27.0 in stage 7.0 (TID 249) in 50 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (28/200)
18:51:35.555 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.556 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.559 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.559 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.568 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.568 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.592 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Finished task 28.0 in stage 7.0 (TID 250). 11408 bytes result sent to driver
18:51:35.593 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 29.0 in stage 7.0 (TID 251) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 29, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.594 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 28.0 in stage 7.0 (TID 250) in 46 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (29/200)
18:51:35.594 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Running task 29.0 in stage 7.0 (TID 251)
18:51:35.601 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.601 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.604 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.604 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.613 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.613 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.634 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Finished task 29.0 in stage 7.0 (TID 251). 11408 bytes result sent to driver
18:51:35.635 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 30.0 in stage 7.0 (TID 252) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 30, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.636 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 29.0 in stage 7.0 (TID 251) in 42 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (30/200)
18:51:35.636 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Running task 30.0 in stage 7.0 (TID 252)
18:51:35.641 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.641 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.643 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.643 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.649 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.649 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.667 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Finished task 30.0 in stage 7.0 (TID 252). 11408 bytes result sent to driver
18:51:35.668 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 31.0 in stage 7.0 (TID 253) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 31, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.668 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 30.0 in stage 7.0 (TID 252) in 33 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (31/200)
18:51:35.669 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Running task 31.0 in stage 7.0 (TID 253)
18:51:35.675 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.675 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.677 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.677 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.684 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.684 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.702 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Finished task 31.0 in stage 7.0 (TID 253). 11408 bytes result sent to driver
18:51:35.703 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 32.0 in stage 7.0 (TID 254) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 32, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.704 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Running task 32.0 in stage 7.0 (TID 254)
18:51:35.704 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 31.0 in stage 7.0 (TID 253) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (32/200)
18:51:35.711 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.711 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.714 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.715 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.722 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.722 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.743 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Finished task 32.0 in stage 7.0 (TID 254). 11408 bytes result sent to driver
18:51:35.753 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 33.0 in stage 7.0 (TID 255) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 33, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.754 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 32.0 in stage 7.0 (TID 254) in 51 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (33/200)
18:51:35.754 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Running task 33.0 in stage 7.0 (TID 255)
18:51:35.761 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.761 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.764 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.764 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.771 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.771 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.788 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Finished task 33.0 in stage 7.0 (TID 255). 11408 bytes result sent to driver
18:51:35.790 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 34.0 in stage 7.0 (TID 256) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 34, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.790 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 33.0 in stage 7.0 (TID 255) in 47 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (34/200)
18:51:35.790 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Running task 34.0 in stage 7.0 (TID 256)
18:51:35.796 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.796 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.798 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.799 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.804 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.804 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.819 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Finished task 34.0 in stage 7.0 (TID 256). 11408 bytes result sent to driver
18:51:35.820 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 35.0 in stage 7.0 (TID 257) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 35, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.821 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 34.0 in stage 7.0 (TID 256) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (35/200)
18:51:35.821 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Running task 35.0 in stage 7.0 (TID 257)
18:51:35.825 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.825 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.827 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.827 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.832 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.832 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.846 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Finished task 35.0 in stage 7.0 (TID 257). 11408 bytes result sent to driver
18:51:35.847 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 36.0 in stage 7.0 (TID 258) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 36, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.848 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 35.0 in stage 7.0 (TID 257) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (36/200)
18:51:35.848 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Running task 36.0 in stage 7.0 (TID 258)
18:51:35.852 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.852 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.854 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.854 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.860 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.860 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.876 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Finished task 36.0 in stage 7.0 (TID 258). 11408 bytes result sent to driver
18:51:35.877 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 37.0 in stage 7.0 (TID 259) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 37, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.878 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 36.0 in stage 7.0 (TID 258) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (37/200)
18:51:35.878 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Running task 37.0 in stage 7.0 (TID 259)
18:51:35.885 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.885 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.888 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.888 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.895 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.895 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.915 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Finished task 37.0 in stage 7.0 (TID 259). 11408 bytes result sent to driver
18:51:35.916 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 38.0 in stage 7.0 (TID 260) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 38, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.916 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Running task 38.0 in stage 7.0 (TID 260)
18:51:35.916 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 37.0 in stage 7.0 (TID 259) in 39 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (38/200)
18:51:35.921 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.921 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.923 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.923 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.927 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.928 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.943 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Finished task 38.0 in stage 7.0 (TID 260). 11408 bytes result sent to driver
18:51:35.944 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 39.0 in stage 7.0 (TID 261) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 39, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.945 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 38.0 in stage 7.0 (TID 260) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (39/200)
18:51:35.945 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Running task 39.0 in stage 7.0 (TID 261)
18:51:35.949 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.949 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.951 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.951 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.955 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.956 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.969 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Finished task 39.0 in stage 7.0 (TID 261). 11408 bytes result sent to driver
18:51:35.970 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 40.0 in stage 7.0 (TID 262) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 40, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:35.971 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Running task 40.0 in stage 7.0 (TID 262)
18:51:35.971 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 39.0 in stage 7.0 (TID 261) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (40/200)
18:51:35.976 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.976 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.978 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.979 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:35.985 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:35.985 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.005 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Finished task 40.0 in stage 7.0 (TID 262). 11408 bytes result sent to driver
18:51:36.006 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 41.0 in stage 7.0 (TID 263) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 41, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.007 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Running task 41.0 in stage 7.0 (TID 263)
18:51:36.007 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 40.0 in stage 7.0 (TID 262) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (41/200)
18:51:36.013 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.013 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.016 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.016 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.022 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.023 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.043 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Finished task 41.0 in stage 7.0 (TID 263). 11408 bytes result sent to driver
18:51:36.044 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 42.0 in stage 7.0 (TID 264) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 42, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.044 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 41.0 in stage 7.0 (TID 263) in 38 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (42/200)
18:51:36.044 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Running task 42.0 in stage 7.0 (TID 264)
18:51:36.050 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.050 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.053 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.053 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.061 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.062 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.086 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Finished task 42.0 in stage 7.0 (TID 264). 11408 bytes result sent to driver
18:51:36.087 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 43.0 in stage 7.0 (TID 265) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 43, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.087 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 42.0 in stage 7.0 (TID 264) in 44 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (43/200)
18:51:36.088 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Running task 43.0 in stage 7.0 (TID 265)
18:51:36.094 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.095 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.097 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.098 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.105 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.105 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.128 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Finished task 43.0 in stage 7.0 (TID 265). 11408 bytes result sent to driver
18:51:36.129 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 44.0 in stage 7.0 (TID 266) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 44, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.130 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Running task 44.0 in stage 7.0 (TID 266)
18:51:36.130 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 43.0 in stage 7.0 (TID 265) in 44 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (44/200)
18:51:36.134 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.135 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.137 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.137 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.141 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.141 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.154 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Finished task 44.0 in stage 7.0 (TID 266). 11408 bytes result sent to driver
18:51:36.155 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 45.0 in stage 7.0 (TID 267) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 45, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.155 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 44.0 in stage 7.0 (TID 266) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (45/200)
18:51:36.155 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Running task 45.0 in stage 7.0 (TID 267)
18:51:36.161 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.161 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.164 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.164 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.171 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.171 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.194 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Finished task 45.0 in stage 7.0 (TID 267). 11408 bytes result sent to driver
18:51:36.195 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 46.0 in stage 7.0 (TID 268) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 46, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.195 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Running task 46.0 in stage 7.0 (TID 268)
18:51:36.195 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 45.0 in stage 7.0 (TID 267) in 41 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (46/200)
18:51:36.201 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.201 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.203 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.203 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.209 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.209 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.230 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Finished task 46.0 in stage 7.0 (TID 268). 11408 bytes result sent to driver
18:51:36.230 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 47.0 in stage 7.0 (TID 269) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 47, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.231 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Running task 47.0 in stage 7.0 (TID 269)
18:51:36.231 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 46.0 in stage 7.0 (TID 268) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (47/200)
18:51:36.237 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.237 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.240 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.240 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.244 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.244 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.262 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Finished task 47.0 in stage 7.0 (TID 269). 11408 bytes result sent to driver
18:51:36.262 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 48.0 in stage 7.0 (TID 270) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 48, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.263 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Running task 48.0 in stage 7.0 (TID 270)
18:51:36.263 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 47.0 in stage 7.0 (TID 269) in 33 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (48/200)
18:51:36.267 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.267 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.269 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.269 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.274 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.274 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.292 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Finished task 48.0 in stage 7.0 (TID 270). 11408 bytes result sent to driver
18:51:36.293 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 49.0 in stage 7.0 (TID 271) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 49, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.293 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 48.0 in stage 7.0 (TID 270) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (49/200)
18:51:36.293 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Running task 49.0 in stage 7.0 (TID 271)
18:51:36.298 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.298 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.300 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.300 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.304 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.304 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.317 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Finished task 49.0 in stage 7.0 (TID 271). 11408 bytes result sent to driver
18:51:36.318 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 50.0 in stage 7.0 (TID 272) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 50, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.319 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 49.0 in stage 7.0 (TID 271) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (50/200)
18:51:36.319 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Running task 50.0 in stage 7.0 (TID 272)
18:51:36.324 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.324 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.326 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.326 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.331 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.331 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.349 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Finished task 50.0 in stage 7.0 (TID 272). 11408 bytes result sent to driver
18:51:36.350 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 51.0 in stage 7.0 (TID 273) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 51, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.350 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 50.0 in stage 7.0 (TID 272) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (51/200)
18:51:36.350 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Running task 51.0 in stage 7.0 (TID 273)
18:51:36.355 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.356 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.357 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.357 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.361 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.362 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.379 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Finished task 51.0 in stage 7.0 (TID 273). 11408 bytes result sent to driver
18:51:36.379 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 52.0 in stage 7.0 (TID 274) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 52, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.380 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Running task 52.0 in stage 7.0 (TID 274)
18:51:36.380 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 51.0 in stage 7.0 (TID 273) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (52/200)
18:51:36.386 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.386 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.389 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.389 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.396 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.396 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.416 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Finished task 52.0 in stage 7.0 (TID 274). 11408 bytes result sent to driver
18:51:36.417 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 53.0 in stage 7.0 (TID 275) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 53, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.417 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Running task 53.0 in stage 7.0 (TID 275)
18:51:36.417 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 52.0 in stage 7.0 (TID 274) in 38 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (53/200)
18:51:36.422 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.422 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.424 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.424 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.429 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.429 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.445 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Finished task 53.0 in stage 7.0 (TID 275). 11408 bytes result sent to driver
18:51:36.445 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 54.0 in stage 7.0 (TID 276) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 54, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.446 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 53.0 in stage 7.0 (TID 275) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (54/200)
18:51:36.446 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Running task 54.0 in stage 7.0 (TID 276)
18:51:36.452 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.452 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.454 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.454 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.460 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.461 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.481 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Finished task 54.0 in stage 7.0 (TID 276). 11408 bytes result sent to driver
18:51:36.482 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 55.0 in stage 7.0 (TID 277) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 55, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.482 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 54.0 in stage 7.0 (TID 276) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (55/200)
18:51:36.483 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Running task 55.0 in stage 7.0 (TID 277)
18:51:36.487 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.487 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.489 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.489 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.493 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.493 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.507 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Finished task 55.0 in stage 7.0 (TID 277). 11408 bytes result sent to driver
18:51:36.507 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 56.0 in stage 7.0 (TID 278) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 56, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.508 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Running task 56.0 in stage 7.0 (TID 278)
18:51:36.508 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 55.0 in stage 7.0 (TID 277) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (56/200)
18:51:36.512 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.512 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.514 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.514 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.518 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.518 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.532 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Finished task 56.0 in stage 7.0 (TID 278). 11408 bytes result sent to driver
18:51:36.532 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 57.0 in stage 7.0 (TID 279) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 57, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.533 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 56.0 in stage 7.0 (TID 278) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (57/200)
18:51:36.533 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Running task 57.0 in stage 7.0 (TID 279)
18:51:36.538 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.539 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.541 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.541 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.547 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.547 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.568 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Finished task 57.0 in stage 7.0 (TID 279). 11408 bytes result sent to driver
18:51:36.568 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 58.0 in stage 7.0 (TID 280) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 58, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.569 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Running task 58.0 in stage 7.0 (TID 280)
18:51:36.569 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 57.0 in stage 7.0 (TID 279) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (58/200)
18:51:36.573 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.573 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.575 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.575 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.581 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.581 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.596 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Finished task 58.0 in stage 7.0 (TID 280). 11408 bytes result sent to driver
18:51:36.597 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 59.0 in stage 7.0 (TID 281) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 59, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.597 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 58.0 in stage 7.0 (TID 280) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (59/200)
18:51:36.597 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Running task 59.0 in stage 7.0 (TID 281)
18:51:36.603 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.603 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.605 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.605 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.610 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.610 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.626 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Finished task 59.0 in stage 7.0 (TID 281). 11408 bytes result sent to driver
18:51:36.637 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 60.0 in stage 7.0 (TID 282) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 60, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.638 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Running task 60.0 in stage 7.0 (TID 282)
18:51:36.638 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 59.0 in stage 7.0 (TID 281) in 42 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (60/200)
18:51:36.642 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.643 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.645 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.645 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.652 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.652 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.668 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Finished task 60.0 in stage 7.0 (TID 282). 11408 bytes result sent to driver
18:51:36.669 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 61.0 in stage 7.0 (TID 283) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 61, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.669 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Running task 61.0 in stage 7.0 (TID 283)
18:51:36.669 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 60.0 in stage 7.0 (TID 282) in 42 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (61/200)
18:51:36.674 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.674 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.675 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.675 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.680 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.680 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.694 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Finished task 61.0 in stage 7.0 (TID 283). 11408 bytes result sent to driver
18:51:36.695 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 62.0 in stage 7.0 (TID 284) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 62, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.696 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 61.0 in stage 7.0 (TID 283) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (62/200)
18:51:36.696 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Running task 62.0 in stage 7.0 (TID 284)
18:51:36.700 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.700 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.702 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.702 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.706 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.706 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.720 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Finished task 62.0 in stage 7.0 (TID 284). 11408 bytes result sent to driver
18:51:36.721 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 63.0 in stage 7.0 (TID 285) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 63, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.721 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 62.0 in stage 7.0 (TID 284) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (63/200)
18:51:36.721 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Running task 63.0 in stage 7.0 (TID 285)
18:51:36.725 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.725 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.727 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.727 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.732 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.732 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.746 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Finished task 63.0 in stage 7.0 (TID 285). 11408 bytes result sent to driver
18:51:36.747 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 64.0 in stage 7.0 (TID 286) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 64, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.747 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 63.0 in stage 7.0 (TID 285) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (64/200)
18:51:36.747 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Running task 64.0 in stage 7.0 (TID 286)
18:51:36.755 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.755 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.758 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.758 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.764 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.764 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.782 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Finished task 64.0 in stage 7.0 (TID 286). 11408 bytes result sent to driver
18:51:36.783 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 65.0 in stage 7.0 (TID 287) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 65, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.783 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 64.0 in stage 7.0 (TID 286) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (65/200)
18:51:36.783 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Running task 65.0 in stage 7.0 (TID 287)
18:51:36.787 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.787 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.789 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.789 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.793 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.793 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.806 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Finished task 65.0 in stage 7.0 (TID 287). 11408 bytes result sent to driver
18:51:36.807 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 66.0 in stage 7.0 (TID 288) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 66, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.807 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 65.0 in stage 7.0 (TID 287) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (66/200)
18:51:36.807 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Running task 66.0 in stage 7.0 (TID 288)
18:51:36.811 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.812 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.813 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.813 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.817 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.818 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.831 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Finished task 66.0 in stage 7.0 (TID 288). 11408 bytes result sent to driver
18:51:36.832 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 67.0 in stage 7.0 (TID 289) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 67, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.832 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 66.0 in stage 7.0 (TID 288) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (67/200)
18:51:36.832 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Running task 67.0 in stage 7.0 (TID 289)
18:51:36.837 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.837 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.839 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.839 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.844 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.845 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.863 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Finished task 67.0 in stage 7.0 (TID 289). 11408 bytes result sent to driver
18:51:36.863 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 68.0 in stage 7.0 (TID 290) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 68, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.864 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 67.0 in stage 7.0 (TID 289) in 33 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (68/200)
18:51:36.864 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Running task 68.0 in stage 7.0 (TID 290)
18:51:36.868 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.868 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.870 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.870 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.875 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.875 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.890 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Finished task 68.0 in stage 7.0 (TID 290). 11408 bytes result sent to driver
18:51:36.891 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 69.0 in stage 7.0 (TID 291) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.892 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Running task 69.0 in stage 7.0 (TID 291)
18:51:36.892 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 68.0 in stage 7.0 (TID 290) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (69/200)
18:51:36.897 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.898 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.900 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.900 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.905 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.905 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.919 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Finished task 69.0 in stage 7.0 (TID 291). 11408 bytes result sent to driver
18:51:36.920 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 70.0 in stage 7.0 (TID 292) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 70, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.920 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Running task 70.0 in stage 7.0 (TID 292)
18:51:36.920 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 69.0 in stage 7.0 (TID 291) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (70/200)
18:51:36.924 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.924 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.926 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.926 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.930 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.931 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.945 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Finished task 70.0 in stage 7.0 (TID 292). 11408 bytes result sent to driver
18:51:36.945 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 71.0 in stage 7.0 (TID 293) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 71, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.946 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 70.0 in stage 7.0 (TID 292) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (71/200)
18:51:36.946 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Running task 71.0 in stage 7.0 (TID 293)
18:51:36.952 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.952 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.955 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.955 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.961 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.961 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.981 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Finished task 71.0 in stage 7.0 (TID 293). 11408 bytes result sent to driver
18:51:36.982 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 72.0 in stage 7.0 (TID 294) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 72, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:36.982 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 71.0 in stage 7.0 (TID 293) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (72/200)
18:51:36.983 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Running task 72.0 in stage 7.0 (TID 294)
18:51:36.987 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.987 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.989 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.989 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:36.994 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:36.994 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.009 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Finished task 72.0 in stage 7.0 (TID 294). 11408 bytes result sent to driver
18:51:37.010 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 73.0 in stage 7.0 (TID 295) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 73, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.010 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 72.0 in stage 7.0 (TID 294) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (73/200)
18:51:37.010 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Running task 73.0 in stage 7.0 (TID 295)
18:51:37.015 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.015 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.016 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.017 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.021 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.021 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.034 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Finished task 73.0 in stage 7.0 (TID 295). 11408 bytes result sent to driver
18:51:37.035 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 74.0 in stage 7.0 (TID 296) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 74, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.036 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Running task 74.0 in stage 7.0 (TID 296)
18:51:37.036 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 73.0 in stage 7.0 (TID 295) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (74/200)
18:51:37.041 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.042 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.044 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.044 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.050 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.050 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.064 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Finished task 74.0 in stage 7.0 (TID 296). 11408 bytes result sent to driver
18:51:37.065 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 75.0 in stage 7.0 (TID 297) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 75, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.066 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Running task 75.0 in stage 7.0 (TID 297)
18:51:37.066 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 74.0 in stage 7.0 (TID 296) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (75/200)
18:51:37.070 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.070 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.072 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.072 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.076 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.076 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.089 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Finished task 75.0 in stage 7.0 (TID 297). 11408 bytes result sent to driver
18:51:37.090 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 76.0 in stage 7.0 (TID 298) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 76, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.090 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Running task 76.0 in stage 7.0 (TID 298)
18:51:37.090 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 75.0 in stage 7.0 (TID 297) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (76/200)
18:51:37.094 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.094 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.096 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.097 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.102 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.102 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.119 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Finished task 76.0 in stage 7.0 (TID 298). 11408 bytes result sent to driver
18:51:37.120 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 77.0 in stage 7.0 (TID 299) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 77, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.120 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 76.0 in stage 7.0 (TID 298) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (77/200)
18:51:37.121 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Running task 77.0 in stage 7.0 (TID 299)
18:51:37.125 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.125 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.128 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.128 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.132 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.133 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.148 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Finished task 77.0 in stage 7.0 (TID 299). 11408 bytes result sent to driver
18:51:37.149 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 78.0 in stage 7.0 (TID 300) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 78, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.150 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 77.0 in stage 7.0 (TID 299) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (78/200)
18:51:37.150 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Running task 78.0 in stage 7.0 (TID 300)
18:51:37.155 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.155 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.158 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.158 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.164 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.164 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.183 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Finished task 78.0 in stage 7.0 (TID 300). 11408 bytes result sent to driver
18:51:37.184 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 79.0 in stage 7.0 (TID 301) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 79, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.185 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 78.0 in stage 7.0 (TID 300) in 35 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (79/200)
18:51:37.185 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Running task 79.0 in stage 7.0 (TID 301)
18:51:37.193 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.193 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.195 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.195 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.202 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.202 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.222 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Finished task 79.0 in stage 7.0 (TID 301). 11408 bytes result sent to driver
18:51:37.223 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 80.0 in stage 7.0 (TID 302) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 80, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.223 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 79.0 in stage 7.0 (TID 301) in 39 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (80/200)
18:51:37.223 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Running task 80.0 in stage 7.0 (TID 302)
18:51:37.230 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.230 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.232 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.232 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.238 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.239 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.252 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Finished task 80.0 in stage 7.0 (TID 302). 11408 bytes result sent to driver
18:51:37.253 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 81.0 in stage 7.0 (TID 303) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 81, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.253 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 80.0 in stage 7.0 (TID 302) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (81/200)
18:51:37.254 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Running task 81.0 in stage 7.0 (TID 303)
18:51:37.258 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.259 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.260 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.260 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.264 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.265 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.280 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Finished task 81.0 in stage 7.0 (TID 303). 11408 bytes result sent to driver
18:51:37.281 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 82.0 in stage 7.0 (TID 304) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 82, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.281 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 81.0 in stage 7.0 (TID 303) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (82/200)
18:51:37.281 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Running task 82.0 in stage 7.0 (TID 304)
18:51:37.286 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.286 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.288 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.288 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.292 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.292 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.306 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Finished task 82.0 in stage 7.0 (TID 304). 11408 bytes result sent to driver
18:51:37.307 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 83.0 in stage 7.0 (TID 305) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 83, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.307 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Running task 83.0 in stage 7.0 (TID 305)
18:51:37.307 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 82.0 in stage 7.0 (TID 304) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (83/200)
18:51:37.312 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.312 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.314 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.314 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.319 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.319 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.336 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Finished task 83.0 in stage 7.0 (TID 305). 11408 bytes result sent to driver
18:51:37.337 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 84.0 in stage 7.0 (TID 306) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 84, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.338 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Running task 84.0 in stage 7.0 (TID 306)
18:51:37.338 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 83.0 in stage 7.0 (TID 305) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (84/200)
18:51:37.342 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.342 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.343 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.344 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.347 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.348 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.361 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Finished task 84.0 in stage 7.0 (TID 306). 11408 bytes result sent to driver
18:51:37.361 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 85.0 in stage 7.0 (TID 307) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 85, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.362 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 84.0 in stage 7.0 (TID 306) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (85/200)
18:51:37.362 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Running task 85.0 in stage 7.0 (TID 307)
18:51:37.366 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.366 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.367 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.367 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.371 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.372 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.386 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Finished task 85.0 in stage 7.0 (TID 307). 11408 bytes result sent to driver
18:51:37.387 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 86.0 in stage 7.0 (TID 308) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 86, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.387 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 85.0 in stage 7.0 (TID 307) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (86/200)
18:51:37.387 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Running task 86.0 in stage 7.0 (TID 308)
18:51:37.391 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.391 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.393 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.393 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.397 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.397 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.421 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Finished task 86.0 in stage 7.0 (TID 308). 11451 bytes result sent to driver
18:51:37.422 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 87.0 in stage 7.0 (TID 309) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 87, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.422 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Running task 87.0 in stage 7.0 (TID 309)
18:51:37.423 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 86.0 in stage 7.0 (TID 308) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (87/200)
18:51:37.428 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.428 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.431 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.431 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.437 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.437 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.456 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Finished task 87.0 in stage 7.0 (TID 309). 11408 bytes result sent to driver
18:51:37.457 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 88.0 in stage 7.0 (TID 310) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 88, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.458 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Running task 88.0 in stage 7.0 (TID 310)
18:51:37.458 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 87.0 in stage 7.0 (TID 309) in 36 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (88/200)
18:51:37.462 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.462 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.464 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.464 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.468 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.468 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.484 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Finished task 88.0 in stage 7.0 (TID 310). 11408 bytes result sent to driver
18:51:37.485 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 89.0 in stage 7.0 (TID 311) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 89, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.486 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 88.0 in stage 7.0 (TID 310) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (89/200)
18:51:37.486 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Running task 89.0 in stage 7.0 (TID 311)
18:51:37.490 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.490 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.492 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.492 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.496 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.496 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.511 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Finished task 89.0 in stage 7.0 (TID 311). 11408 bytes result sent to driver
18:51:37.512 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 90.0 in stage 7.0 (TID 312) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 90, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.512 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Running task 90.0 in stage 7.0 (TID 312)
18:51:37.513 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 89.0 in stage 7.0 (TID 311) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (90/200)
18:51:37.517 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.517 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.519 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.520 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.524 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.525 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.541 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Finished task 90.0 in stage 7.0 (TID 312). 11408 bytes result sent to driver
18:51:37.542 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 91.0 in stage 7.0 (TID 313) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 91, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.543 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Running task 91.0 in stage 7.0 (TID 313)
18:51:37.543 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 90.0 in stage 7.0 (TID 312) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (91/200)
18:51:37.548 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.549 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.551 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.551 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.558 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.558 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.580 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Finished task 91.0 in stage 7.0 (TID 313). 11408 bytes result sent to driver
18:51:37.581 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 92.0 in stage 7.0 (TID 314) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 92, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.581 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 91.0 in stage 7.0 (TID 313) in 39 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (92/200)
18:51:37.582 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Running task 92.0 in stage 7.0 (TID 314)
18:51:37.586 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.586 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.588 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.588 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.592 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.592 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.606 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Finished task 92.0 in stage 7.0 (TID 314). 11408 bytes result sent to driver
18:51:37.607 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 93.0 in stage 7.0 (TID 315) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 93, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.608 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 92.0 in stage 7.0 (TID 314) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (93/200)
18:51:37.608 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Running task 93.0 in stage 7.0 (TID 315)
18:51:37.612 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.612 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.614 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.614 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.618 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.618 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.632 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Finished task 93.0 in stage 7.0 (TID 315). 11408 bytes result sent to driver
18:51:37.633 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 94.0 in stage 7.0 (TID 316) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 94, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.633 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 93.0 in stage 7.0 (TID 315) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (94/200)
18:51:37.633 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Running task 94.0 in stage 7.0 (TID 316)
18:51:37.639 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.639 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.641 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.641 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.647 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.647 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.665 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Finished task 94.0 in stage 7.0 (TID 316). 11408 bytes result sent to driver
18:51:37.666 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 95.0 in stage 7.0 (TID 317) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 95, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.666 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Running task 95.0 in stage 7.0 (TID 317)
18:51:37.667 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 94.0 in stage 7.0 (TID 316) in 35 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (95/200)
18:51:37.670 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.671 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.672 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.672 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.676 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.676 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.690 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Finished task 95.0 in stage 7.0 (TID 317). 11408 bytes result sent to driver
18:51:37.691 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 96.0 in stage 7.0 (TID 318) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 96, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.691 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Running task 96.0 in stage 7.0 (TID 318)
18:51:37.691 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 95.0 in stage 7.0 (TID 317) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (96/200)
18:51:37.695 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.695 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.697 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.697 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.701 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.701 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.714 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Finished task 96.0 in stage 7.0 (TID 318). 11408 bytes result sent to driver
18:51:37.714 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 97.0 in stage 7.0 (TID 319) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 97, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.715 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Running task 97.0 in stage 7.0 (TID 319)
18:51:37.715 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 96.0 in stage 7.0 (TID 318) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (97/200)
18:51:37.719 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.719 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.721 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.721 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.725 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.725 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.739 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Finished task 97.0 in stage 7.0 (TID 319). 11408 bytes result sent to driver
18:51:37.740 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 98.0 in stage 7.0 (TID 320) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 98, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.740 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Running task 98.0 in stage 7.0 (TID 320)
18:51:37.741 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 97.0 in stage 7.0 (TID 319) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (98/200)
18:51:37.745 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.745 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.747 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.747 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.752 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.753 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.768 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Finished task 98.0 in stage 7.0 (TID 320). 11408 bytes result sent to driver
18:51:37.769 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 99.0 in stage 7.0 (TID 321) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 99, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.770 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Running task 99.0 in stage 7.0 (TID 321)
18:51:37.770 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 98.0 in stage 7.0 (TID 320) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (99/200)
18:51:37.774 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.774 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.775 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.775 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.780 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.780 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.794 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Finished task 99.0 in stage 7.0 (TID 321). 11408 bytes result sent to driver
18:51:37.795 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 100.0 in stage 7.0 (TID 322) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 100, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.795 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 99.0 in stage 7.0 (TID 321) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (100/200)
18:51:37.795 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Running task 100.0 in stage 7.0 (TID 322)
18:51:37.802 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.802 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.804 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.804 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.810 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.810 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.832 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Finished task 100.0 in stage 7.0 (TID 322). 11408 bytes result sent to driver
18:51:37.833 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 101.0 in stage 7.0 (TID 323) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 101, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.833 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Running task 101.0 in stage 7.0 (TID 323)
18:51:37.833 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 100.0 in stage 7.0 (TID 322) in 39 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (101/200)
18:51:37.838 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.838 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.839 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.840 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.844 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.844 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.857 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Finished task 101.0 in stage 7.0 (TID 323). 11408 bytes result sent to driver
18:51:37.858 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 102.0 in stage 7.0 (TID 324) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 102, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.858 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 101.0 in stage 7.0 (TID 323) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (102/200)
18:51:37.858 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Running task 102.0 in stage 7.0 (TID 324)
18:51:37.863 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.864 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.866 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.866 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.871 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.872 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.886 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Finished task 102.0 in stage 7.0 (TID 324). 11408 bytes result sent to driver
18:51:37.887 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 103.0 in stage 7.0 (TID 325) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 103, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.887 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Running task 103.0 in stage 7.0 (TID 325)
18:51:37.887 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 102.0 in stage 7.0 (TID 324) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (103/200)
18:51:37.891 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.891 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.893 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.893 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.898 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.898 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.911 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Finished task 103.0 in stage 7.0 (TID 325). 11408 bytes result sent to driver
18:51:37.912 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 104.0 in stage 7.0 (TID 326) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 104, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.912 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 103.0 in stage 7.0 (TID 325) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (104/200)
18:51:37.913 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Running task 104.0 in stage 7.0 (TID 326)
18:51:37.918 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.918 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.920 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.920 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.926 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.926 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.942 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Finished task 104.0 in stage 7.0 (TID 326). 11408 bytes result sent to driver
18:51:37.943 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 105.0 in stage 7.0 (TID 327) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 105, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.943 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Running task 105.0 in stage 7.0 (TID 327)
18:51:37.944 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 104.0 in stage 7.0 (TID 326) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (105/200)
18:51:37.949 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.949 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.951 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.951 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.958 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.958 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.976 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Finished task 105.0 in stage 7.0 (TID 327). 11408 bytes result sent to driver
18:51:37.977 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 106.0 in stage 7.0 (TID 328) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 106, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:37.978 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Running task 106.0 in stage 7.0 (TID 328)
18:51:37.978 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 105.0 in stage 7.0 (TID 327) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (106/200)
18:51:37.982 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.982 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.983 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.983 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:37.988 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:37.988 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.001 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Finished task 106.0 in stage 7.0 (TID 328). 11408 bytes result sent to driver
18:51:38.002 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 107.0 in stage 7.0 (TID 329) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 107, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.002 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Running task 107.0 in stage 7.0 (TID 329)
18:51:38.003 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 106.0 in stage 7.0 (TID 328) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (107/200)
18:51:38.006 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.007 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.008 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.008 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.012 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.012 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.024 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Finished task 107.0 in stage 7.0 (TID 329). 11408 bytes result sent to driver
18:51:38.025 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 108.0 in stage 7.0 (TID 330) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 108, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.026 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 107.0 in stage 7.0 (TID 329) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (108/200)
18:51:38.026 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Running task 108.0 in stage 7.0 (TID 330)
18:51:38.030 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.030 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.032 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.032 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.037 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.037 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.050 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Finished task 108.0 in stage 7.0 (TID 330). 11408 bytes result sent to driver
18:51:38.051 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 109.0 in stage 7.0 (TID 331) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 109, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.052 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 108.0 in stage 7.0 (TID 330) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (109/200)
18:51:38.052 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Running task 109.0 in stage 7.0 (TID 331)
18:51:38.057 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.057 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.059 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.060 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.065 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.066 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.082 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Finished task 109.0 in stage 7.0 (TID 331). 11408 bytes result sent to driver
18:51:38.083 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 110.0 in stage 7.0 (TID 332) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 110, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.083 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Running task 110.0 in stage 7.0 (TID 332)
18:51:38.083 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 109.0 in stage 7.0 (TID 331) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (110/200)
18:51:38.088 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.088 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.089 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.089 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.093 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.093 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.105 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Finished task 110.0 in stage 7.0 (TID 332). 11408 bytes result sent to driver
18:51:38.106 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 111.0 in stage 7.0 (TID 333) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 111, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.106 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 110.0 in stage 7.0 (TID 332) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (111/200)
18:51:38.107 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Running task 111.0 in stage 7.0 (TID 333)
18:51:38.111 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.111 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.112 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.112 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.116 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.116 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.128 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Finished task 111.0 in stage 7.0 (TID 333). 11408 bytes result sent to driver
18:51:38.129 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 112.0 in stage 7.0 (TID 334) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 112, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.129 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 111.0 in stage 7.0 (TID 333) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (112/200)
18:51:38.130 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Running task 112.0 in stage 7.0 (TID 334)
18:51:38.134 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.134 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.136 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.136 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.140 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.140 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.152 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Finished task 112.0 in stage 7.0 (TID 334). 11408 bytes result sent to driver
18:51:38.153 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 113.0 in stage 7.0 (TID 335) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 113, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.153 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 112.0 in stage 7.0 (TID 334) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (113/200)
18:51:38.153 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Running task 113.0 in stage 7.0 (TID 335)
18:51:38.157 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.158 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.159 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.159 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.164 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.164 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.189 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Finished task 113.0 in stage 7.0 (TID 335). 11451 bytes result sent to driver
18:51:38.190 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 114.0 in stage 7.0 (TID 336) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 114, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.190 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 113.0 in stage 7.0 (TID 335) in 38 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (114/200)
18:51:38.190 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Running task 114.0 in stage 7.0 (TID 336)
18:51:38.196 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.196 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.199 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.199 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.205 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.205 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.223 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Finished task 114.0 in stage 7.0 (TID 336). 11408 bytes result sent to driver
18:51:38.224 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 115.0 in stage 7.0 (TID 337) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 115, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.224 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Running task 115.0 in stage 7.0 (TID 337)
18:51:38.224 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 114.0 in stage 7.0 (TID 336) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (115/200)
18:51:38.229 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.229 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.230 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.230 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.234 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.235 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.247 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Finished task 115.0 in stage 7.0 (TID 337). 11408 bytes result sent to driver
18:51:38.248 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 116.0 in stage 7.0 (TID 338) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 116, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.248 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Running task 116.0 in stage 7.0 (TID 338)
18:51:38.248 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 115.0 in stage 7.0 (TID 337) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (116/200)
18:51:38.252 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.252 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.254 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.254 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.258 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.259 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.271 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Finished task 116.0 in stage 7.0 (TID 338). 11408 bytes result sent to driver
18:51:38.271 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 117.0 in stage 7.0 (TID 339) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 117, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.272 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Running task 117.0 in stage 7.0 (TID 339)
18:51:38.272 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 116.0 in stage 7.0 (TID 338) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (117/200)
18:51:38.276 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.276 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.278 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.278 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.282 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.282 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.295 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Finished task 117.0 in stage 7.0 (TID 339). 11408 bytes result sent to driver
18:51:38.295 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 118.0 in stage 7.0 (TID 340) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 118, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.296 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Running task 118.0 in stage 7.0 (TID 340)
18:51:38.296 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 117.0 in stage 7.0 (TID 339) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (118/200)
18:51:38.300 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.300 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.302 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.302 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.306 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.306 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.318 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Finished task 118.0 in stage 7.0 (TID 340). 11408 bytes result sent to driver
18:51:38.319 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 119.0 in stage 7.0 (TID 341) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 119, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.319 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 118.0 in stage 7.0 (TID 340) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (119/200)
18:51:38.319 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Running task 119.0 in stage 7.0 (TID 341)
18:51:38.324 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.324 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.326 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.326 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.332 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.332 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.347 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Finished task 119.0 in stage 7.0 (TID 341). 11408 bytes result sent to driver
18:51:38.347 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 120.0 in stage 7.0 (TID 342) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 120, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.348 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Running task 120.0 in stage 7.0 (TID 342)
18:51:38.348 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 119.0 in stage 7.0 (TID 341) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (120/200)
18:51:38.352 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.352 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.354 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.354 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.358 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.358 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.371 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Finished task 120.0 in stage 7.0 (TID 342). 11408 bytes result sent to driver
18:51:38.372 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 121.0 in stage 7.0 (TID 343) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 121, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.372 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 120.0 in stage 7.0 (TID 342) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (121/200)
18:51:38.372 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Running task 121.0 in stage 7.0 (TID 343)
18:51:38.376 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.376 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.378 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.378 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.382 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.383 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.396 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Finished task 121.0 in stage 7.0 (TID 343). 11408 bytes result sent to driver
18:51:38.396 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 122.0 in stage 7.0 (TID 344) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 122, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.397 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Running task 122.0 in stage 7.0 (TID 344)
18:51:38.397 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 121.0 in stage 7.0 (TID 343) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (122/200)
18:51:38.401 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.401 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.403 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.403 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.408 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.408 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.420 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Finished task 122.0 in stage 7.0 (TID 344). 11408 bytes result sent to driver
18:51:38.421 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 123.0 in stage 7.0 (TID 345) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 123, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.421 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 122.0 in stage 7.0 (TID 344) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (123/200)
18:51:38.422 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Running task 123.0 in stage 7.0 (TID 345)
18:51:38.426 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.426 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.428 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.428 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.432 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.432 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.445 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Finished task 123.0 in stage 7.0 (TID 345). 11408 bytes result sent to driver
18:51:38.446 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 124.0 in stage 7.0 (TID 346) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 124, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.446 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Running task 124.0 in stage 7.0 (TID 346)
18:51:38.446 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 123.0 in stage 7.0 (TID 345) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (124/200)
18:51:38.450 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.450 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.452 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.452 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.456 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.456 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.474 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Finished task 124.0 in stage 7.0 (TID 346). 11408 bytes result sent to driver
18:51:38.475 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 125.0 in stage 7.0 (TID 347) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 125, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.476 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Running task 125.0 in stage 7.0 (TID 347)
18:51:38.476 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 124.0 in stage 7.0 (TID 346) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (125/200)
18:51:38.481 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.481 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.483 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.483 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.487 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.487 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.500 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Finished task 125.0 in stage 7.0 (TID 347). 11408 bytes result sent to driver
18:51:38.500 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 126.0 in stage 7.0 (TID 348) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 126, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.501 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Running task 126.0 in stage 7.0 (TID 348)
18:51:38.501 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 125.0 in stage 7.0 (TID 347) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (126/200)
18:51:38.505 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.505 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.506 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.507 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.510 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.510 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.522 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Finished task 126.0 in stage 7.0 (TID 348). 11408 bytes result sent to driver
18:51:38.523 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 127.0 in stage 7.0 (TID 349) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 127, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.523 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 126.0 in stage 7.0 (TID 348) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (127/200)
18:51:38.523 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Running task 127.0 in stage 7.0 (TID 349)
18:51:38.528 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.528 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.529 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.529 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.533 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.533 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.547 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Finished task 127.0 in stage 7.0 (TID 349). 11408 bytes result sent to driver
18:51:38.548 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 128.0 in stage 7.0 (TID 350) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.549 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Running task 128.0 in stage 7.0 (TID 350)
18:51:38.549 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 127.0 in stage 7.0 (TID 349) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (128/200)
18:51:38.554 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.554 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.556 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.556 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.562 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.562 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.581 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Finished task 128.0 in stage 7.0 (TID 350). 11408 bytes result sent to driver
18:51:38.582 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 129.0 in stage 7.0 (TID 351) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 129, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.582 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 128.0 in stage 7.0 (TID 350) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (129/200)
18:51:38.583 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Running task 129.0 in stage 7.0 (TID 351)
18:51:38.586 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.587 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.589 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.589 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.593 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.593 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.605 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Finished task 129.0 in stage 7.0 (TID 351). 11408 bytes result sent to driver
18:51:38.606 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 130.0 in stage 7.0 (TID 352) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 130, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.606 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Running task 130.0 in stage 7.0 (TID 352)
18:51:38.606 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 129.0 in stage 7.0 (TID 351) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (130/200)
18:51:38.610 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.610 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.612 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.612 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.616 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.616 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.629 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Finished task 130.0 in stage 7.0 (TID 352). 11408 bytes result sent to driver
18:51:38.630 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 131.0 in stage 7.0 (TID 353) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 131, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.630 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Running task 131.0 in stage 7.0 (TID 353)
18:51:38.630 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 130.0 in stage 7.0 (TID 352) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (131/200)
18:51:38.635 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.635 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.637 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.637 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.641 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.641 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.653 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Finished task 131.0 in stage 7.0 (TID 353). 11408 bytes result sent to driver
18:51:38.654 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 132.0 in stage 7.0 (TID 354) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 132, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.655 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Running task 132.0 in stage 7.0 (TID 354)
18:51:38.655 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 131.0 in stage 7.0 (TID 353) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (132/200)
18:51:38.660 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.660 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.662 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.662 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.668 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.668 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.687 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Finished task 132.0 in stage 7.0 (TID 354). 11408 bytes result sent to driver
18:51:38.687 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 133.0 in stage 7.0 (TID 355) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 133, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.688 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 132.0 in stage 7.0 (TID 354) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (133/200)
18:51:38.688 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Running task 133.0 in stage 7.0 (TID 355)
18:51:38.694 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.694 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.696 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.696 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.702 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.702 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.720 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Finished task 133.0 in stage 7.0 (TID 355). 11408 bytes result sent to driver
18:51:38.721 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 134.0 in stage 7.0 (TID 356) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 134, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.721 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Running task 134.0 in stage 7.0 (TID 356)
18:51:38.721 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 133.0 in stage 7.0 (TID 355) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (134/200)
18:51:38.725 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.725 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.727 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.727 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.731 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.731 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.745 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Finished task 134.0 in stage 7.0 (TID 356). 11408 bytes result sent to driver
18:51:38.746 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 135.0 in stage 7.0 (TID 357) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 135, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.746 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Running task 135.0 in stage 7.0 (TID 357)
18:51:38.746 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 134.0 in stage 7.0 (TID 356) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (135/200)
18:51:38.750 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.750 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.752 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.752 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.756 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.756 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.769 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Finished task 135.0 in stage 7.0 (TID 357). 11408 bytes result sent to driver
18:51:38.769 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 136.0 in stage 7.0 (TID 358) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 136, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.770 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 135.0 in stage 7.0 (TID 357) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (136/200)
18:51:38.770 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Running task 136.0 in stage 7.0 (TID 358)
18:51:38.774 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.774 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.775 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.775 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.780 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.780 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.792 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Finished task 136.0 in stage 7.0 (TID 358). 11408 bytes result sent to driver
18:51:38.792 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 137.0 in stage 7.0 (TID 359) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 137, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.793 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 136.0 in stage 7.0 (TID 358) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (137/200)
18:51:38.793 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Running task 137.0 in stage 7.0 (TID 359)
18:51:38.797 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.798 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.799 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.799 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.805 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.805 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.819 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Finished task 137.0 in stage 7.0 (TID 359). 11408 bytes result sent to driver
18:51:38.820 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 138.0 in stage 7.0 (TID 360) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 138, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.821 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Running task 138.0 in stage 7.0 (TID 360)
18:51:38.821 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 137.0 in stage 7.0 (TID 359) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (138/200)
18:51:38.824 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.825 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.826 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.826 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.830 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.830 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.843 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Finished task 138.0 in stage 7.0 (TID 360). 11408 bytes result sent to driver
18:51:38.843 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 139.0 in stage 7.0 (TID 361) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 139, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.844 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Running task 139.0 in stage 7.0 (TID 361)
18:51:38.844 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 138.0 in stage 7.0 (TID 360) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (139/200)
18:51:38.848 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.848 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.849 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.849 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.853 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.853 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.865 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Finished task 139.0 in stage 7.0 (TID 361). 11408 bytes result sent to driver
18:51:38.866 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 140.0 in stage 7.0 (TID 362) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 140, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.866 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Running task 140.0 in stage 7.0 (TID 362)
18:51:38.866 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 139.0 in stage 7.0 (TID 361) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (140/200)
18:51:38.871 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.871 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.872 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.872 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.877 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.877 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.902 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Finished task 140.0 in stage 7.0 (TID 362). 11451 bytes result sent to driver
18:51:38.903 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 141.0 in stage 7.0 (TID 363) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 141, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.903 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Running task 141.0 in stage 7.0 (TID 363)
18:51:38.903 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 140.0 in stage 7.0 (TID 362) in 38 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (141/200)
18:51:38.909 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.909 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.911 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.912 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.916 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.917 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.932 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Finished task 141.0 in stage 7.0 (TID 363). 11408 bytes result sent to driver
18:51:38.933 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 142.0 in stage 7.0 (TID 364) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 142, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.933 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Running task 142.0 in stage 7.0 (TID 364)
18:51:38.933 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 141.0 in stage 7.0 (TID 363) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (142/200)
18:51:38.938 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.938 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.939 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.939 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.943 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.943 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.955 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Finished task 142.0 in stage 7.0 (TID 364). 11408 bytes result sent to driver
18:51:38.956 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 143.0 in stage 7.0 (TID 365) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 143, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.956 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Running task 143.0 in stage 7.0 (TID 365)
18:51:38.957 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 142.0 in stage 7.0 (TID 364) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (143/200)
18:51:38.961 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.961 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.962 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.962 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.966 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.966 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.978 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Finished task 143.0 in stage 7.0 (TID 365). 11408 bytes result sent to driver
18:51:38.979 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 144.0 in stage 7.0 (TID 366) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 144, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:38.979 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Running task 144.0 in stage 7.0 (TID 366)
18:51:38.979 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 143.0 in stage 7.0 (TID 365) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (144/200)
18:51:38.983 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.983 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.984 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.985 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:38.988 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:38.988 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.000 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Finished task 144.0 in stage 7.0 (TID 366). 11408 bytes result sent to driver
18:51:39.001 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 145.0 in stage 7.0 (TID 367) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 145, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.001 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Running task 145.0 in stage 7.0 (TID 367)
18:51:39.001 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 144.0 in stage 7.0 (TID 366) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (145/200)
18:51:39.005 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.006 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.007 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.007 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.011 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.011 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.023 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Finished task 145.0 in stage 7.0 (TID 367). 11408 bytes result sent to driver
18:51:39.024 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 146.0 in stage 7.0 (TID 368) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 146, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.024 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Running task 146.0 in stage 7.0 (TID 368)
18:51:39.024 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 145.0 in stage 7.0 (TID 367) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (146/200)
18:51:39.029 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.029 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.031 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.031 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.036 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.036 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.051 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Finished task 146.0 in stage 7.0 (TID 368). 11408 bytes result sent to driver
18:51:39.052 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 147.0 in stage 7.0 (TID 369) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 147, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.053 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Running task 147.0 in stage 7.0 (TID 369)
18:51:39.053 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 146.0 in stage 7.0 (TID 368) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (147/200)
18:51:39.058 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.058 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.059 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.059 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.063 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.063 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.075 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Finished task 147.0 in stage 7.0 (TID 369). 11408 bytes result sent to driver
18:51:39.076 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 148.0 in stage 7.0 (TID 370) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 148, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.076 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Running task 148.0 in stage 7.0 (TID 370)
18:51:39.077 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 147.0 in stage 7.0 (TID 369) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (148/200)
18:51:39.081 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.081 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.082 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.082 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.086 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.086 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.098 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Finished task 148.0 in stage 7.0 (TID 370). 11408 bytes result sent to driver
18:51:39.099 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 149.0 in stage 7.0 (TID 371) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 149, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.099 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Running task 149.0 in stage 7.0 (TID 371)
18:51:39.099 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 148.0 in stage 7.0 (TID 370) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (149/200)
18:51:39.103 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.103 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.105 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.105 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.109 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.109 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.121 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Finished task 149.0 in stage 7.0 (TID 371). 11408 bytes result sent to driver
18:51:39.122 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 150.0 in stage 7.0 (TID 372) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 150, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.123 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 149.0 in stage 7.0 (TID 371) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (150/200)
18:51:39.123 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Running task 150.0 in stage 7.0 (TID 372)
18:51:39.126 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.127 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.128 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.128 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.132 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.132 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.145 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Finished task 150.0 in stage 7.0 (TID 372). 11408 bytes result sent to driver
18:51:39.146 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 151.0 in stage 7.0 (TID 373) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 151, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.146 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Running task 151.0 in stage 7.0 (TID 373)
18:51:39.146 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 150.0 in stage 7.0 (TID 372) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (151/200)
18:51:39.151 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.151 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.153 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.153 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.158 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.158 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.174 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Finished task 151.0 in stage 7.0 (TID 373). 11408 bytes result sent to driver
18:51:39.175 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 152.0 in stage 7.0 (TID 374) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 152, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.175 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Running task 152.0 in stage 7.0 (TID 374)
18:51:39.175 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 151.0 in stage 7.0 (TID 373) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (152/200)
18:51:39.179 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.179 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.181 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.181 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.185 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.185 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.197 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Finished task 152.0 in stage 7.0 (TID 374). 11408 bytes result sent to driver
18:51:39.198 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 153.0 in stage 7.0 (TID 375) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 153, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.198 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 152.0 in stage 7.0 (TID 374) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (153/200)
18:51:39.198 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Running task 153.0 in stage 7.0 (TID 375)
18:51:39.203 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.204 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.205 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.205 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.209 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.209 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.222 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Finished task 153.0 in stage 7.0 (TID 375). 11408 bytes result sent to driver
18:51:39.222 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 154.0 in stage 7.0 (TID 376) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 154, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.223 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 153.0 in stage 7.0 (TID 375) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (154/200)
18:51:39.223 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Running task 154.0 in stage 7.0 (TID 376)
18:51:39.228 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.228 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.230 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.230 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.236 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.236 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.252 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Finished task 154.0 in stage 7.0 (TID 376). 11408 bytes result sent to driver
18:51:39.253 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 155.0 in stage 7.0 (TID 377) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 155, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.253 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 154.0 in stage 7.0 (TID 376) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (155/200)
18:51:39.253 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Running task 155.0 in stage 7.0 (TID 377)
18:51:39.258 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.259 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.260 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.261 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.265 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.266 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.282 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Finished task 155.0 in stage 7.0 (TID 377). 11408 bytes result sent to driver
18:51:39.283 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 156.0 in stage 7.0 (TID 378) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 156, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.283 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 155.0 in stage 7.0 (TID 377) in 30 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (156/200)
18:51:39.284 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Running task 156.0 in stage 7.0 (TID 378)
18:51:39.288 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.288 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.290 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.290 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.293 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.293 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.306 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Finished task 156.0 in stage 7.0 (TID 378). 11408 bytes result sent to driver
18:51:39.307 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 157.0 in stage 7.0 (TID 379) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 157, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.307 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 156.0 in stage 7.0 (TID 378) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (157/200)
18:51:39.308 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Running task 157.0 in stage 7.0 (TID 379)
18:51:39.313 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.313 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.316 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.316 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.320 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.320 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.332 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Finished task 157.0 in stage 7.0 (TID 379). 11408 bytes result sent to driver
18:51:39.333 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 158.0 in stage 7.0 (TID 380) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 158, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.333 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 157.0 in stage 7.0 (TID 379) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (158/200)
18:51:39.333 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Running task 158.0 in stage 7.0 (TID 380)
18:51:39.338 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.338 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.340 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.340 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.344 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.344 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.356 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Finished task 158.0 in stage 7.0 (TID 380). 11408 bytes result sent to driver
18:51:39.357 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 159.0 in stage 7.0 (TID 381) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 159, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.357 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 158.0 in stage 7.0 (TID 380) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (159/200)
18:51:39.358 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Running task 159.0 in stage 7.0 (TID 381)
18:51:39.363 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.363 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.365 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.366 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.371 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.371 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.384 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Finished task 159.0 in stage 7.0 (TID 381). 11408 bytes result sent to driver
18:51:39.385 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 160.0 in stage 7.0 (TID 382) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 160, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.385 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Running task 160.0 in stage 7.0 (TID 382)
18:51:39.385 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 159.0 in stage 7.0 (TID 381) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (160/200)
18:51:39.389 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.389 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.391 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.391 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.395 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.395 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.408 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Finished task 160.0 in stage 7.0 (TID 382). 11408 bytes result sent to driver
18:51:39.409 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 161.0 in stage 7.0 (TID 383) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 161, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.409 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Running task 161.0 in stage 7.0 (TID 383)
18:51:39.410 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 160.0 in stage 7.0 (TID 382) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (161/200)
18:51:39.415 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.415 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.417 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.417 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.423 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.423 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.440 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Finished task 161.0 in stage 7.0 (TID 383). 11408 bytes result sent to driver
18:51:39.441 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 162.0 in stage 7.0 (TID 384) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 162, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.442 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 161.0 in stage 7.0 (TID 383) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (162/200)
18:51:39.442 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Running task 162.0 in stage 7.0 (TID 384)
18:51:39.446 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.447 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.448 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.449 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.453 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.453 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.467 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Finished task 162.0 in stage 7.0 (TID 384). 11408 bytes result sent to driver
18:51:39.468 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 163.0 in stage 7.0 (TID 385) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 163, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.468 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Running task 163.0 in stage 7.0 (TID 385)
18:51:39.468 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 162.0 in stage 7.0 (TID 384) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (163/200)
18:51:39.474 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.474 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.476 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.476 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.480 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.480 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.495 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Finished task 163.0 in stage 7.0 (TID 385). 11408 bytes result sent to driver
18:51:39.496 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 164.0 in stage 7.0 (TID 386) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 164, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.496 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 163.0 in stage 7.0 (TID 385) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (164/200)
18:51:39.497 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Running task 164.0 in stage 7.0 (TID 386)
18:51:39.502 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.503 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.505 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.505 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.510 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.510 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.528 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Finished task 164.0 in stage 7.0 (TID 386). 11408 bytes result sent to driver
18:51:39.528 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 165.0 in stage 7.0 (TID 387) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 165, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.529 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Running task 165.0 in stage 7.0 (TID 387)
18:51:39.529 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 164.0 in stage 7.0 (TID 386) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (165/200)
18:51:39.533 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.533 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.536 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.536 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.542 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.542 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.556 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Finished task 165.0 in stage 7.0 (TID 387). 11408 bytes result sent to driver
18:51:39.557 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 166.0 in stage 7.0 (TID 388) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 166, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.557 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Running task 166.0 in stage 7.0 (TID 388)
18:51:39.557 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 165.0 in stage 7.0 (TID 387) in 29 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (166/200)
18:51:39.561 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.561 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.563 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.563 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.566 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.567 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.579 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Finished task 166.0 in stage 7.0 (TID 388). 11408 bytes result sent to driver
18:51:39.580 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 167.0 in stage 7.0 (TID 389) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 167, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.580 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Running task 167.0 in stage 7.0 (TID 389)
18:51:39.580 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 166.0 in stage 7.0 (TID 388) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (167/200)
18:51:39.586 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.586 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.588 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.588 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.594 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.594 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.621 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Finished task 167.0 in stage 7.0 (TID 389). 11451 bytes result sent to driver
18:51:39.621 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 168.0 in stage 7.0 (TID 390) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 168, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.622 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Running task 168.0 in stage 7.0 (TID 390)
18:51:39.622 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 167.0 in stage 7.0 (TID 389) in 43 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (168/200)
18:51:39.626 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.626 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.628 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.628 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.633 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.633 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.647 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Finished task 168.0 in stage 7.0 (TID 390). 11408 bytes result sent to driver
18:51:39.648 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 169.0 in stage 7.0 (TID 391) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 169, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.648 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Running task 169.0 in stage 7.0 (TID 391)
18:51:39.648 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 168.0 in stage 7.0 (TID 390) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (169/200)
18:51:39.653 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.653 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.655 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.655 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.659 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.659 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.672 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Finished task 169.0 in stage 7.0 (TID 391). 11408 bytes result sent to driver
18:51:39.672 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 170.0 in stage 7.0 (TID 392) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 170, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.673 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Running task 170.0 in stage 7.0 (TID 392)
18:51:39.673 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 169.0 in stage 7.0 (TID 391) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (170/200)
18:51:39.677 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.677 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.679 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.679 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.685 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.685 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.704 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Finished task 170.0 in stage 7.0 (TID 392). 11408 bytes result sent to driver
18:51:39.705 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 171.0 in stage 7.0 (TID 393) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 171, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.705 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Running task 171.0 in stage 7.0 (TID 393)
18:51:39.706 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 170.0 in stage 7.0 (TID 392) in 33 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (171/200)
18:51:39.710 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.710 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.712 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.712 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.716 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.716 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.729 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Finished task 171.0 in stage 7.0 (TID 393). 11408 bytes result sent to driver
18:51:39.730 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 172.0 in stage 7.0 (TID 394) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 172, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.730 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Running task 172.0 in stage 7.0 (TID 394)
18:51:39.730 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 171.0 in stage 7.0 (TID 393) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (172/200)
18:51:39.736 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.736 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.738 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.738 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.745 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.745 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.766 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Finished task 172.0 in stage 7.0 (TID 394). 11408 bytes result sent to driver
18:51:39.766 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 173.0 in stage 7.0 (TID 395) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 173, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.767 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Running task 173.0 in stage 7.0 (TID 395)
18:51:39.767 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 172.0 in stage 7.0 (TID 394) in 38 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (173/200)
18:51:39.771 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.771 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.773 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.773 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.777 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.777 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.790 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Finished task 173.0 in stage 7.0 (TID 395). 11408 bytes result sent to driver
18:51:39.791 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 174.0 in stage 7.0 (TID 396) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 174, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.791 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Running task 174.0 in stage 7.0 (TID 396)
18:51:39.792 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 173.0 in stage 7.0 (TID 395) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (174/200)
18:51:39.795 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.796 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.797 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.797 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.801 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.801 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.813 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Finished task 174.0 in stage 7.0 (TID 396). 11408 bytes result sent to driver
18:51:39.814 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 175.0 in stage 7.0 (TID 397) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 175, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.814 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Running task 175.0 in stage 7.0 (TID 397)
18:51:39.814 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 174.0 in stage 7.0 (TID 396) in 23 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (175/200)
18:51:39.820 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.820 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.822 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.822 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.829 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.829 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.849 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Finished task 175.0 in stage 7.0 (TID 397). 11408 bytes result sent to driver
18:51:39.850 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 176.0 in stage 7.0 (TID 398) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 176, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.850 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Running task 176.0 in stage 7.0 (TID 398)
18:51:39.851 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 175.0 in stage 7.0 (TID 397) in 37 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (176/200)
18:51:39.856 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.857 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.859 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.859 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.865 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.865 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.883 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Finished task 176.0 in stage 7.0 (TID 398). 11408 bytes result sent to driver
18:51:39.884 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 177.0 in stage 7.0 (TID 399) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 177, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.885 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Running task 177.0 in stage 7.0 (TID 399)
18:51:39.885 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 176.0 in stage 7.0 (TID 398) in 35 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (177/200)
18:51:39.890 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.891 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.893 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.893 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.899 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.899 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.917 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Finished task 177.0 in stage 7.0 (TID 399). 11408 bytes result sent to driver
18:51:39.918 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 178.0 in stage 7.0 (TID 400) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 178, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.918 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Running task 178.0 in stage 7.0 (TID 400)
18:51:39.919 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 177.0 in stage 7.0 (TID 399) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (178/200)
18:51:39.922 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.922 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.924 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.924 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.928 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.929 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.942 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Finished task 178.0 in stage 7.0 (TID 400). 11408 bytes result sent to driver
18:51:39.943 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 179.0 in stage 7.0 (TID 401) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 179, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.943 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 178.0 in stage 7.0 (TID 400) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (179/200)
18:51:39.943 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Running task 179.0 in stage 7.0 (TID 401)
18:51:39.948 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.948 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.949 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.949 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.953 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.953 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.968 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Finished task 179.0 in stage 7.0 (TID 401). 11408 bytes result sent to driver
18:51:39.968 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 180.0 in stage 7.0 (TID 402) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 180, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:39.969 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Running task 180.0 in stage 7.0 (TID 402)
18:51:39.969 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 179.0 in stage 7.0 (TID 401) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (180/200)
18:51:39.973 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.973 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.974 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.974 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.980 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:39.980 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:39.999 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Finished task 180.0 in stage 7.0 (TID 402). 11408 bytes result sent to driver
18:51:40.000 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 181.0 in stage 7.0 (TID 403) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 181, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.000 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Running task 181.0 in stage 7.0 (TID 403)
18:51:40.000 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 180.0 in stage 7.0 (TID 402) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (181/200)
18:51:40.004 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.004 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.006 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.006 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.010 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.010 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.023 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Finished task 181.0 in stage 7.0 (TID 403). 11408 bytes result sent to driver
18:51:40.024 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 182.0 in stage 7.0 (TID 404) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 182, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.024 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Running task 182.0 in stage 7.0 (TID 404)
18:51:40.024 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 181.0 in stage 7.0 (TID 403) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (182/200)
18:51:40.029 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.029 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.030 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.031 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.034 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.035 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.047 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Finished task 182.0 in stage 7.0 (TID 404). 11408 bytes result sent to driver
18:51:40.048 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 183.0 in stage 7.0 (TID 405) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 183, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.049 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 182.0 in stage 7.0 (TID 404) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (183/200)
18:51:40.049 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Running task 183.0 in stage 7.0 (TID 405)
18:51:40.054 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.055 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.057 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.057 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.063 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.063 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.081 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Finished task 183.0 in stage 7.0 (TID 405). 11408 bytes result sent to driver
18:51:40.082 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 184.0 in stage 7.0 (TID 406) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 184, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.082 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Running task 184.0 in stage 7.0 (TID 406)
18:51:40.082 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 183.0 in stage 7.0 (TID 405) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (184/200)
18:51:40.086 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.086 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.088 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.088 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.092 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.092 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.105 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Finished task 184.0 in stage 7.0 (TID 406). 11408 bytes result sent to driver
18:51:40.105 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 185.0 in stage 7.0 (TID 407) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 185, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.106 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Running task 185.0 in stage 7.0 (TID 407)
18:51:40.106 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 184.0 in stage 7.0 (TID 406) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (185/200)
18:51:40.112 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.112 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.114 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.114 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.120 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.120 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.139 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Finished task 185.0 in stage 7.0 (TID 407). 11408 bytes result sent to driver
18:51:40.139 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 186.0 in stage 7.0 (TID 408) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 186, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.140 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Running task 186.0 in stage 7.0 (TID 408)
18:51:40.140 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 185.0 in stage 7.0 (TID 407) in 35 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (186/200)
18:51:40.145 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.145 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.147 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.147 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.153 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.153 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.170 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Finished task 186.0 in stage 7.0 (TID 408). 11408 bytes result sent to driver
18:51:40.171 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 187.0 in stage 7.0 (TID 409) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 187, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.171 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Running task 187.0 in stage 7.0 (TID 409)
18:51:40.172 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 186.0 in stage 7.0 (TID 408) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (187/200)
18:51:40.178 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.178 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.180 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.180 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.184 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.185 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.197 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Finished task 187.0 in stage 7.0 (TID 409). 11408 bytes result sent to driver
18:51:40.198 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 188.0 in stage 7.0 (TID 410) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 188, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.198 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Running task 188.0 in stage 7.0 (TID 410)
18:51:40.198 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 187.0 in stage 7.0 (TID 409) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (188/200)
18:51:40.202 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.203 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.204 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.204 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.208 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.208 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.220 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Finished task 188.0 in stage 7.0 (TID 410). 11408 bytes result sent to driver
18:51:40.221 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 189.0 in stage 7.0 (TID 411) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 189, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.221 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Running task 189.0 in stage 7.0 (TID 411)
18:51:40.222 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 188.0 in stage 7.0 (TID 410) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (189/200)
18:51:40.225 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.225 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.227 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.227 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.231 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.231 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.244 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Finished task 189.0 in stage 7.0 (TID 411). 11408 bytes result sent to driver
18:51:40.244 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 190.0 in stage 7.0 (TID 412) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 190, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.245 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Running task 190.0 in stage 7.0 (TID 412)
18:51:40.245 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 189.0 in stage 7.0 (TID 411) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (190/200)
18:51:40.248 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.249 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.250 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.250 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.254 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.254 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.267 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Finished task 190.0 in stage 7.0 (TID 412). 11408 bytes result sent to driver
18:51:40.267 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 191.0 in stage 7.0 (TID 413) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 191, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.268 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Running task 191.0 in stage 7.0 (TID 413)
18:51:40.268 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 190.0 in stage 7.0 (TID 412) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (191/200)
18:51:40.273 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.273 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.275 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.276 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.281 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.281 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.300 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Finished task 191.0 in stage 7.0 (TID 413). 11408 bytes result sent to driver
18:51:40.301 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 192.0 in stage 7.0 (TID 414) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 192, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.301 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Running task 192.0 in stage 7.0 (TID 414)
18:51:40.301 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 191.0 in stage 7.0 (TID 413) in 34 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (192/200)
18:51:40.306 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.306 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.307 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.307 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.313 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.313 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.327 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Finished task 192.0 in stage 7.0 (TID 414). 11408 bytes result sent to driver
18:51:40.328 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 193.0 in stage 7.0 (TID 415) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 193, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.328 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 192.0 in stage 7.0 (TID 414) in 28 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (193/200)
18:51:40.329 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Running task 193.0 in stage 7.0 (TID 415)
18:51:40.333 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.333 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.335 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.335 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.340 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.340 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.353 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Finished task 193.0 in stage 7.0 (TID 415). 11408 bytes result sent to driver
18:51:40.354 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 194.0 in stage 7.0 (TID 416) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 194, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.354 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Running task 194.0 in stage 7.0 (TID 416)
18:51:40.354 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 193.0 in stage 7.0 (TID 415) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (194/200)
18:51:40.360 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.360 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.362 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.362 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.367 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.368 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.399 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Finished task 194.0 in stage 7.0 (TID 416). 11451 bytes result sent to driver
18:51:40.399 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 195.0 in stage 7.0 (TID 417) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 195, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.400 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Running task 195.0 in stage 7.0 (TID 417)
18:51:40.400 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 194.0 in stage 7.0 (TID 416) in 47 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (195/200)
18:51:40.406 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.406 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.408 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.408 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.414 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.414 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.432 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Finished task 195.0 in stage 7.0 (TID 417). 11408 bytes result sent to driver
18:51:40.433 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 196.0 in stage 7.0 (TID 418) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 196, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.434 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Running task 196.0 in stage 7.0 (TID 418)
18:51:40.434 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 195.0 in stage 7.0 (TID 417) in 35 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (196/200)
18:51:40.438 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.438 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.440 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.440 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.444 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.444 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.459 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Finished task 196.0 in stage 7.0 (TID 418). 11408 bytes result sent to driver
18:51:40.460 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 197.0 in stage 7.0 (TID 419) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 197, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.460 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Running task 197.0 in stage 7.0 (TID 419)
18:51:40.460 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 196.0 in stage 7.0 (TID 418) in 27 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (197/200)
18:51:40.464 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.464 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.466 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.466 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.471 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.471 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.484 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Finished task 197.0 in stage 7.0 (TID 419). 11408 bytes result sent to driver
18:51:40.484 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 198.0 in stage 7.0 (TID 420) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 198, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.485 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 197.0 in stage 7.0 (TID 419) in 26 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (198/200)
18:51:40.486 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Running task 198.0 in stage 7.0 (TID 420)
18:51:40.490 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.490 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.491 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.491 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.495 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.495 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.508 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Finished task 198.0 in stage 7.0 (TID 420). 11408 bytes result sent to driver
18:51:40.509 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 199.0 in stage 7.0 (TID 421) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 199, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
18:51:40.509 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Running task 199.0 in stage 7.0 (TID 421)
18:51:40.509 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 198.0 in stage 7.0 (TID 420) in 25 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (199/200)
18:51:40.513 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.513 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.515 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.515 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.518 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.519 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.532 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Finished task 199.0 in stage 7.0 (TID 421). 11408 bytes result sent to driver
18:51:40.533 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 199.0 in stage 7.0 (TID 421) in 24 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (200/200)
18:51:40.533 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
18:51:40.534 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 7 (collect at IntegrationTestBigLinkedList.scala:421) finished in 6.239 s
18:51:40.534 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
18:51:40.534 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set()
18:51:40.534 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ResultStage 8)
18:51:40.534 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
18:51:40.535 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (MapPartitionsRDD[44] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
18:51:40.556 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 87.9 KiB, free 1993.7 MiB)
18:51:40.558 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 33.8 KiB, free 1993.6 MiB)
18:51:40.559 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-6k22.c.gcp-upstream.internal:35939 (size: 33.8 KiB, free: 1993.8 MiB)
18:51:40.559 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
18:51:40.561 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 400 missing tasks from ResultStage 8 (MapPartitionsRDD[44] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
18:51:40.561 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 400 tasks resource profile 0
18:51:40.566 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 8.0 (TID 422) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.566 [INFO - Executor task launch worker for task 5.0 in stage 8.0 (TID 422)] (Logging.scala:57) Running task 5.0 in stage 8.0 (TID 422)
18:51:40.580 [INFO - Executor task launch worker for task 5.0 in stage 8.0 (TID 422)] (Logging.scala:57) Getting 2 (120.0 B) non-empty blocks including 2 (120.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.580 [INFO - Executor task launch worker for task 5.0 in stage 8.0 (TID 422)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.585 [INFO - Executor task launch worker for task 5.0 in stage 8.0 (TID 422)] (Logging.scala:57) Finished task 5.0 in stage 8.0 (TID 422). 15725 bytes result sent to driver
18:51:40.586 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 69.0 in stage 8.0 (TID 423) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.586 [INFO - Executor task launch worker for task 69.0 in stage 8.0 (TID 423)] (Logging.scala:57) Running task 69.0 in stage 8.0 (TID 423)
18:51:40.586 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 5.0 in stage 8.0 (TID 422) in 22 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (1/400)
18:51:40.593 [INFO - Executor task launch worker for task 69.0 in stage 8.0 (TID 423)] (Logging.scala:57) Getting 200 (12.9 KiB) non-empty blocks including 200 (12.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.594 [INFO - Executor task launch worker for task 69.0 in stage 8.0 (TID 423)] (Logging.scala:57) Started 0 remote fetches in 1 ms
18:51:40.615 [INFO - Executor task launch worker for task 69.0 in stage 8.0 (TID 423)] (Logging.scala:57) Finished task 69.0 in stage 8.0 (TID 423). 15726 bytes result sent to driver
18:51:40.616 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 128.0 in stage 8.0 (TID 424) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.616 [INFO - Executor task launch worker for task 128.0 in stage 8.0 (TID 424)] (Logging.scala:57) Running task 128.0 in stage 8.0 (TID 424)
18:51:40.616 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 69.0 in stage 8.0 (TID 423) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (2/400)
18:51:40.621 [INFO - Executor task launch worker for task 128.0 in stage 8.0 (TID 424)] (Logging.scala:57) Getting 1 (66.0 B) non-empty blocks including 1 (66.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.621 [INFO - Executor task launch worker for task 128.0 in stage 8.0 (TID 424)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.624 [INFO - Executor task launch worker for task 128.0 in stage 8.0 (TID 424)] (Logging.scala:57) Finished task 128.0 in stage 8.0 (TID 424). 15725 bytes result sent to driver
18:51:40.624 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 386.0 in stage 8.0 (TID 425) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 386, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.624 [INFO - Executor task launch worker for task 386.0 in stage 8.0 (TID 425)] (Logging.scala:57) Running task 386.0 in stage 8.0 (TID 425)
18:51:40.625 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 128.0 in stage 8.0 (TID 424) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (3/400)
18:51:40.630 [INFO - Executor task launch worker for task 386.0 in stage 8.0 (TID 425)] (Logging.scala:57) Getting 1 (80.0 B) non-empty blocks including 1 (80.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.630 [INFO - Executor task launch worker for task 386.0 in stage 8.0 (TID 425)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.634 [INFO - Executor task launch worker for task 386.0 in stage 8.0 (TID 425)] (Logging.scala:57) Finished task 386.0 in stage 8.0 (TID 425). 15725 bytes result sent to driver
18:51:40.635 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 426) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.636 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 386.0 in stage 8.0 (TID 425) in 12 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (4/400)
18:51:40.636 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 426)] (Logging.scala:57) Running task 0.0 in stage 8.0 (TID 426)
18:51:40.642 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 426)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.642 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 426)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.645 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 426)] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 426). 15687 bytes result sent to driver
18:51:40.646 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 8.0 (TID 427) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 1, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.646 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 426) in 11 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (5/400)
18:51:40.646 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 427)] (Logging.scala:57) Running task 1.0 in stage 8.0 (TID 427)
18:51:40.650 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 427)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.650 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 427)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.652 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 427)] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 427). 15687 bytes result sent to driver
18:51:40.653 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 8.0 (TID 428) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 2, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.653 [INFO - Executor task launch worker for task 2.0 in stage 8.0 (TID 428)] (Logging.scala:57) Running task 2.0 in stage 8.0 (TID 428)
18:51:40.653 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 427) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (6/400)
18:51:40.658 [INFO - Executor task launch worker for task 2.0 in stage 8.0 (TID 428)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.658 [INFO - Executor task launch worker for task 2.0 in stage 8.0 (TID 428)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.661 [INFO - Executor task launch worker for task 2.0 in stage 8.0 (TID 428)] (Logging.scala:57) Finished task 2.0 in stage 8.0 (TID 428). 15687 bytes result sent to driver
18:51:40.661 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 8.0 (TID 429) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 3, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.661 [INFO - Executor task launch worker for task 3.0 in stage 8.0 (TID 429)] (Logging.scala:57) Running task 3.0 in stage 8.0 (TID 429)
18:51:40.662 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 8.0 (TID 428) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (7/400)
18:51:40.665 [INFO - Executor task launch worker for task 3.0 in stage 8.0 (TID 429)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.665 [INFO - Executor task launch worker for task 3.0 in stage 8.0 (TID 429)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.667 [INFO - Executor task launch worker for task 3.0 in stage 8.0 (TID 429)] (Logging.scala:57) Finished task 3.0 in stage 8.0 (TID 429). 15687 bytes result sent to driver
18:51:40.668 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 8.0 (TID 430) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 4, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.668 [INFO - Executor task launch worker for task 4.0 in stage 8.0 (TID 430)] (Logging.scala:57) Running task 4.0 in stage 8.0 (TID 430)
18:51:40.668 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 8.0 (TID 429) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (8/400)
18:51:40.672 [INFO - Executor task launch worker for task 4.0 in stage 8.0 (TID 430)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.672 [INFO - Executor task launch worker for task 4.0 in stage 8.0 (TID 430)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.674 [INFO - Executor task launch worker for task 4.0 in stage 8.0 (TID 430)] (Logging.scala:57) Finished task 4.0 in stage 8.0 (TID 430). 15687 bytes result sent to driver
18:51:40.674 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 8.0 (TID 431) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 6, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.675 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 8.0 (TID 430) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (9/400)
18:51:40.675 [INFO - Executor task launch worker for task 6.0 in stage 8.0 (TID 431)] (Logging.scala:57) Running task 6.0 in stage 8.0 (TID 431)
18:51:40.680 [INFO - Executor task launch worker for task 6.0 in stage 8.0 (TID 431)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.680 [INFO - Executor task launch worker for task 6.0 in stage 8.0 (TID 431)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.681 [INFO - Executor task launch worker for task 6.0 in stage 8.0 (TID 431)] (Logging.scala:57) Finished task 6.0 in stage 8.0 (TID 431). 15687 bytes result sent to driver
18:51:40.682 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 8.0 (TID 432) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 7, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.682 [INFO - Executor task launch worker for task 7.0 in stage 8.0 (TID 432)] (Logging.scala:57) Running task 7.0 in stage 8.0 (TID 432)
18:51:40.682 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 6.0 in stage 8.0 (TID 431) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (10/400)
18:51:40.686 [INFO - Executor task launch worker for task 7.0 in stage 8.0 (TID 432)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.686 [INFO - Executor task launch worker for task 7.0 in stage 8.0 (TID 432)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.688 [INFO - Executor task launch worker for task 7.0 in stage 8.0 (TID 432)] (Logging.scala:57) Finished task 7.0 in stage 8.0 (TID 432). 15687 bytes result sent to driver
18:51:40.689 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 8.0 (TID 433) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 8, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.689 [INFO - Executor task launch worker for task 8.0 in stage 8.0 (TID 433)] (Logging.scala:57) Running task 8.0 in stage 8.0 (TID 433)
18:51:40.689 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 7.0 in stage 8.0 (TID 432) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (11/400)
18:51:40.694 [INFO - Executor task launch worker for task 8.0 in stage 8.0 (TID 433)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.694 [INFO - Executor task launch worker for task 8.0 in stage 8.0 (TID 433)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.697 [INFO - Executor task launch worker for task 8.0 in stage 8.0 (TID 433)] (Logging.scala:57) Finished task 8.0 in stage 8.0 (TID 433). 15687 bytes result sent to driver
18:51:40.698 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 9.0 in stage 8.0 (TID 434) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 9, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.698 [INFO - Executor task launch worker for task 9.0 in stage 8.0 (TID 434)] (Logging.scala:57) Running task 9.0 in stage 8.0 (TID 434)
18:51:40.698 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 8.0 in stage 8.0 (TID 433) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (12/400)
18:51:40.702 [INFO - Executor task launch worker for task 9.0 in stage 8.0 (TID 434)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.702 [INFO - Executor task launch worker for task 9.0 in stage 8.0 (TID 434)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.704 [INFO - Executor task launch worker for task 9.0 in stage 8.0 (TID 434)] (Logging.scala:57) Finished task 9.0 in stage 8.0 (TID 434). 15687 bytes result sent to driver
18:51:40.705 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 10.0 in stage 8.0 (TID 435) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 10, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.705 [INFO - Executor task launch worker for task 10.0 in stage 8.0 (TID 435)] (Logging.scala:57) Running task 10.0 in stage 8.0 (TID 435)
18:51:40.705 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 9.0 in stage 8.0 (TID 434) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (13/400)
18:51:40.709 [INFO - Executor task launch worker for task 10.0 in stage 8.0 (TID 435)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.710 [INFO - Executor task launch worker for task 10.0 in stage 8.0 (TID 435)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.712 [INFO - Executor task launch worker for task 10.0 in stage 8.0 (TID 435)] (Logging.scala:57) Finished task 10.0 in stage 8.0 (TID 435). 15687 bytes result sent to driver
18:51:40.712 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 8.0 (TID 436) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 11, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.712 [INFO - Executor task launch worker for task 11.0 in stage 8.0 (TID 436)] (Logging.scala:57) Running task 11.0 in stage 8.0 (TID 436)
18:51:40.713 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 10.0 in stage 8.0 (TID 435) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (14/400)
18:51:40.718 [INFO - Executor task launch worker for task 11.0 in stage 8.0 (TID 436)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.718 [INFO - Executor task launch worker for task 11.0 in stage 8.0 (TID 436)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.720 [INFO - Executor task launch worker for task 11.0 in stage 8.0 (TID 436)] (Logging.scala:57) Finished task 11.0 in stage 8.0 (TID 436). 15687 bytes result sent to driver
18:51:40.721 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 8.0 (TID 437) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 12, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.722 [INFO - Executor task launch worker for task 12.0 in stage 8.0 (TID 437)] (Logging.scala:57) Running task 12.0 in stage 8.0 (TID 437)
18:51:40.722 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 11.0 in stage 8.0 (TID 436) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (15/400)
18:51:40.726 [INFO - Executor task launch worker for task 12.0 in stage 8.0 (TID 437)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.726 [INFO - Executor task launch worker for task 12.0 in stage 8.0 (TID 437)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.728 [INFO - Executor task launch worker for task 12.0 in stage 8.0 (TID 437)] (Logging.scala:57) Finished task 12.0 in stage 8.0 (TID 437). 15687 bytes result sent to driver
18:51:40.729 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 13.0 in stage 8.0 (TID 438) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 13, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.729 [INFO - Executor task launch worker for task 13.0 in stage 8.0 (TID 438)] (Logging.scala:57) Running task 13.0 in stage 8.0 (TID 438)
18:51:40.729 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 12.0 in stage 8.0 (TID 437) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (16/400)
18:51:40.733 [INFO - Executor task launch worker for task 13.0 in stage 8.0 (TID 438)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.733 [INFO - Executor task launch worker for task 13.0 in stage 8.0 (TID 438)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.735 [INFO - Executor task launch worker for task 13.0 in stage 8.0 (TID 438)] (Logging.scala:57) Finished task 13.0 in stage 8.0 (TID 438). 15687 bytes result sent to driver
18:51:40.736 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 14.0 in stage 8.0 (TID 439) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 14, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.736 [INFO - Executor task launch worker for task 14.0 in stage 8.0 (TID 439)] (Logging.scala:57) Running task 14.0 in stage 8.0 (TID 439)
18:51:40.736 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 13.0 in stage 8.0 (TID 438) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (17/400)
18:51:40.740 [INFO - Executor task launch worker for task 14.0 in stage 8.0 (TID 439)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.740 [INFO - Executor task launch worker for task 14.0 in stage 8.0 (TID 439)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.742 [INFO - Executor task launch worker for task 14.0 in stage 8.0 (TID 439)] (Logging.scala:57) Finished task 14.0 in stage 8.0 (TID 439). 15687 bytes result sent to driver
18:51:40.743 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 8.0 (TID 440) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 15, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.743 [INFO - Executor task launch worker for task 15.0 in stage 8.0 (TID 440)] (Logging.scala:57) Running task 15.0 in stage 8.0 (TID 440)
18:51:40.743 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 14.0 in stage 8.0 (TID 439) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (18/400)
18:51:40.749 [INFO - Executor task launch worker for task 15.0 in stage 8.0 (TID 440)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.749 [INFO - Executor task launch worker for task 15.0 in stage 8.0 (TID 440)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.752 [INFO - Executor task launch worker for task 15.0 in stage 8.0 (TID 440)] (Logging.scala:57) Finished task 15.0 in stage 8.0 (TID 440). 15687 bytes result sent to driver
18:51:40.752 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 16.0 in stage 8.0 (TID 441) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 16, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.753 [INFO - Executor task launch worker for task 16.0 in stage 8.0 (TID 441)] (Logging.scala:57) Running task 16.0 in stage 8.0 (TID 441)
18:51:40.753 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 15.0 in stage 8.0 (TID 440) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (19/400)
18:51:40.757 [INFO - Executor task launch worker for task 16.0 in stage 8.0 (TID 441)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.757 [INFO - Executor task launch worker for task 16.0 in stage 8.0 (TID 441)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.759 [INFO - Executor task launch worker for task 16.0 in stage 8.0 (TID 441)] (Logging.scala:57) Finished task 16.0 in stage 8.0 (TID 441). 15687 bytes result sent to driver
18:51:40.760 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 17.0 in stage 8.0 (TID 442) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 17, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.760 [INFO - Executor task launch worker for task 17.0 in stage 8.0 (TID 442)] (Logging.scala:57) Running task 17.0 in stage 8.0 (TID 442)
18:51:40.760 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 16.0 in stage 8.0 (TID 441) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (20/400)
18:51:40.765 [INFO - Executor task launch worker for task 17.0 in stage 8.0 (TID 442)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.765 [INFO - Executor task launch worker for task 17.0 in stage 8.0 (TID 442)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.768 [INFO - Executor task launch worker for task 17.0 in stage 8.0 (TID 442)] (Logging.scala:57) Finished task 17.0 in stage 8.0 (TID 442). 15687 bytes result sent to driver
18:51:40.768 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 18.0 in stage 8.0 (TID 443) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 18, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.769 [INFO - Executor task launch worker for task 18.0 in stage 8.0 (TID 443)] (Logging.scala:57) Running task 18.0 in stage 8.0 (TID 443)
18:51:40.769 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 17.0 in stage 8.0 (TID 442) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (21/400)
18:51:40.773 [INFO - Executor task launch worker for task 18.0 in stage 8.0 (TID 443)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.773 [INFO - Executor task launch worker for task 18.0 in stage 8.0 (TID 443)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.775 [INFO - Executor task launch worker for task 18.0 in stage 8.0 (TID 443)] (Logging.scala:57) Finished task 18.0 in stage 8.0 (TID 443). 15687 bytes result sent to driver
18:51:40.775 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 19.0 in stage 8.0 (TID 444) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 19, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.775 [INFO - Executor task launch worker for task 19.0 in stage 8.0 (TID 444)] (Logging.scala:57) Running task 19.0 in stage 8.0 (TID 444)
18:51:40.776 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 18.0 in stage 8.0 (TID 443) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (22/400)
18:51:40.781 [INFO - Executor task launch worker for task 19.0 in stage 8.0 (TID 444)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.781 [INFO - Executor task launch worker for task 19.0 in stage 8.0 (TID 444)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.784 [INFO - Executor task launch worker for task 19.0 in stage 8.0 (TID 444)] (Logging.scala:57) Finished task 19.0 in stage 8.0 (TID 444). 15687 bytes result sent to driver
18:51:40.785 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 20.0 in stage 8.0 (TID 445) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 20, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.785 [INFO - Executor task launch worker for task 20.0 in stage 8.0 (TID 445)] (Logging.scala:57) Running task 20.0 in stage 8.0 (TID 445)
18:51:40.785 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 19.0 in stage 8.0 (TID 444) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (23/400)
18:51:40.789 [INFO - Executor task launch worker for task 20.0 in stage 8.0 (TID 445)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.789 [INFO - Executor task launch worker for task 20.0 in stage 8.0 (TID 445)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.792 [INFO - Executor task launch worker for task 20.0 in stage 8.0 (TID 445)] (Logging.scala:57) Finished task 20.0 in stage 8.0 (TID 445). 15687 bytes result sent to driver
18:51:40.792 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 21.0 in stage 8.0 (TID 446) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 21, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.793 [INFO - Executor task launch worker for task 21.0 in stage 8.0 (TID 446)] (Logging.scala:57) Running task 21.0 in stage 8.0 (TID 446)
18:51:40.793 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 20.0 in stage 8.0 (TID 445) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (24/400)
18:51:40.797 [INFO - Executor task launch worker for task 21.0 in stage 8.0 (TID 446)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.798 [INFO - Executor task launch worker for task 21.0 in stage 8.0 (TID 446)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.800 [INFO - Executor task launch worker for task 21.0 in stage 8.0 (TID 446)] (Logging.scala:57) Finished task 21.0 in stage 8.0 (TID 446). 15687 bytes result sent to driver
18:51:40.801 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 22.0 in stage 8.0 (TID 447) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 22, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.801 [INFO - Executor task launch worker for task 22.0 in stage 8.0 (TID 447)] (Logging.scala:57) Running task 22.0 in stage 8.0 (TID 447)
18:51:40.801 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 21.0 in stage 8.0 (TID 446) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (25/400)
18:51:40.805 [INFO - Executor task launch worker for task 22.0 in stage 8.0 (TID 447)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.805 [INFO - Executor task launch worker for task 22.0 in stage 8.0 (TID 447)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.807 [INFO - Executor task launch worker for task 22.0 in stage 8.0 (TID 447)] (Logging.scala:57) Finished task 22.0 in stage 8.0 (TID 447). 15687 bytes result sent to driver
18:51:40.807 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 23.0 in stage 8.0 (TID 448) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 23, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.808 [INFO - Executor task launch worker for task 23.0 in stage 8.0 (TID 448)] (Logging.scala:57) Running task 23.0 in stage 8.0 (TID 448)
18:51:40.808 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 22.0 in stage 8.0 (TID 447) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (26/400)
18:51:40.811 [INFO - Executor task launch worker for task 23.0 in stage 8.0 (TID 448)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.811 [INFO - Executor task launch worker for task 23.0 in stage 8.0 (TID 448)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.813 [INFO - Executor task launch worker for task 23.0 in stage 8.0 (TID 448)] (Logging.scala:57) Finished task 23.0 in stage 8.0 (TID 448). 15687 bytes result sent to driver
18:51:40.814 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 24.0 in stage 8.0 (TID 449) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 24, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.814 [INFO - Executor task launch worker for task 24.0 in stage 8.0 (TID 449)] (Logging.scala:57) Running task 24.0 in stage 8.0 (TID 449)
18:51:40.814 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 23.0 in stage 8.0 (TID 448) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (27/400)
18:51:40.818 [INFO - Executor task launch worker for task 24.0 in stage 8.0 (TID 449)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.818 [INFO - Executor task launch worker for task 24.0 in stage 8.0 (TID 449)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.820 [INFO - Executor task launch worker for task 24.0 in stage 8.0 (TID 449)] (Logging.scala:57) Finished task 24.0 in stage 8.0 (TID 449). 15687 bytes result sent to driver
18:51:40.820 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 25.0 in stage 8.0 (TID 450) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 25, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.820 [INFO - Executor task launch worker for task 25.0 in stage 8.0 (TID 450)] (Logging.scala:57) Running task 25.0 in stage 8.0 (TID 450)
18:51:40.821 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 24.0 in stage 8.0 (TID 449) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (28/400)
18:51:40.824 [INFO - Executor task launch worker for task 25.0 in stage 8.0 (TID 450)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.825 [INFO - Executor task launch worker for task 25.0 in stage 8.0 (TID 450)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.826 [INFO - Executor task launch worker for task 25.0 in stage 8.0 (TID 450)] (Logging.scala:57) Finished task 25.0 in stage 8.0 (TID 450). 15687 bytes result sent to driver
18:51:40.827 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 26.0 in stage 8.0 (TID 451) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 26, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.827 [INFO - Executor task launch worker for task 26.0 in stage 8.0 (TID 451)] (Logging.scala:57) Running task 26.0 in stage 8.0 (TID 451)
18:51:40.827 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 25.0 in stage 8.0 (TID 450) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (29/400)
18:51:40.831 [INFO - Executor task launch worker for task 26.0 in stage 8.0 (TID 451)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.831 [INFO - Executor task launch worker for task 26.0 in stage 8.0 (TID 451)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.833 [INFO - Executor task launch worker for task 26.0 in stage 8.0 (TID 451)] (Logging.scala:57) Finished task 26.0 in stage 8.0 (TID 451). 15687 bytes result sent to driver
18:51:40.833 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 27.0 in stage 8.0 (TID 452) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 27, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.834 [INFO - Executor task launch worker for task 27.0 in stage 8.0 (TID 452)] (Logging.scala:57) Running task 27.0 in stage 8.0 (TID 452)
18:51:40.834 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 26.0 in stage 8.0 (TID 451) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (30/400)
18:51:40.838 [INFO - Executor task launch worker for task 27.0 in stage 8.0 (TID 452)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.838 [INFO - Executor task launch worker for task 27.0 in stage 8.0 (TID 452)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.840 [INFO - Executor task launch worker for task 27.0 in stage 8.0 (TID 452)] (Logging.scala:57) Finished task 27.0 in stage 8.0 (TID 452). 15687 bytes result sent to driver
18:51:40.840 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 28.0 in stage 8.0 (TID 453) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 28, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.841 [INFO - Executor task launch worker for task 28.0 in stage 8.0 (TID 453)] (Logging.scala:57) Running task 28.0 in stage 8.0 (TID 453)
18:51:40.841 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 27.0 in stage 8.0 (TID 452) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (31/400)
18:51:40.844 [INFO - Executor task launch worker for task 28.0 in stage 8.0 (TID 453)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.844 [INFO - Executor task launch worker for task 28.0 in stage 8.0 (TID 453)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.846 [INFO - Executor task launch worker for task 28.0 in stage 8.0 (TID 453)] (Logging.scala:57) Finished task 28.0 in stage 8.0 (TID 453). 15687 bytes result sent to driver
18:51:40.847 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 29.0 in stage 8.0 (TID 454) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 29, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.847 [INFO - Executor task launch worker for task 29.0 in stage 8.0 (TID 454)] (Logging.scala:57) Running task 29.0 in stage 8.0 (TID 454)
18:51:40.847 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 28.0 in stage 8.0 (TID 453) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (32/400)
18:51:40.851 [INFO - Executor task launch worker for task 29.0 in stage 8.0 (TID 454)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.851 [INFO - Executor task launch worker for task 29.0 in stage 8.0 (TID 454)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.853 [INFO - Executor task launch worker for task 29.0 in stage 8.0 (TID 454)] (Logging.scala:57) Finished task 29.0 in stage 8.0 (TID 454). 15687 bytes result sent to driver
18:51:40.854 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 30.0 in stage 8.0 (TID 455) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 30, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.854 [INFO - Executor task launch worker for task 30.0 in stage 8.0 (TID 455)] (Logging.scala:57) Running task 30.0 in stage 8.0 (TID 455)
18:51:40.854 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 29.0 in stage 8.0 (TID 454) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (33/400)
18:51:40.859 [INFO - Executor task launch worker for task 30.0 in stage 8.0 (TID 455)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.859 [INFO - Executor task launch worker for task 30.0 in stage 8.0 (TID 455)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.862 [INFO - Executor task launch worker for task 30.0 in stage 8.0 (TID 455)] (Logging.scala:57) Finished task 30.0 in stage 8.0 (TID 455). 15687 bytes result sent to driver
18:51:40.862 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 31.0 in stage 8.0 (TID 456) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 31, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.862 [INFO - Executor task launch worker for task 31.0 in stage 8.0 (TID 456)] (Logging.scala:57) Running task 31.0 in stage 8.0 (TID 456)
18:51:40.863 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 30.0 in stage 8.0 (TID 455) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (34/400)
18:51:40.866 [INFO - Executor task launch worker for task 31.0 in stage 8.0 (TID 456)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.866 [INFO - Executor task launch worker for task 31.0 in stage 8.0 (TID 456)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.868 [INFO - Executor task launch worker for task 31.0 in stage 8.0 (TID 456)] (Logging.scala:57) Finished task 31.0 in stage 8.0 (TID 456). 15687 bytes result sent to driver
18:51:40.868 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 32.0 in stage 8.0 (TID 457) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 32, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.869 [INFO - Executor task launch worker for task 32.0 in stage 8.0 (TID 457)] (Logging.scala:57) Running task 32.0 in stage 8.0 (TID 457)
18:51:40.869 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 31.0 in stage 8.0 (TID 456) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (35/400)
18:51:40.872 [INFO - Executor task launch worker for task 32.0 in stage 8.0 (TID 457)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.873 [INFO - Executor task launch worker for task 32.0 in stage 8.0 (TID 457)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.874 [INFO - Executor task launch worker for task 32.0 in stage 8.0 (TID 457)] (Logging.scala:57) Finished task 32.0 in stage 8.0 (TID 457). 15687 bytes result sent to driver
18:51:40.875 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 33.0 in stage 8.0 (TID 458) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 33, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.875 [INFO - Executor task launch worker for task 33.0 in stage 8.0 (TID 458)] (Logging.scala:57) Running task 33.0 in stage 8.0 (TID 458)
18:51:40.875 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 32.0 in stage 8.0 (TID 457) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (36/400)
18:51:40.880 [INFO - Executor task launch worker for task 33.0 in stage 8.0 (TID 458)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.880 [INFO - Executor task launch worker for task 33.0 in stage 8.0 (TID 458)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.882 [INFO - Executor task launch worker for task 33.0 in stage 8.0 (TID 458)] (Logging.scala:57) Finished task 33.0 in stage 8.0 (TID 458). 15687 bytes result sent to driver
18:51:40.883 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 34.0 in stage 8.0 (TID 459) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 34, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.883 [INFO - Executor task launch worker for task 34.0 in stage 8.0 (TID 459)] (Logging.scala:57) Running task 34.0 in stage 8.0 (TID 459)
18:51:40.884 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 33.0 in stage 8.0 (TID 458) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (37/400)
18:51:40.887 [INFO - Executor task launch worker for task 34.0 in stage 8.0 (TID 459)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.887 [INFO - Executor task launch worker for task 34.0 in stage 8.0 (TID 459)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.889 [INFO - Executor task launch worker for task 34.0 in stage 8.0 (TID 459)] (Logging.scala:57) Finished task 34.0 in stage 8.0 (TID 459). 15687 bytes result sent to driver
18:51:40.890 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 35.0 in stage 8.0 (TID 460) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 35, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.890 [INFO - Executor task launch worker for task 35.0 in stage 8.0 (TID 460)] (Logging.scala:57) Running task 35.0 in stage 8.0 (TID 460)
18:51:40.890 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 34.0 in stage 8.0 (TID 459) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (38/400)
18:51:40.894 [INFO - Executor task launch worker for task 35.0 in stage 8.0 (TID 460)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.894 [INFO - Executor task launch worker for task 35.0 in stage 8.0 (TID 460)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.896 [INFO - Executor task launch worker for task 35.0 in stage 8.0 (TID 460)] (Logging.scala:57) Finished task 35.0 in stage 8.0 (TID 460). 15687 bytes result sent to driver
18:51:40.897 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 36.0 in stage 8.0 (TID 461) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 36, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.897 [INFO - Executor task launch worker for task 36.0 in stage 8.0 (TID 461)] (Logging.scala:57) Running task 36.0 in stage 8.0 (TID 461)
18:51:40.897 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 35.0 in stage 8.0 (TID 460) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (39/400)
18:51:40.901 [INFO - Executor task launch worker for task 36.0 in stage 8.0 (TID 461)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.901 [INFO - Executor task launch worker for task 36.0 in stage 8.0 (TID 461)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.903 [INFO - Executor task launch worker for task 36.0 in stage 8.0 (TID 461)] (Logging.scala:57) Finished task 36.0 in stage 8.0 (TID 461). 15687 bytes result sent to driver
18:51:40.904 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 37.0 in stage 8.0 (TID 462) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 37, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.904 [INFO - Executor task launch worker for task 37.0 in stage 8.0 (TID 462)] (Logging.scala:57) Running task 37.0 in stage 8.0 (TID 462)
18:51:40.904 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 36.0 in stage 8.0 (TID 461) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (40/400)
18:51:40.908 [INFO - Executor task launch worker for task 37.0 in stage 8.0 (TID 462)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.908 [INFO - Executor task launch worker for task 37.0 in stage 8.0 (TID 462)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.910 [INFO - Executor task launch worker for task 37.0 in stage 8.0 (TID 462)] (Logging.scala:57) Finished task 37.0 in stage 8.0 (TID 462). 15687 bytes result sent to driver
18:51:40.911 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 38.0 in stage 8.0 (TID 463) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 38, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.911 [INFO - Executor task launch worker for task 38.0 in stage 8.0 (TID 463)] (Logging.scala:57) Running task 38.0 in stage 8.0 (TID 463)
18:51:40.911 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 37.0 in stage 8.0 (TID 462) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (41/400)
18:51:40.917 [INFO - Executor task launch worker for task 38.0 in stage 8.0 (TID 463)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.917 [INFO - Executor task launch worker for task 38.0 in stage 8.0 (TID 463)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.919 [INFO - Executor task launch worker for task 38.0 in stage 8.0 (TID 463)] (Logging.scala:57) Finished task 38.0 in stage 8.0 (TID 463). 15687 bytes result sent to driver
18:51:40.920 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 39.0 in stage 8.0 (TID 464) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 39, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.920 [INFO - Executor task launch worker for task 39.0 in stage 8.0 (TID 464)] (Logging.scala:57) Running task 39.0 in stage 8.0 (TID 464)
18:51:40.921 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 38.0 in stage 8.0 (TID 463) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (42/400)
18:51:40.924 [INFO - Executor task launch worker for task 39.0 in stage 8.0 (TID 464)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.924 [INFO - Executor task launch worker for task 39.0 in stage 8.0 (TID 464)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.926 [INFO - Executor task launch worker for task 39.0 in stage 8.0 (TID 464)] (Logging.scala:57) Finished task 39.0 in stage 8.0 (TID 464). 15687 bytes result sent to driver
18:51:40.927 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 40.0 in stage 8.0 (TID 465) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 40, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.927 [INFO - Executor task launch worker for task 40.0 in stage 8.0 (TID 465)] (Logging.scala:57) Running task 40.0 in stage 8.0 (TID 465)
18:51:40.927 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 39.0 in stage 8.0 (TID 464) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (43/400)
18:51:40.931 [INFO - Executor task launch worker for task 40.0 in stage 8.0 (TID 465)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.931 [INFO - Executor task launch worker for task 40.0 in stage 8.0 (TID 465)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.933 [INFO - Executor task launch worker for task 40.0 in stage 8.0 (TID 465)] (Logging.scala:57) Finished task 40.0 in stage 8.0 (TID 465). 15687 bytes result sent to driver
18:51:40.934 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 41.0 in stage 8.0 (TID 466) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 41, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.934 [INFO - Executor task launch worker for task 41.0 in stage 8.0 (TID 466)] (Logging.scala:57) Running task 41.0 in stage 8.0 (TID 466)
18:51:40.934 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 40.0 in stage 8.0 (TID 465) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (44/400)
18:51:40.939 [INFO - Executor task launch worker for task 41.0 in stage 8.0 (TID 466)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.939 [INFO - Executor task launch worker for task 41.0 in stage 8.0 (TID 466)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.940 [INFO - Executor task launch worker for task 41.0 in stage 8.0 (TID 466)] (Logging.scala:57) Finished task 41.0 in stage 8.0 (TID 466). 15687 bytes result sent to driver
18:51:40.941 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 42.0 in stage 8.0 (TID 467) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 42, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.941 [INFO - Executor task launch worker for task 42.0 in stage 8.0 (TID 467)] (Logging.scala:57) Running task 42.0 in stage 8.0 (TID 467)
18:51:40.941 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 41.0 in stage 8.0 (TID 466) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (45/400)
18:51:40.945 [INFO - Executor task launch worker for task 42.0 in stage 8.0 (TID 467)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.945 [INFO - Executor task launch worker for task 42.0 in stage 8.0 (TID 467)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.947 [INFO - Executor task launch worker for task 42.0 in stage 8.0 (TID 467)] (Logging.scala:57) Finished task 42.0 in stage 8.0 (TID 467). 15687 bytes result sent to driver
18:51:40.948 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 43.0 in stage 8.0 (TID 468) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 43, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.948 [INFO - Executor task launch worker for task 43.0 in stage 8.0 (TID 468)] (Logging.scala:57) Running task 43.0 in stage 8.0 (TID 468)
18:51:40.948 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 42.0 in stage 8.0 (TID 467) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (46/400)
18:51:40.953 [INFO - Executor task launch worker for task 43.0 in stage 8.0 (TID 468)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.954 [INFO - Executor task launch worker for task 43.0 in stage 8.0 (TID 468)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.956 [INFO - Executor task launch worker for task 43.0 in stage 8.0 (TID 468)] (Logging.scala:57) Finished task 43.0 in stage 8.0 (TID 468). 15687 bytes result sent to driver
18:51:40.957 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 44.0 in stage 8.0 (TID 469) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 44, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.957 [INFO - Executor task launch worker for task 44.0 in stage 8.0 (TID 469)] (Logging.scala:57) Running task 44.0 in stage 8.0 (TID 469)
18:51:40.957 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 43.0 in stage 8.0 (TID 468) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (47/400)
18:51:40.961 [INFO - Executor task launch worker for task 44.0 in stage 8.0 (TID 469)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.961 [INFO - Executor task launch worker for task 44.0 in stage 8.0 (TID 469)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.963 [INFO - Executor task launch worker for task 44.0 in stage 8.0 (TID 469)] (Logging.scala:57) Finished task 44.0 in stage 8.0 (TID 469). 15687 bytes result sent to driver
18:51:40.963 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 45.0 in stage 8.0 (TID 470) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 45, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.964 [INFO - Executor task launch worker for task 45.0 in stage 8.0 (TID 470)] (Logging.scala:57) Running task 45.0 in stage 8.0 (TID 470)
18:51:40.964 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 44.0 in stage 8.0 (TID 469) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (48/400)
18:51:40.967 [INFO - Executor task launch worker for task 45.0 in stage 8.0 (TID 470)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.968 [INFO - Executor task launch worker for task 45.0 in stage 8.0 (TID 470)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.969 [INFO - Executor task launch worker for task 45.0 in stage 8.0 (TID 470)] (Logging.scala:57) Finished task 45.0 in stage 8.0 (TID 470). 15687 bytes result sent to driver
18:51:40.970 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 46.0 in stage 8.0 (TID 471) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 46, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.970 [INFO - Executor task launch worker for task 46.0 in stage 8.0 (TID 471)] (Logging.scala:57) Running task 46.0 in stage 8.0 (TID 471)
18:51:40.970 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 45.0 in stage 8.0 (TID 470) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (49/400)
18:51:40.975 [INFO - Executor task launch worker for task 46.0 in stage 8.0 (TID 471)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.976 [INFO - Executor task launch worker for task 46.0 in stage 8.0 (TID 471)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.978 [INFO - Executor task launch worker for task 46.0 in stage 8.0 (TID 471)] (Logging.scala:57) Finished task 46.0 in stage 8.0 (TID 471). 15687 bytes result sent to driver
18:51:40.979 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 47.0 in stage 8.0 (TID 472) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 47, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.979 [INFO - Executor task launch worker for task 47.0 in stage 8.0 (TID 472)] (Logging.scala:57) Running task 47.0 in stage 8.0 (TID 472)
18:51:40.979 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 46.0 in stage 8.0 (TID 471) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (50/400)
18:51:40.985 [INFO - Executor task launch worker for task 47.0 in stage 8.0 (TID 472)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.985 [INFO - Executor task launch worker for task 47.0 in stage 8.0 (TID 472)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.988 [INFO - Executor task launch worker for task 47.0 in stage 8.0 (TID 472)] (Logging.scala:57) Finished task 47.0 in stage 8.0 (TID 472). 15687 bytes result sent to driver
18:51:40.989 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 48.0 in stage 8.0 (TID 473) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 48, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.989 [INFO - Executor task launch worker for task 48.0 in stage 8.0 (TID 473)] (Logging.scala:57) Running task 48.0 in stage 8.0 (TID 473)
18:51:40.989 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 47.0 in stage 8.0 (TID 472) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (51/400)
18:51:40.993 [INFO - Executor task launch worker for task 48.0 in stage 8.0 (TID 473)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:40.993 [INFO - Executor task launch worker for task 48.0 in stage 8.0 (TID 473)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:40.995 [INFO - Executor task launch worker for task 48.0 in stage 8.0 (TID 473)] (Logging.scala:57) Finished task 48.0 in stage 8.0 (TID 473). 15687 bytes result sent to driver
18:51:40.996 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 49.0 in stage 8.0 (TID 474) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 49, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:40.996 [INFO - Executor task launch worker for task 49.0 in stage 8.0 (TID 474)] (Logging.scala:57) Running task 49.0 in stage 8.0 (TID 474)
18:51:40.996 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 48.0 in stage 8.0 (TID 473) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (52/400)
18:51:41.001 [INFO - Executor task launch worker for task 49.0 in stage 8.0 (TID 474)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.002 [INFO - Executor task launch worker for task 49.0 in stage 8.0 (TID 474)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.004 [INFO - Executor task launch worker for task 49.0 in stage 8.0 (TID 474)] (Logging.scala:57) Finished task 49.0 in stage 8.0 (TID 474). 15687 bytes result sent to driver
18:51:41.005 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 50.0 in stage 8.0 (TID 475) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 50, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.005 [INFO - Executor task launch worker for task 50.0 in stage 8.0 (TID 475)] (Logging.scala:57) Running task 50.0 in stage 8.0 (TID 475)
18:51:41.005 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 49.0 in stage 8.0 (TID 474) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (53/400)
18:51:41.010 [INFO - Executor task launch worker for task 50.0 in stage 8.0 (TID 475)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.010 [INFO - Executor task launch worker for task 50.0 in stage 8.0 (TID 475)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.013 [INFO - Executor task launch worker for task 50.0 in stage 8.0 (TID 475)] (Logging.scala:57) Finished task 50.0 in stage 8.0 (TID 475). 15687 bytes result sent to driver
18:51:41.014 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 51.0 in stage 8.0 (TID 476) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 51, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.014 [INFO - Executor task launch worker for task 51.0 in stage 8.0 (TID 476)] (Logging.scala:57) Running task 51.0 in stage 8.0 (TID 476)
18:51:41.014 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 50.0 in stage 8.0 (TID 475) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (54/400)
18:51:41.019 [INFO - Executor task launch worker for task 51.0 in stage 8.0 (TID 476)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.019 [INFO - Executor task launch worker for task 51.0 in stage 8.0 (TID 476)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.022 [INFO - Executor task launch worker for task 51.0 in stage 8.0 (TID 476)] (Logging.scala:57) Finished task 51.0 in stage 8.0 (TID 476). 15687 bytes result sent to driver
18:51:41.022 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 52.0 in stage 8.0 (TID 477) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 52, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.023 [INFO - Executor task launch worker for task 52.0 in stage 8.0 (TID 477)] (Logging.scala:57) Running task 52.0 in stage 8.0 (TID 477)
18:51:41.023 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 51.0 in stage 8.0 (TID 476) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (55/400)
18:51:41.028 [INFO - Executor task launch worker for task 52.0 in stage 8.0 (TID 477)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.028 [INFO - Executor task launch worker for task 52.0 in stage 8.0 (TID 477)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.031 [INFO - Executor task launch worker for task 52.0 in stage 8.0 (TID 477)] (Logging.scala:57) Finished task 52.0 in stage 8.0 (TID 477). 15687 bytes result sent to driver
18:51:41.032 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 53.0 in stage 8.0 (TID 478) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 53, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.032 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 52.0 in stage 8.0 (TID 477) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (56/400)
18:51:41.035 [INFO - Executor task launch worker for task 53.0 in stage 8.0 (TID 478)] (Logging.scala:57) Running task 53.0 in stage 8.0 (TID 478)
18:51:41.040 [INFO - Executor task launch worker for task 53.0 in stage 8.0 (TID 478)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.040 [INFO - Executor task launch worker for task 53.0 in stage 8.0 (TID 478)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.044 [INFO - Executor task launch worker for task 53.0 in stage 8.0 (TID 478)] (Logging.scala:57) Finished task 53.0 in stage 8.0 (TID 478). 15687 bytes result sent to driver
18:51:41.044 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 54.0 in stage 8.0 (TID 479) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 54, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.045 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 53.0 in stage 8.0 (TID 478) in 13 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (57/400)
18:51:41.045 [INFO - Executor task launch worker for task 54.0 in stage 8.0 (TID 479)] (Logging.scala:57) Running task 54.0 in stage 8.0 (TID 479)
18:51:41.053 [INFO - Executor task launch worker for task 54.0 in stage 8.0 (TID 479)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.053 [INFO - Executor task launch worker for task 54.0 in stage 8.0 (TID 479)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.057 [INFO - Executor task launch worker for task 54.0 in stage 8.0 (TID 479)] (Logging.scala:57) Finished task 54.0 in stage 8.0 (TID 479). 15687 bytes result sent to driver
18:51:41.057 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 55.0 in stage 8.0 (TID 480) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 55, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.058 [INFO - Executor task launch worker for task 55.0 in stage 8.0 (TID 480)] (Logging.scala:57) Running task 55.0 in stage 8.0 (TID 480)
18:51:41.058 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 54.0 in stage 8.0 (TID 479) in 14 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (58/400)
18:51:41.064 [INFO - Executor task launch worker for task 55.0 in stage 8.0 (TID 480)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.064 [INFO - Executor task launch worker for task 55.0 in stage 8.0 (TID 480)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.067 [INFO - Executor task launch worker for task 55.0 in stage 8.0 (TID 480)] (Logging.scala:57) Finished task 55.0 in stage 8.0 (TID 480). 15687 bytes result sent to driver
18:51:41.068 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 56.0 in stage 8.0 (TID 481) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 56, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.069 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 55.0 in stage 8.0 (TID 480) in 11 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (59/400)
18:51:41.069 [INFO - Executor task launch worker for task 56.0 in stage 8.0 (TID 481)] (Logging.scala:57) Running task 56.0 in stage 8.0 (TID 481)
18:51:41.075 [INFO - Executor task launch worker for task 56.0 in stage 8.0 (TID 481)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.075 [INFO - Executor task launch worker for task 56.0 in stage 8.0 (TID 481)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.078 [INFO - Executor task launch worker for task 56.0 in stage 8.0 (TID 481)] (Logging.scala:57) Finished task 56.0 in stage 8.0 (TID 481). 15687 bytes result sent to driver
18:51:41.079 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 57.0 in stage 8.0 (TID 482) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 57, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.080 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 56.0 in stage 8.0 (TID 481) in 12 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (60/400)
18:51:41.080 [INFO - Executor task launch worker for task 57.0 in stage 8.0 (TID 482)] (Logging.scala:57) Running task 57.0 in stage 8.0 (TID 482)
18:51:41.085 [INFO - Executor task launch worker for task 57.0 in stage 8.0 (TID 482)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.086 [INFO - Executor task launch worker for task 57.0 in stage 8.0 (TID 482)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.088 [INFO - Executor task launch worker for task 57.0 in stage 8.0 (TID 482)] (Logging.scala:57) Finished task 57.0 in stage 8.0 (TID 482). 15687 bytes result sent to driver
18:51:41.089 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 58.0 in stage 8.0 (TID 483) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 58, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.089 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 57.0 in stage 8.0 (TID 482) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (61/400)
18:51:41.090 [INFO - Executor task launch worker for task 58.0 in stage 8.0 (TID 483)] (Logging.scala:57) Running task 58.0 in stage 8.0 (TID 483)
18:51:41.096 [INFO - Executor task launch worker for task 58.0 in stage 8.0 (TID 483)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.096 [INFO - Executor task launch worker for task 58.0 in stage 8.0 (TID 483)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.099 [INFO - Executor task launch worker for task 58.0 in stage 8.0 (TID 483)] (Logging.scala:57) Finished task 58.0 in stage 8.0 (TID 483). 15687 bytes result sent to driver
18:51:41.099 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 59.0 in stage 8.0 (TID 484) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 59, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.100 [INFO - Executor task launch worker for task 59.0 in stage 8.0 (TID 484)] (Logging.scala:57) Running task 59.0 in stage 8.0 (TID 484)
18:51:41.100 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 58.0 in stage 8.0 (TID 483) in 11 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (62/400)
18:51:41.104 [INFO - Executor task launch worker for task 59.0 in stage 8.0 (TID 484)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.104 [INFO - Executor task launch worker for task 59.0 in stage 8.0 (TID 484)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.106 [INFO - Executor task launch worker for task 59.0 in stage 8.0 (TID 484)] (Logging.scala:57) Finished task 59.0 in stage 8.0 (TID 484). 15687 bytes result sent to driver
18:51:41.107 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 60.0 in stage 8.0 (TID 485) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 60, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.107 [INFO - Executor task launch worker for task 60.0 in stage 8.0 (TID 485)] (Logging.scala:57) Running task 60.0 in stage 8.0 (TID 485)
18:51:41.108 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 59.0 in stage 8.0 (TID 484) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (63/400)
18:51:41.111 [INFO - Executor task launch worker for task 60.0 in stage 8.0 (TID 485)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.111 [INFO - Executor task launch worker for task 60.0 in stage 8.0 (TID 485)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.113 [INFO - Executor task launch worker for task 60.0 in stage 8.0 (TID 485)] (Logging.scala:57) Finished task 60.0 in stage 8.0 (TID 485). 15687 bytes result sent to driver
18:51:41.114 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 61.0 in stage 8.0 (TID 486) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 61, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.114 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 60.0 in stage 8.0 (TID 485) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (64/400)
18:51:41.114 [INFO - Executor task launch worker for task 61.0 in stage 8.0 (TID 486)] (Logging.scala:57) Running task 61.0 in stage 8.0 (TID 486)
18:51:41.120 [INFO - Executor task launch worker for task 61.0 in stage 8.0 (TID 486)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.120 [INFO - Executor task launch worker for task 61.0 in stage 8.0 (TID 486)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.123 [INFO - Executor task launch worker for task 61.0 in stage 8.0 (TID 486)] (Logging.scala:57) Finished task 61.0 in stage 8.0 (TID 486). 15687 bytes result sent to driver
18:51:41.123 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 62.0 in stage 8.0 (TID 487) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 62, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.124 [INFO - Executor task launch worker for task 62.0 in stage 8.0 (TID 487)] (Logging.scala:57) Running task 62.0 in stage 8.0 (TID 487)
18:51:41.124 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 61.0 in stage 8.0 (TID 486) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (65/400)
18:51:41.128 [INFO - Executor task launch worker for task 62.0 in stage 8.0 (TID 487)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.128 [INFO - Executor task launch worker for task 62.0 in stage 8.0 (TID 487)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.130 [INFO - Executor task launch worker for task 62.0 in stage 8.0 (TID 487)] (Logging.scala:57) Finished task 62.0 in stage 8.0 (TID 487). 15687 bytes result sent to driver
18:51:41.130 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 63.0 in stage 8.0 (TID 488) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 63, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.131 [INFO - Executor task launch worker for task 63.0 in stage 8.0 (TID 488)] (Logging.scala:57) Running task 63.0 in stage 8.0 (TID 488)
18:51:41.131 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 62.0 in stage 8.0 (TID 487) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (66/400)
18:51:41.135 [INFO - Executor task launch worker for task 63.0 in stage 8.0 (TID 488)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.135 [INFO - Executor task launch worker for task 63.0 in stage 8.0 (TID 488)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.137 [INFO - Executor task launch worker for task 63.0 in stage 8.0 (TID 488)] (Logging.scala:57) Finished task 63.0 in stage 8.0 (TID 488). 15687 bytes result sent to driver
18:51:41.137 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 64.0 in stage 8.0 (TID 489) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 64, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.138 [INFO - Executor task launch worker for task 64.0 in stage 8.0 (TID 489)] (Logging.scala:57) Running task 64.0 in stage 8.0 (TID 489)
18:51:41.138 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 63.0 in stage 8.0 (TID 488) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (67/400)
18:51:41.142 [INFO - Executor task launch worker for task 64.0 in stage 8.0 (TID 489)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.142 [INFO - Executor task launch worker for task 64.0 in stage 8.0 (TID 489)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.143 [INFO - Executor task launch worker for task 64.0 in stage 8.0 (TID 489)] (Logging.scala:57) Finished task 64.0 in stage 8.0 (TID 489). 15687 bytes result sent to driver
18:51:41.144 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 65.0 in stage 8.0 (TID 490) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 65, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.144 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 64.0 in stage 8.0 (TID 489) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (68/400)
18:51:41.144 [INFO - Executor task launch worker for task 65.0 in stage 8.0 (TID 490)] (Logging.scala:57) Running task 65.0 in stage 8.0 (TID 490)
18:51:41.148 [INFO - Executor task launch worker for task 65.0 in stage 8.0 (TID 490)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.148 [INFO - Executor task launch worker for task 65.0 in stage 8.0 (TID 490)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.150 [INFO - Executor task launch worker for task 65.0 in stage 8.0 (TID 490)] (Logging.scala:57) Finished task 65.0 in stage 8.0 (TID 490). 15687 bytes result sent to driver
18:51:41.150 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 66.0 in stage 8.0 (TID 491) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 66, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.151 [INFO - Executor task launch worker for task 66.0 in stage 8.0 (TID 491)] (Logging.scala:57) Running task 66.0 in stage 8.0 (TID 491)
18:51:41.151 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 65.0 in stage 8.0 (TID 490) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (69/400)
18:51:41.156 [INFO - Executor task launch worker for task 66.0 in stage 8.0 (TID 491)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.156 [INFO - Executor task launch worker for task 66.0 in stage 8.0 (TID 491)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.159 [INFO - Executor task launch worker for task 66.0 in stage 8.0 (TID 491)] (Logging.scala:57) Finished task 66.0 in stage 8.0 (TID 491). 15687 bytes result sent to driver
18:51:41.160 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 67.0 in stage 8.0 (TID 492) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 67, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.160 [INFO - Executor task launch worker for task 67.0 in stage 8.0 (TID 492)] (Logging.scala:57) Running task 67.0 in stage 8.0 (TID 492)
18:51:41.160 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 66.0 in stage 8.0 (TID 491) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (70/400)
18:51:41.164 [INFO - Executor task launch worker for task 67.0 in stage 8.0 (TID 492)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.164 [INFO - Executor task launch worker for task 67.0 in stage 8.0 (TID 492)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.166 [INFO - Executor task launch worker for task 67.0 in stage 8.0 (TID 492)] (Logging.scala:57) Finished task 67.0 in stage 8.0 (TID 492). 15687 bytes result sent to driver
18:51:41.167 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 68.0 in stage 8.0 (TID 493) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 68, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.167 [INFO - Executor task launch worker for task 68.0 in stage 8.0 (TID 493)] (Logging.scala:57) Running task 68.0 in stage 8.0 (TID 493)
18:51:41.168 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 67.0 in stage 8.0 (TID 492) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (71/400)
18:51:41.171 [INFO - Executor task launch worker for task 68.0 in stage 8.0 (TID 493)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.172 [INFO - Executor task launch worker for task 68.0 in stage 8.0 (TID 493)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.173 [INFO - Executor task launch worker for task 68.0 in stage 8.0 (TID 493)] (Logging.scala:57) Finished task 68.0 in stage 8.0 (TID 493). 15687 bytes result sent to driver
18:51:41.174 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 70.0 in stage 8.0 (TID 494) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 70, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.174 [INFO - Executor task launch worker for task 70.0 in stage 8.0 (TID 494)] (Logging.scala:57) Running task 70.0 in stage 8.0 (TID 494)
18:51:41.174 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 68.0 in stage 8.0 (TID 493) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (72/400)
18:51:41.180 [INFO - Executor task launch worker for task 70.0 in stage 8.0 (TID 494)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.180 [INFO - Executor task launch worker for task 70.0 in stage 8.0 (TID 494)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.183 [INFO - Executor task launch worker for task 70.0 in stage 8.0 (TID 494)] (Logging.scala:57) Finished task 70.0 in stage 8.0 (TID 494). 15687 bytes result sent to driver
18:51:41.183 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 71.0 in stage 8.0 (TID 495) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 71, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.183 [INFO - Executor task launch worker for task 71.0 in stage 8.0 (TID 495)] (Logging.scala:57) Running task 71.0 in stage 8.0 (TID 495)
18:51:41.184 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 70.0 in stage 8.0 (TID 494) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (73/400)
18:51:41.187 [INFO - Executor task launch worker for task 71.0 in stage 8.0 (TID 495)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.187 [INFO - Executor task launch worker for task 71.0 in stage 8.0 (TID 495)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.189 [INFO - Executor task launch worker for task 71.0 in stage 8.0 (TID 495)] (Logging.scala:57) Finished task 71.0 in stage 8.0 (TID 495). 15687 bytes result sent to driver
18:51:41.189 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 72.0 in stage 8.0 (TID 496) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 72, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.190 [INFO - Executor task launch worker for task 72.0 in stage 8.0 (TID 496)] (Logging.scala:57) Running task 72.0 in stage 8.0 (TID 496)
18:51:41.190 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 71.0 in stage 8.0 (TID 495) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (74/400)
18:51:41.193 [INFO - Executor task launch worker for task 72.0 in stage 8.0 (TID 496)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.193 [INFO - Executor task launch worker for task 72.0 in stage 8.0 (TID 496)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.195 [INFO - Executor task launch worker for task 72.0 in stage 8.0 (TID 496)] (Logging.scala:57) Finished task 72.0 in stage 8.0 (TID 496). 15687 bytes result sent to driver
18:51:41.195 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 73.0 in stage 8.0 (TID 497) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 73, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.196 [INFO - Executor task launch worker for task 73.0 in stage 8.0 (TID 497)] (Logging.scala:57) Running task 73.0 in stage 8.0 (TID 497)
18:51:41.196 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 72.0 in stage 8.0 (TID 496) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (75/400)
18:51:41.199 [INFO - Executor task launch worker for task 73.0 in stage 8.0 (TID 497)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.199 [INFO - Executor task launch worker for task 73.0 in stage 8.0 (TID 497)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.201 [INFO - Executor task launch worker for task 73.0 in stage 8.0 (TID 497)] (Logging.scala:57) Finished task 73.0 in stage 8.0 (TID 497). 15687 bytes result sent to driver
18:51:41.202 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 74.0 in stage 8.0 (TID 498) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 74, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.202 [INFO - Executor task launch worker for task 74.0 in stage 8.0 (TID 498)] (Logging.scala:57) Running task 74.0 in stage 8.0 (TID 498)
18:51:41.202 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 73.0 in stage 8.0 (TID 497) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (76/400)
18:51:41.207 [INFO - Executor task launch worker for task 74.0 in stage 8.0 (TID 498)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.207 [INFO - Executor task launch worker for task 74.0 in stage 8.0 (TID 498)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.210 [INFO - Executor task launch worker for task 74.0 in stage 8.0 (TID 498)] (Logging.scala:57) Finished task 74.0 in stage 8.0 (TID 498). 15687 bytes result sent to driver
18:51:41.223 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 75.0 in stage 8.0 (TID 499) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 75, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.223 [INFO - Executor task launch worker for task 75.0 in stage 8.0 (TID 499)] (Logging.scala:57) Running task 75.0 in stage 8.0 (TID 499)
18:51:41.223 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 74.0 in stage 8.0 (TID 498) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (77/400)
18:51:41.227 [INFO - Executor task launch worker for task 75.0 in stage 8.0 (TID 499)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.227 [INFO - Executor task launch worker for task 75.0 in stage 8.0 (TID 499)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.229 [INFO - Executor task launch worker for task 75.0 in stage 8.0 (TID 499)] (Logging.scala:57) Finished task 75.0 in stage 8.0 (TID 499). 15687 bytes result sent to driver
18:51:41.230 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 76.0 in stage 8.0 (TID 500) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 76, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.230 [INFO - Executor task launch worker for task 76.0 in stage 8.0 (TID 500)] (Logging.scala:57) Running task 76.0 in stage 8.0 (TID 500)
18:51:41.231 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 75.0 in stage 8.0 (TID 499) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (78/400)
18:51:41.234 [INFO - Executor task launch worker for task 76.0 in stage 8.0 (TID 500)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.234 [INFO - Executor task launch worker for task 76.0 in stage 8.0 (TID 500)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.236 [INFO - Executor task launch worker for task 76.0 in stage 8.0 (TID 500)] (Logging.scala:57) Finished task 76.0 in stage 8.0 (TID 500). 15687 bytes result sent to driver
18:51:41.236 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 77.0 in stage 8.0 (TID 501) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 77, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.237 [INFO - Executor task launch worker for task 77.0 in stage 8.0 (TID 501)] (Logging.scala:57) Running task 77.0 in stage 8.0 (TID 501)
18:51:41.237 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 76.0 in stage 8.0 (TID 500) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (79/400)
18:51:41.241 [INFO - Executor task launch worker for task 77.0 in stage 8.0 (TID 501)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.241 [INFO - Executor task launch worker for task 77.0 in stage 8.0 (TID 501)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.243 [INFO - Executor task launch worker for task 77.0 in stage 8.0 (TID 501)] (Logging.scala:57) Finished task 77.0 in stage 8.0 (TID 501). 15687 bytes result sent to driver
18:51:41.243 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 78.0 in stage 8.0 (TID 502) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 78, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.244 [INFO - Executor task launch worker for task 78.0 in stage 8.0 (TID 502)] (Logging.scala:57) Running task 78.0 in stage 8.0 (TID 502)
18:51:41.244 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 77.0 in stage 8.0 (TID 501) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (80/400)
18:51:41.248 [INFO - Executor task launch worker for task 78.0 in stage 8.0 (TID 502)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.248 [INFO - Executor task launch worker for task 78.0 in stage 8.0 (TID 502)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.249 [INFO - Executor task launch worker for task 78.0 in stage 8.0 (TID 502)] (Logging.scala:57) Finished task 78.0 in stage 8.0 (TID 502). 15687 bytes result sent to driver
18:51:41.250 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 79.0 in stage 8.0 (TID 503) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 79, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.250 [INFO - Executor task launch worker for task 79.0 in stage 8.0 (TID 503)] (Logging.scala:57) Running task 79.0 in stage 8.0 (TID 503)
18:51:41.250 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 78.0 in stage 8.0 (TID 502) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (81/400)
18:51:41.256 [INFO - Executor task launch worker for task 79.0 in stage 8.0 (TID 503)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.256 [INFO - Executor task launch worker for task 79.0 in stage 8.0 (TID 503)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.258 [INFO - Executor task launch worker for task 79.0 in stage 8.0 (TID 503)] (Logging.scala:57) Finished task 79.0 in stage 8.0 (TID 503). 15687 bytes result sent to driver
18:51:41.259 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 80.0 in stage 8.0 (TID 504) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 80, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.259 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 79.0 in stage 8.0 (TID 503) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (82/400)
18:51:41.259 [INFO - Executor task launch worker for task 80.0 in stage 8.0 (TID 504)] (Logging.scala:57) Running task 80.0 in stage 8.0 (TID 504)
18:51:41.265 [INFO - Executor task launch worker for task 80.0 in stage 8.0 (TID 504)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.265 [INFO - Executor task launch worker for task 80.0 in stage 8.0 (TID 504)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.267 [INFO - Executor task launch worker for task 80.0 in stage 8.0 (TID 504)] (Logging.scala:57) Finished task 80.0 in stage 8.0 (TID 504). 15687 bytes result sent to driver
18:51:41.268 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 81.0 in stage 8.0 (TID 505) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 81, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.268 [INFO - Executor task launch worker for task 81.0 in stage 8.0 (TID 505)] (Logging.scala:57) Running task 81.0 in stage 8.0 (TID 505)
18:51:41.268 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 80.0 in stage 8.0 (TID 504) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (83/400)
18:51:41.273 [INFO - Executor task launch worker for task 81.0 in stage 8.0 (TID 505)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.274 [INFO - Executor task launch worker for task 81.0 in stage 8.0 (TID 505)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.276 [INFO - Executor task launch worker for task 81.0 in stage 8.0 (TID 505)] (Logging.scala:57) Finished task 81.0 in stage 8.0 (TID 505). 15687 bytes result sent to driver
18:51:41.277 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 82.0 in stage 8.0 (TID 506) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 82, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.277 [INFO - Executor task launch worker for task 82.0 in stage 8.0 (TID 506)] (Logging.scala:57) Running task 82.0 in stage 8.0 (TID 506)
18:51:41.277 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 81.0 in stage 8.0 (TID 505) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (84/400)
18:51:41.282 [INFO - Executor task launch worker for task 82.0 in stage 8.0 (TID 506)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.283 [INFO - Executor task launch worker for task 82.0 in stage 8.0 (TID 506)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.285 [INFO - Executor task launch worker for task 82.0 in stage 8.0 (TID 506)] (Logging.scala:57) Finished task 82.0 in stage 8.0 (TID 506). 15687 bytes result sent to driver
18:51:41.286 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 83.0 in stage 8.0 (TID 507) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 83, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.286 [INFO - Executor task launch worker for task 83.0 in stage 8.0 (TID 507)] (Logging.scala:57) Running task 83.0 in stage 8.0 (TID 507)
18:51:41.286 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 82.0 in stage 8.0 (TID 506) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (85/400)
18:51:41.291 [INFO - Executor task launch worker for task 83.0 in stage 8.0 (TID 507)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.291 [INFO - Executor task launch worker for task 83.0 in stage 8.0 (TID 507)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.293 [INFO - Executor task launch worker for task 83.0 in stage 8.0 (TID 507)] (Logging.scala:57) Finished task 83.0 in stage 8.0 (TID 507). 15687 bytes result sent to driver
18:51:41.294 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 84.0 in stage 8.0 (TID 508) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 84, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.294 [INFO - Executor task launch worker for task 84.0 in stage 8.0 (TID 508)] (Logging.scala:57) Running task 84.0 in stage 8.0 (TID 508)
18:51:41.294 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 83.0 in stage 8.0 (TID 507) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (86/400)
18:51:41.298 [INFO - Executor task launch worker for task 84.0 in stage 8.0 (TID 508)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.298 [INFO - Executor task launch worker for task 84.0 in stage 8.0 (TID 508)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.300 [INFO - Executor task launch worker for task 84.0 in stage 8.0 (TID 508)] (Logging.scala:57) Finished task 84.0 in stage 8.0 (TID 508). 15687 bytes result sent to driver
18:51:41.301 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 85.0 in stage 8.0 (TID 509) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 85, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.302 [INFO - Executor task launch worker for task 85.0 in stage 8.0 (TID 509)] (Logging.scala:57) Running task 85.0 in stage 8.0 (TID 509)
18:51:41.302 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 84.0 in stage 8.0 (TID 508) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (87/400)
18:51:41.306 [INFO - Executor task launch worker for task 85.0 in stage 8.0 (TID 509)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.306 [INFO - Executor task launch worker for task 85.0 in stage 8.0 (TID 509)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.308 [INFO - Executor task launch worker for task 85.0 in stage 8.0 (TID 509)] (Logging.scala:57) Finished task 85.0 in stage 8.0 (TID 509). 15687 bytes result sent to driver
18:51:41.308 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 86.0 in stage 8.0 (TID 510) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 86, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.309 [INFO - Executor task launch worker for task 86.0 in stage 8.0 (TID 510)] (Logging.scala:57) Running task 86.0 in stage 8.0 (TID 510)
18:51:41.309 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 85.0 in stage 8.0 (TID 509) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (88/400)
18:51:41.314 [INFO - Executor task launch worker for task 86.0 in stage 8.0 (TID 510)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.314 [INFO - Executor task launch worker for task 86.0 in stage 8.0 (TID 510)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.316 [INFO - Executor task launch worker for task 86.0 in stage 8.0 (TID 510)] (Logging.scala:57) Finished task 86.0 in stage 8.0 (TID 510). 15687 bytes result sent to driver
18:51:41.317 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 87.0 in stage 8.0 (TID 511) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 87, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.317 [INFO - Executor task launch worker for task 87.0 in stage 8.0 (TID 511)] (Logging.scala:57) Running task 87.0 in stage 8.0 (TID 511)
18:51:41.318 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 86.0 in stage 8.0 (TID 510) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (89/400)
18:51:41.323 [INFO - Executor task launch worker for task 87.0 in stage 8.0 (TID 511)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.324 [INFO - Executor task launch worker for task 87.0 in stage 8.0 (TID 511)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.326 [INFO - Executor task launch worker for task 87.0 in stage 8.0 (TID 511)] (Logging.scala:57) Finished task 87.0 in stage 8.0 (TID 511). 15687 bytes result sent to driver
18:51:41.327 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 88.0 in stage 8.0 (TID 512) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 88, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.327 [INFO - Executor task launch worker for task 88.0 in stage 8.0 (TID 512)] (Logging.scala:57) Running task 88.0 in stage 8.0 (TID 512)
18:51:41.328 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 87.0 in stage 8.0 (TID 511) in 11 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (90/400)
18:51:41.332 [INFO - Executor task launch worker for task 88.0 in stage 8.0 (TID 512)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.333 [INFO - Executor task launch worker for task 88.0 in stage 8.0 (TID 512)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.335 [INFO - Executor task launch worker for task 88.0 in stage 8.0 (TID 512)] (Logging.scala:57) Finished task 88.0 in stage 8.0 (TID 512). 15687 bytes result sent to driver
18:51:41.335 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 89.0 in stage 8.0 (TID 513) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 89, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.336 [INFO - Executor task launch worker for task 89.0 in stage 8.0 (TID 513)] (Logging.scala:57) Running task 89.0 in stage 8.0 (TID 513)
18:51:41.336 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 88.0 in stage 8.0 (TID 512) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (91/400)
18:51:41.339 [INFO - Executor task launch worker for task 89.0 in stage 8.0 (TID 513)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.340 [INFO - Executor task launch worker for task 89.0 in stage 8.0 (TID 513)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.341 [INFO - Executor task launch worker for task 89.0 in stage 8.0 (TID 513)] (Logging.scala:57) Finished task 89.0 in stage 8.0 (TID 513). 15687 bytes result sent to driver
18:51:41.342 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 90.0 in stage 8.0 (TID 514) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 90, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.342 [INFO - Executor task launch worker for task 90.0 in stage 8.0 (TID 514)] (Logging.scala:57) Running task 90.0 in stage 8.0 (TID 514)
18:51:41.342 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 89.0 in stage 8.0 (TID 513) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (92/400)
18:51:41.347 [INFO - Executor task launch worker for task 90.0 in stage 8.0 (TID 514)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.347 [INFO - Executor task launch worker for task 90.0 in stage 8.0 (TID 514)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.349 [INFO - Executor task launch worker for task 90.0 in stage 8.0 (TID 514)] (Logging.scala:57) Finished task 90.0 in stage 8.0 (TID 514). 15687 bytes result sent to driver
18:51:41.349 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 91.0 in stage 8.0 (TID 515) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 91, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.350 [INFO - Executor task launch worker for task 91.0 in stage 8.0 (TID 515)] (Logging.scala:57) Running task 91.0 in stage 8.0 (TID 515)
18:51:41.350 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 90.0 in stage 8.0 (TID 514) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (93/400)
18:51:41.354 [INFO - Executor task launch worker for task 91.0 in stage 8.0 (TID 515)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.354 [INFO - Executor task launch worker for task 91.0 in stage 8.0 (TID 515)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.356 [INFO - Executor task launch worker for task 91.0 in stage 8.0 (TID 515)] (Logging.scala:57) Finished task 91.0 in stage 8.0 (TID 515). 15687 bytes result sent to driver
18:51:41.356 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 92.0 in stage 8.0 (TID 516) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 92, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.356 [INFO - Executor task launch worker for task 92.0 in stage 8.0 (TID 516)] (Logging.scala:57) Running task 92.0 in stage 8.0 (TID 516)
18:51:41.357 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 91.0 in stage 8.0 (TID 515) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (94/400)
18:51:41.361 [INFO - Executor task launch worker for task 92.0 in stage 8.0 (TID 516)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.361 [INFO - Executor task launch worker for task 92.0 in stage 8.0 (TID 516)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.363 [INFO - Executor task launch worker for task 92.0 in stage 8.0 (TID 516)] (Logging.scala:57) Finished task 92.0 in stage 8.0 (TID 516). 15687 bytes result sent to driver
18:51:41.364 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 93.0 in stage 8.0 (TID 517) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 93, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.364 [INFO - Executor task launch worker for task 93.0 in stage 8.0 (TID 517)] (Logging.scala:57) Running task 93.0 in stage 8.0 (TID 517)
18:51:41.364 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 92.0 in stage 8.0 (TID 516) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (95/400)
18:51:41.369 [INFO - Executor task launch worker for task 93.0 in stage 8.0 (TID 517)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.369 [INFO - Executor task launch worker for task 93.0 in stage 8.0 (TID 517)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.371 [INFO - Executor task launch worker for task 93.0 in stage 8.0 (TID 517)] (Logging.scala:57) Finished task 93.0 in stage 8.0 (TID 517). 15687 bytes result sent to driver
18:51:41.372 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 94.0 in stage 8.0 (TID 518) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 94, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.372 [INFO - Executor task launch worker for task 94.0 in stage 8.0 (TID 518)] (Logging.scala:57) Running task 94.0 in stage 8.0 (TID 518)
18:51:41.372 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 93.0 in stage 8.0 (TID 517) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (96/400)
18:51:41.376 [INFO - Executor task launch worker for task 94.0 in stage 8.0 (TID 518)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.376 [INFO - Executor task launch worker for task 94.0 in stage 8.0 (TID 518)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.378 [INFO - Executor task launch worker for task 94.0 in stage 8.0 (TID 518)] (Logging.scala:57) Finished task 94.0 in stage 8.0 (TID 518). 15687 bytes result sent to driver
18:51:41.378 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 95.0 in stage 8.0 (TID 519) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 95, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.379 [INFO - Executor task launch worker for task 95.0 in stage 8.0 (TID 519)] (Logging.scala:57) Running task 95.0 in stage 8.0 (TID 519)
18:51:41.379 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 94.0 in stage 8.0 (TID 518) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (97/400)
18:51:41.382 [INFO - Executor task launch worker for task 95.0 in stage 8.0 (TID 519)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.382 [INFO - Executor task launch worker for task 95.0 in stage 8.0 (TID 519)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.384 [INFO - Executor task launch worker for task 95.0 in stage 8.0 (TID 519)] (Logging.scala:57) Finished task 95.0 in stage 8.0 (TID 519). 15687 bytes result sent to driver
18:51:41.385 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 96.0 in stage 8.0 (TID 520) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 96, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.385 [INFO - Executor task launch worker for task 96.0 in stage 8.0 (TID 520)] (Logging.scala:57) Running task 96.0 in stage 8.0 (TID 520)
18:51:41.385 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 95.0 in stage 8.0 (TID 519) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (98/400)
18:51:41.390 [INFO - Executor task launch worker for task 96.0 in stage 8.0 (TID 520)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.390 [INFO - Executor task launch worker for task 96.0 in stage 8.0 (TID 520)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.392 [INFO - Executor task launch worker for task 96.0 in stage 8.0 (TID 520)] (Logging.scala:57) Finished task 96.0 in stage 8.0 (TID 520). 15687 bytes result sent to driver
18:51:41.393 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 97.0 in stage 8.0 (TID 521) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 97, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.393 [INFO - Executor task launch worker for task 97.0 in stage 8.0 (TID 521)] (Logging.scala:57) Running task 97.0 in stage 8.0 (TID 521)
18:51:41.393 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 96.0 in stage 8.0 (TID 520) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (99/400)
18:51:41.397 [INFO - Executor task launch worker for task 97.0 in stage 8.0 (TID 521)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.397 [INFO - Executor task launch worker for task 97.0 in stage 8.0 (TID 521)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.399 [INFO - Executor task launch worker for task 97.0 in stage 8.0 (TID 521)] (Logging.scala:57) Finished task 97.0 in stage 8.0 (TID 521). 15687 bytes result sent to driver
18:51:41.400 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 98.0 in stage 8.0 (TID 522) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 98, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.400 [INFO - Executor task launch worker for task 98.0 in stage 8.0 (TID 522)] (Logging.scala:57) Running task 98.0 in stage 8.0 (TID 522)
18:51:41.400 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 97.0 in stage 8.0 (TID 521) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (100/400)
18:51:41.404 [INFO - Executor task launch worker for task 98.0 in stage 8.0 (TID 522)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.404 [INFO - Executor task launch worker for task 98.0 in stage 8.0 (TID 522)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.406 [INFO - Executor task launch worker for task 98.0 in stage 8.0 (TID 522)] (Logging.scala:57) Finished task 98.0 in stage 8.0 (TID 522). 15687 bytes result sent to driver
18:51:41.407 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 99.0 in stage 8.0 (TID 523) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 99, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.407 [INFO - Executor task launch worker for task 99.0 in stage 8.0 (TID 523)] (Logging.scala:57) Running task 99.0 in stage 8.0 (TID 523)
18:51:41.407 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 98.0 in stage 8.0 (TID 522) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (101/400)
18:51:41.412 [INFO - Executor task launch worker for task 99.0 in stage 8.0 (TID 523)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.413 [INFO - Executor task launch worker for task 99.0 in stage 8.0 (TID 523)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.415 [INFO - Executor task launch worker for task 99.0 in stage 8.0 (TID 523)] (Logging.scala:57) Finished task 99.0 in stage 8.0 (TID 523). 15687 bytes result sent to driver
18:51:41.416 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 100.0 in stage 8.0 (TID 524) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 100, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.416 [INFO - Executor task launch worker for task 100.0 in stage 8.0 (TID 524)] (Logging.scala:57) Running task 100.0 in stage 8.0 (TID 524)
18:51:41.416 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 99.0 in stage 8.0 (TID 523) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (102/400)
18:51:41.420 [INFO - Executor task launch worker for task 100.0 in stage 8.0 (TID 524)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.420 [INFO - Executor task launch worker for task 100.0 in stage 8.0 (TID 524)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.422 [INFO - Executor task launch worker for task 100.0 in stage 8.0 (TID 524)] (Logging.scala:57) Finished task 100.0 in stage 8.0 (TID 524). 15687 bytes result sent to driver
18:51:41.423 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 101.0 in stage 8.0 (TID 525) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 101, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.423 [INFO - Executor task launch worker for task 101.0 in stage 8.0 (TID 525)] (Logging.scala:57) Running task 101.0 in stage 8.0 (TID 525)
18:51:41.423 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 100.0 in stage 8.0 (TID 524) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (103/400)
18:51:41.427 [INFO - Executor task launch worker for task 101.0 in stage 8.0 (TID 525)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.427 [INFO - Executor task launch worker for task 101.0 in stage 8.0 (TID 525)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.429 [INFO - Executor task launch worker for task 101.0 in stage 8.0 (TID 525)] (Logging.scala:57) Finished task 101.0 in stage 8.0 (TID 525). 15687 bytes result sent to driver
18:51:41.429 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 102.0 in stage 8.0 (TID 526) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 102, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.430 [INFO - Executor task launch worker for task 102.0 in stage 8.0 (TID 526)] (Logging.scala:57) Running task 102.0 in stage 8.0 (TID 526)
18:51:41.430 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 101.0 in stage 8.0 (TID 525) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (104/400)
18:51:41.433 [INFO - Executor task launch worker for task 102.0 in stage 8.0 (TID 526)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.433 [INFO - Executor task launch worker for task 102.0 in stage 8.0 (TID 526)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.435 [INFO - Executor task launch worker for task 102.0 in stage 8.0 (TID 526)] (Logging.scala:57) Finished task 102.0 in stage 8.0 (TID 526). 15687 bytes result sent to driver
18:51:41.436 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 103.0 in stage 8.0 (TID 527) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 103, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.436 [INFO - Executor task launch worker for task 103.0 in stage 8.0 (TID 527)] (Logging.scala:57) Running task 103.0 in stage 8.0 (TID 527)
18:51:41.436 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 102.0 in stage 8.0 (TID 526) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (105/400)
18:51:41.441 [INFO - Executor task launch worker for task 103.0 in stage 8.0 (TID 527)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.441 [INFO - Executor task launch worker for task 103.0 in stage 8.0 (TID 527)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.443 [INFO - Executor task launch worker for task 103.0 in stage 8.0 (TID 527)] (Logging.scala:57) Finished task 103.0 in stage 8.0 (TID 527). 15687 bytes result sent to driver
18:51:41.444 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 104.0 in stage 8.0 (TID 528) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 104, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.444 [INFO - Executor task launch worker for task 104.0 in stage 8.0 (TID 528)] (Logging.scala:57) Running task 104.0 in stage 8.0 (TID 528)
18:51:41.445 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 103.0 in stage 8.0 (TID 527) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (106/400)
18:51:41.448 [INFO - Executor task launch worker for task 104.0 in stage 8.0 (TID 528)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.448 [INFO - Executor task launch worker for task 104.0 in stage 8.0 (TID 528)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.450 [INFO - Executor task launch worker for task 104.0 in stage 8.0 (TID 528)] (Logging.scala:57) Finished task 104.0 in stage 8.0 (TID 528). 15687 bytes result sent to driver
18:51:41.451 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 105.0 in stage 8.0 (TID 529) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 105, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.451 [INFO - Executor task launch worker for task 105.0 in stage 8.0 (TID 529)] (Logging.scala:57) Running task 105.0 in stage 8.0 (TID 529)
18:51:41.451 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 104.0 in stage 8.0 (TID 528) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (107/400)
18:51:41.455 [INFO - Executor task launch worker for task 105.0 in stage 8.0 (TID 529)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.455 [INFO - Executor task launch worker for task 105.0 in stage 8.0 (TID 529)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.457 [INFO - Executor task launch worker for task 105.0 in stage 8.0 (TID 529)] (Logging.scala:57) Finished task 105.0 in stage 8.0 (TID 529). 15687 bytes result sent to driver
18:51:41.457 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 106.0 in stage 8.0 (TID 530) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 106, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.458 [INFO - Executor task launch worker for task 106.0 in stage 8.0 (TID 530)] (Logging.scala:57) Running task 106.0 in stage 8.0 (TID 530)
18:51:41.458 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 105.0 in stage 8.0 (TID 529) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (108/400)
18:51:41.461 [INFO - Executor task launch worker for task 106.0 in stage 8.0 (TID 530)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.461 [INFO - Executor task launch worker for task 106.0 in stage 8.0 (TID 530)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.463 [INFO - Executor task launch worker for task 106.0 in stage 8.0 (TID 530)] (Logging.scala:57) Finished task 106.0 in stage 8.0 (TID 530). 15687 bytes result sent to driver
18:51:41.464 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 107.0 in stage 8.0 (TID 531) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 107, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.464 [INFO - Executor task launch worker for task 107.0 in stage 8.0 (TID 531)] (Logging.scala:57) Running task 107.0 in stage 8.0 (TID 531)
18:51:41.464 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 106.0 in stage 8.0 (TID 530) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (109/400)
18:51:41.469 [INFO - Executor task launch worker for task 107.0 in stage 8.0 (TID 531)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.469 [INFO - Executor task launch worker for task 107.0 in stage 8.0 (TID 531)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.471 [INFO - Executor task launch worker for task 107.0 in stage 8.0 (TID 531)] (Logging.scala:57) Finished task 107.0 in stage 8.0 (TID 531). 15687 bytes result sent to driver
18:51:41.472 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 108.0 in stage 8.0 (TID 532) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 108, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.472 [INFO - Executor task launch worker for task 108.0 in stage 8.0 (TID 532)] (Logging.scala:57) Running task 108.0 in stage 8.0 (TID 532)
18:51:41.472 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 107.0 in stage 8.0 (TID 531) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (110/400)
18:51:41.475 [INFO - Executor task launch worker for task 108.0 in stage 8.0 (TID 532)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.475 [INFO - Executor task launch worker for task 108.0 in stage 8.0 (TID 532)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.477 [INFO - Executor task launch worker for task 108.0 in stage 8.0 (TID 532)] (Logging.scala:57) Finished task 108.0 in stage 8.0 (TID 532). 15687 bytes result sent to driver
18:51:41.478 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 109.0 in stage 8.0 (TID 533) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 109, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.478 [INFO - Executor task launch worker for task 109.0 in stage 8.0 (TID 533)] (Logging.scala:57) Running task 109.0 in stage 8.0 (TID 533)
18:51:41.478 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 108.0 in stage 8.0 (TID 532) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (111/400)
18:51:41.483 [INFO - Executor task launch worker for task 109.0 in stage 8.0 (TID 533)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.483 [INFO - Executor task launch worker for task 109.0 in stage 8.0 (TID 533)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.485 [INFO - Executor task launch worker for task 109.0 in stage 8.0 (TID 533)] (Logging.scala:57) Finished task 109.0 in stage 8.0 (TID 533). 15687 bytes result sent to driver
18:51:41.486 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 110.0 in stage 8.0 (TID 534) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 110, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.486 [INFO - Executor task launch worker for task 110.0 in stage 8.0 (TID 534)] (Logging.scala:57) Running task 110.0 in stage 8.0 (TID 534)
18:51:41.486 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 109.0 in stage 8.0 (TID 533) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (112/400)
18:51:41.490 [INFO - Executor task launch worker for task 110.0 in stage 8.0 (TID 534)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.490 [INFO - Executor task launch worker for task 110.0 in stage 8.0 (TID 534)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.492 [INFO - Executor task launch worker for task 110.0 in stage 8.0 (TID 534)] (Logging.scala:57) Finished task 110.0 in stage 8.0 (TID 534). 15687 bytes result sent to driver
18:51:41.493 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 111.0 in stage 8.0 (TID 535) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 111, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.493 [INFO - Executor task launch worker for task 111.0 in stage 8.0 (TID 535)] (Logging.scala:57) Running task 111.0 in stage 8.0 (TID 535)
18:51:41.493 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 110.0 in stage 8.0 (TID 534) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (113/400)
18:51:41.497 [INFO - Executor task launch worker for task 111.0 in stage 8.0 (TID 535)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.497 [INFO - Executor task launch worker for task 111.0 in stage 8.0 (TID 535)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.500 [INFO - Executor task launch worker for task 111.0 in stage 8.0 (TID 535)] (Logging.scala:57) Finished task 111.0 in stage 8.0 (TID 535). 15687 bytes result sent to driver
18:51:41.500 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 112.0 in stage 8.0 (TID 536) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 112, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.501 [INFO - Executor task launch worker for task 112.0 in stage 8.0 (TID 536)] (Logging.scala:57) Running task 112.0 in stage 8.0 (TID 536)
18:51:41.501 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 111.0 in stage 8.0 (TID 535) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (114/400)
18:51:41.505 [INFO - Executor task launch worker for task 112.0 in stage 8.0 (TID 536)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.505 [INFO - Executor task launch worker for task 112.0 in stage 8.0 (TID 536)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.507 [INFO - Executor task launch worker for task 112.0 in stage 8.0 (TID 536)] (Logging.scala:57) Finished task 112.0 in stage 8.0 (TID 536). 15687 bytes result sent to driver
18:51:41.508 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 113.0 in stage 8.0 (TID 537) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 113, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.508 [INFO - Executor task launch worker for task 113.0 in stage 8.0 (TID 537)] (Logging.scala:57) Running task 113.0 in stage 8.0 (TID 537)
18:51:41.508 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 112.0 in stage 8.0 (TID 536) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (115/400)
18:51:41.513 [INFO - Executor task launch worker for task 113.0 in stage 8.0 (TID 537)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.513 [INFO - Executor task launch worker for task 113.0 in stage 8.0 (TID 537)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.515 [INFO - Executor task launch worker for task 113.0 in stage 8.0 (TID 537)] (Logging.scala:57) Finished task 113.0 in stage 8.0 (TID 537). 15687 bytes result sent to driver
18:51:41.515 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 114.0 in stage 8.0 (TID 538) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 114, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.516 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 113.0 in stage 8.0 (TID 537) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (116/400)
18:51:41.516 [INFO - Executor task launch worker for task 114.0 in stage 8.0 (TID 538)] (Logging.scala:57) Running task 114.0 in stage 8.0 (TID 538)
18:51:41.520 [INFO - Executor task launch worker for task 114.0 in stage 8.0 (TID 538)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.520 [INFO - Executor task launch worker for task 114.0 in stage 8.0 (TID 538)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.522 [INFO - Executor task launch worker for task 114.0 in stage 8.0 (TID 538)] (Logging.scala:57) Finished task 114.0 in stage 8.0 (TID 538). 15687 bytes result sent to driver
18:51:41.522 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 115.0 in stage 8.0 (TID 539) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 115, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.523 [INFO - Executor task launch worker for task 115.0 in stage 8.0 (TID 539)] (Logging.scala:57) Running task 115.0 in stage 8.0 (TID 539)
18:51:41.523 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 114.0 in stage 8.0 (TID 538) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (117/400)
18:51:41.528 [INFO - Executor task launch worker for task 115.0 in stage 8.0 (TID 539)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.528 [INFO - Executor task launch worker for task 115.0 in stage 8.0 (TID 539)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.531 [INFO - Executor task launch worker for task 115.0 in stage 8.0 (TID 539)] (Logging.scala:57) Finished task 115.0 in stage 8.0 (TID 539). 15687 bytes result sent to driver
18:51:41.531 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 116.0 in stage 8.0 (TID 540) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 116, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.532 [INFO - Executor task launch worker for task 116.0 in stage 8.0 (TID 540)] (Logging.scala:57) Running task 116.0 in stage 8.0 (TID 540)
18:51:41.532 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 115.0 in stage 8.0 (TID 539) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (118/400)
18:51:41.536 [INFO - Executor task launch worker for task 116.0 in stage 8.0 (TID 540)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.536 [INFO - Executor task launch worker for task 116.0 in stage 8.0 (TID 540)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.538 [INFO - Executor task launch worker for task 116.0 in stage 8.0 (TID 540)] (Logging.scala:57) Finished task 116.0 in stage 8.0 (TID 540). 15687 bytes result sent to driver
18:51:41.538 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 117.0 in stage 8.0 (TID 541) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 117, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.539 [INFO - Executor task launch worker for task 117.0 in stage 8.0 (TID 541)] (Logging.scala:57) Running task 117.0 in stage 8.0 (TID 541)
18:51:41.539 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 116.0 in stage 8.0 (TID 540) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (119/400)
18:51:41.542 [INFO - Executor task launch worker for task 117.0 in stage 8.0 (TID 541)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.543 [INFO - Executor task launch worker for task 117.0 in stage 8.0 (TID 541)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.544 [INFO - Executor task launch worker for task 117.0 in stage 8.0 (TID 541)] (Logging.scala:57) Finished task 117.0 in stage 8.0 (TID 541). 15687 bytes result sent to driver
18:51:41.545 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 118.0 in stage 8.0 (TID 542) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 118, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.545 [INFO - Executor task launch worker for task 118.0 in stage 8.0 (TID 542)] (Logging.scala:57) Running task 118.0 in stage 8.0 (TID 542)
18:51:41.545 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 117.0 in stage 8.0 (TID 541) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (120/400)
18:51:41.549 [INFO - Executor task launch worker for task 118.0 in stage 8.0 (TID 542)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.549 [INFO - Executor task launch worker for task 118.0 in stage 8.0 (TID 542)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.551 [INFO - Executor task launch worker for task 118.0 in stage 8.0 (TID 542)] (Logging.scala:57) Finished task 118.0 in stage 8.0 (TID 542). 15687 bytes result sent to driver
18:51:41.551 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 119.0 in stage 8.0 (TID 543) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 119, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.551 [INFO - Executor task launch worker for task 119.0 in stage 8.0 (TID 543)] (Logging.scala:57) Running task 119.0 in stage 8.0 (TID 543)
18:51:41.552 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 118.0 in stage 8.0 (TID 542) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (121/400)
18:51:41.556 [INFO - Executor task launch worker for task 119.0 in stage 8.0 (TID 543)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.556 [INFO - Executor task launch worker for task 119.0 in stage 8.0 (TID 543)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.559 [INFO - Executor task launch worker for task 119.0 in stage 8.0 (TID 543)] (Logging.scala:57) Finished task 119.0 in stage 8.0 (TID 543). 15687 bytes result sent to driver
18:51:41.559 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 120.0 in stage 8.0 (TID 544) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 120, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.560 [INFO - Executor task launch worker for task 120.0 in stage 8.0 (TID 544)] (Logging.scala:57) Running task 120.0 in stage 8.0 (TID 544)
18:51:41.560 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 119.0 in stage 8.0 (TID 543) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (122/400)
18:51:41.563 [INFO - Executor task launch worker for task 120.0 in stage 8.0 (TID 544)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.563 [INFO - Executor task launch worker for task 120.0 in stage 8.0 (TID 544)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.565 [INFO - Executor task launch worker for task 120.0 in stage 8.0 (TID 544)] (Logging.scala:57) Finished task 120.0 in stage 8.0 (TID 544). 15687 bytes result sent to driver
18:51:41.566 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 121.0 in stage 8.0 (TID 545) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 121, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.566 [INFO - Executor task launch worker for task 121.0 in stage 8.0 (TID 545)] (Logging.scala:57) Running task 121.0 in stage 8.0 (TID 545)
18:51:41.566 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 120.0 in stage 8.0 (TID 544) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (123/400)
18:51:41.571 [INFO - Executor task launch worker for task 121.0 in stage 8.0 (TID 545)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.571 [INFO - Executor task launch worker for task 121.0 in stage 8.0 (TID 545)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.574 [INFO - Executor task launch worker for task 121.0 in stage 8.0 (TID 545)] (Logging.scala:57) Finished task 121.0 in stage 8.0 (TID 545). 15687 bytes result sent to driver
18:51:41.574 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 122.0 in stage 8.0 (TID 546) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 122, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.575 [INFO - Executor task launch worker for task 122.0 in stage 8.0 (TID 546)] (Logging.scala:57) Running task 122.0 in stage 8.0 (TID 546)
18:51:41.575 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 121.0 in stage 8.0 (TID 545) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (124/400)
18:51:41.579 [INFO - Executor task launch worker for task 122.0 in stage 8.0 (TID 546)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.579 [INFO - Executor task launch worker for task 122.0 in stage 8.0 (TID 546)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.581 [INFO - Executor task launch worker for task 122.0 in stage 8.0 (TID 546)] (Logging.scala:57) Finished task 122.0 in stage 8.0 (TID 546). 15687 bytes result sent to driver
18:51:41.582 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 123.0 in stage 8.0 (TID 547) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 123, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.582 [INFO - Executor task launch worker for task 123.0 in stage 8.0 (TID 547)] (Logging.scala:57) Running task 123.0 in stage 8.0 (TID 547)
18:51:41.582 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 122.0 in stage 8.0 (TID 546) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (125/400)
18:51:41.586 [INFO - Executor task launch worker for task 123.0 in stage 8.0 (TID 547)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.586 [INFO - Executor task launch worker for task 123.0 in stage 8.0 (TID 547)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.588 [INFO - Executor task launch worker for task 123.0 in stage 8.0 (TID 547)] (Logging.scala:57) Finished task 123.0 in stage 8.0 (TID 547). 15687 bytes result sent to driver
18:51:41.589 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 124.0 in stage 8.0 (TID 548) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 124, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.589 [INFO - Executor task launch worker for task 124.0 in stage 8.0 (TID 548)] (Logging.scala:57) Running task 124.0 in stage 8.0 (TID 548)
18:51:41.589 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 123.0 in stage 8.0 (TID 547) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (126/400)
18:51:41.594 [INFO - Executor task launch worker for task 124.0 in stage 8.0 (TID 548)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.594 [INFO - Executor task launch worker for task 124.0 in stage 8.0 (TID 548)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.597 [INFO - Executor task launch worker for task 124.0 in stage 8.0 (TID 548)] (Logging.scala:57) Finished task 124.0 in stage 8.0 (TID 548). 15687 bytes result sent to driver
18:51:41.598 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 125.0 in stage 8.0 (TID 549) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 125, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.598 [INFO - Executor task launch worker for task 125.0 in stage 8.0 (TID 549)] (Logging.scala:57) Running task 125.0 in stage 8.0 (TID 549)
18:51:41.598 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 124.0 in stage 8.0 (TID 548) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (127/400)
18:51:41.604 [INFO - Executor task launch worker for task 125.0 in stage 8.0 (TID 549)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.604 [INFO - Executor task launch worker for task 125.0 in stage 8.0 (TID 549)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.607 [INFO - Executor task launch worker for task 125.0 in stage 8.0 (TID 549)] (Logging.scala:57) Finished task 125.0 in stage 8.0 (TID 549). 15687 bytes result sent to driver
18:51:41.607 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 126.0 in stage 8.0 (TID 550) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 126, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.607 [INFO - Executor task launch worker for task 126.0 in stage 8.0 (TID 550)] (Logging.scala:57) Running task 126.0 in stage 8.0 (TID 550)
18:51:41.608 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 125.0 in stage 8.0 (TID 549) in 11 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (128/400)
18:51:41.611 [INFO - Executor task launch worker for task 126.0 in stage 8.0 (TID 550)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.611 [INFO - Executor task launch worker for task 126.0 in stage 8.0 (TID 550)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.613 [INFO - Executor task launch worker for task 126.0 in stage 8.0 (TID 550)] (Logging.scala:57) Finished task 126.0 in stage 8.0 (TID 550). 15687 bytes result sent to driver
18:51:41.614 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 127.0 in stage 8.0 (TID 551) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 127, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.614 [INFO - Executor task launch worker for task 127.0 in stage 8.0 (TID 551)] (Logging.scala:57) Running task 127.0 in stage 8.0 (TID 551)
18:51:41.614 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 126.0 in stage 8.0 (TID 550) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (129/400)
18:51:41.618 [INFO - Executor task launch worker for task 127.0 in stage 8.0 (TID 551)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.618 [INFO - Executor task launch worker for task 127.0 in stage 8.0 (TID 551)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.620 [INFO - Executor task launch worker for task 127.0 in stage 8.0 (TID 551)] (Logging.scala:57) Finished task 127.0 in stage 8.0 (TID 551). 15687 bytes result sent to driver
18:51:41.621 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 129.0 in stage 8.0 (TID 552) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 129, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.621 [INFO - Executor task launch worker for task 129.0 in stage 8.0 (TID 552)] (Logging.scala:57) Running task 129.0 in stage 8.0 (TID 552)
18:51:41.621 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 127.0 in stage 8.0 (TID 551) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (130/400)
18:51:41.626 [INFO - Executor task launch worker for task 129.0 in stage 8.0 (TID 552)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.627 [INFO - Executor task launch worker for task 129.0 in stage 8.0 (TID 552)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.629 [INFO - Executor task launch worker for task 129.0 in stage 8.0 (TID 552)] (Logging.scala:57) Finished task 129.0 in stage 8.0 (TID 552). 15687 bytes result sent to driver
18:51:41.630 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 130.0 in stage 8.0 (TID 553) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 130, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.630 [INFO - Executor task launch worker for task 130.0 in stage 8.0 (TID 553)] (Logging.scala:57) Running task 130.0 in stage 8.0 (TID 553)
18:51:41.630 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 129.0 in stage 8.0 (TID 552) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (131/400)
18:51:41.634 [INFO - Executor task launch worker for task 130.0 in stage 8.0 (TID 553)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.634 [INFO - Executor task launch worker for task 130.0 in stage 8.0 (TID 553)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.637 [INFO - Executor task launch worker for task 130.0 in stage 8.0 (TID 553)] (Logging.scala:57) Finished task 130.0 in stage 8.0 (TID 553). 15687 bytes result sent to driver
18:51:41.637 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 131.0 in stage 8.0 (TID 554) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 131, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.638 [INFO - Executor task launch worker for task 131.0 in stage 8.0 (TID 554)] (Logging.scala:57) Running task 131.0 in stage 8.0 (TID 554)
18:51:41.638 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 130.0 in stage 8.0 (TID 553) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (132/400)
18:51:41.643 [INFO - Executor task launch worker for task 131.0 in stage 8.0 (TID 554)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.643 [INFO - Executor task launch worker for task 131.0 in stage 8.0 (TID 554)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.646 [INFO - Executor task launch worker for task 131.0 in stage 8.0 (TID 554)] (Logging.scala:57) Finished task 131.0 in stage 8.0 (TID 554). 15687 bytes result sent to driver
18:51:41.647 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 132.0 in stage 8.0 (TID 555) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 132, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.647 [INFO - Executor task launch worker for task 132.0 in stage 8.0 (TID 555)] (Logging.scala:57) Running task 132.0 in stage 8.0 (TID 555)
18:51:41.647 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 131.0 in stage 8.0 (TID 554) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (133/400)
18:51:41.652 [INFO - Executor task launch worker for task 132.0 in stage 8.0 (TID 555)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.652 [INFO - Executor task launch worker for task 132.0 in stage 8.0 (TID 555)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.654 [INFO - Executor task launch worker for task 132.0 in stage 8.0 (TID 555)] (Logging.scala:57) Finished task 132.0 in stage 8.0 (TID 555). 15687 bytes result sent to driver
18:51:41.655 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 133.0 in stage 8.0 (TID 556) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 133, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.656 [INFO - Executor task launch worker for task 133.0 in stage 8.0 (TID 556)] (Logging.scala:57) Running task 133.0 in stage 8.0 (TID 556)
18:51:41.656 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 132.0 in stage 8.0 (TID 555) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (134/400)
18:51:41.661 [INFO - Executor task launch worker for task 133.0 in stage 8.0 (TID 556)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.662 [INFO - Executor task launch worker for task 133.0 in stage 8.0 (TID 556)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.664 [INFO - Executor task launch worker for task 133.0 in stage 8.0 (TID 556)] (Logging.scala:57) Finished task 133.0 in stage 8.0 (TID 556). 15687 bytes result sent to driver
18:51:41.665 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 134.0 in stage 8.0 (TID 557) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 134, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.665 [INFO - Executor task launch worker for task 134.0 in stage 8.0 (TID 557)] (Logging.scala:57) Running task 134.0 in stage 8.0 (TID 557)
18:51:41.665 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 133.0 in stage 8.0 (TID 556) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (135/400)
18:51:41.669 [INFO - Executor task launch worker for task 134.0 in stage 8.0 (TID 557)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.669 [INFO - Executor task launch worker for task 134.0 in stage 8.0 (TID 557)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.671 [INFO - Executor task launch worker for task 134.0 in stage 8.0 (TID 557)] (Logging.scala:57) Finished task 134.0 in stage 8.0 (TID 557). 15687 bytes result sent to driver
18:51:41.671 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 135.0 in stage 8.0 (TID 558) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 135, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.671 [INFO - Executor task launch worker for task 135.0 in stage 8.0 (TID 558)] (Logging.scala:57) Running task 135.0 in stage 8.0 (TID 558)
18:51:41.672 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 134.0 in stage 8.0 (TID 557) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (136/400)
18:51:41.676 [INFO - Executor task launch worker for task 135.0 in stage 8.0 (TID 558)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.676 [INFO - Executor task launch worker for task 135.0 in stage 8.0 (TID 558)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.678 [INFO - Executor task launch worker for task 135.0 in stage 8.0 (TID 558)] (Logging.scala:57) Finished task 135.0 in stage 8.0 (TID 558). 15687 bytes result sent to driver
18:51:41.678 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 136.0 in stage 8.0 (TID 559) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 136, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.679 [INFO - Executor task launch worker for task 136.0 in stage 8.0 (TID 559)] (Logging.scala:57) Running task 136.0 in stage 8.0 (TID 559)
18:51:41.679 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 135.0 in stage 8.0 (TID 558) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (137/400)
18:51:41.683 [INFO - Executor task launch worker for task 136.0 in stage 8.0 (TID 559)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.683 [INFO - Executor task launch worker for task 136.0 in stage 8.0 (TID 559)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.686 [INFO - Executor task launch worker for task 136.0 in stage 8.0 (TID 559)] (Logging.scala:57) Finished task 136.0 in stage 8.0 (TID 559). 15687 bytes result sent to driver
18:51:41.687 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 137.0 in stage 8.0 (TID 560) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 137, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.687 [INFO - Executor task launch worker for task 137.0 in stage 8.0 (TID 560)] (Logging.scala:57) Running task 137.0 in stage 8.0 (TID 560)
18:51:41.687 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 136.0 in stage 8.0 (TID 559) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (138/400)
18:51:41.692 [INFO - Executor task launch worker for task 137.0 in stage 8.0 (TID 560)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.692 [INFO - Executor task launch worker for task 137.0 in stage 8.0 (TID 560)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.694 [INFO - Executor task launch worker for task 137.0 in stage 8.0 (TID 560)] (Logging.scala:57) Finished task 137.0 in stage 8.0 (TID 560). 15687 bytes result sent to driver
18:51:41.695 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 138.0 in stage 8.0 (TID 561) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 138, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.695 [INFO - Executor task launch worker for task 138.0 in stage 8.0 (TID 561)] (Logging.scala:57) Running task 138.0 in stage 8.0 (TID 561)
18:51:41.696 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 137.0 in stage 8.0 (TID 560) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (139/400)
18:51:41.700 [INFO - Executor task launch worker for task 138.0 in stage 8.0 (TID 561)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.700 [INFO - Executor task launch worker for task 138.0 in stage 8.0 (TID 561)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.702 [INFO - Executor task launch worker for task 138.0 in stage 8.0 (TID 561)] (Logging.scala:57) Finished task 138.0 in stage 8.0 (TID 561). 15687 bytes result sent to driver
18:51:41.703 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 139.0 in stage 8.0 (TID 562) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 139, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.703 [INFO - Executor task launch worker for task 139.0 in stage 8.0 (TID 562)] (Logging.scala:57) Running task 139.0 in stage 8.0 (TID 562)
18:51:41.704 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 138.0 in stage 8.0 (TID 561) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (140/400)
18:51:41.707 [INFO - Executor task launch worker for task 139.0 in stage 8.0 (TID 562)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.707 [INFO - Executor task launch worker for task 139.0 in stage 8.0 (TID 562)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.709 [INFO - Executor task launch worker for task 139.0 in stage 8.0 (TID 562)] (Logging.scala:57) Finished task 139.0 in stage 8.0 (TID 562). 15687 bytes result sent to driver
18:51:41.710 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 140.0 in stage 8.0 (TID 563) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 140, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.710 [INFO - Executor task launch worker for task 140.0 in stage 8.0 (TID 563)] (Logging.scala:57) Running task 140.0 in stage 8.0 (TID 563)
18:51:41.711 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 139.0 in stage 8.0 (TID 562) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (141/400)
18:51:41.715 [INFO - Executor task launch worker for task 140.0 in stage 8.0 (TID 563)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.715 [INFO - Executor task launch worker for task 140.0 in stage 8.0 (TID 563)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.718 [INFO - Executor task launch worker for task 140.0 in stage 8.0 (TID 563)] (Logging.scala:57) Finished task 140.0 in stage 8.0 (TID 563). 15687 bytes result sent to driver
18:51:41.718 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 141.0 in stage 8.0 (TID 564) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 141, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.719 [INFO - Executor task launch worker for task 141.0 in stage 8.0 (TID 564)] (Logging.scala:57) Running task 141.0 in stage 8.0 (TID 564)
18:51:41.719 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 140.0 in stage 8.0 (TID 563) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (142/400)
18:51:41.723 [INFO - Executor task launch worker for task 141.0 in stage 8.0 (TID 564)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.723 [INFO - Executor task launch worker for task 141.0 in stage 8.0 (TID 564)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.725 [INFO - Executor task launch worker for task 141.0 in stage 8.0 (TID 564)] (Logging.scala:57) Finished task 141.0 in stage 8.0 (TID 564). 15687 bytes result sent to driver
18:51:41.725 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 142.0 in stage 8.0 (TID 565) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 142, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.726 [INFO - Executor task launch worker for task 142.0 in stage 8.0 (TID 565)] (Logging.scala:57) Running task 142.0 in stage 8.0 (TID 565)
18:51:41.726 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 141.0 in stage 8.0 (TID 564) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (143/400)
18:51:41.730 [INFO - Executor task launch worker for task 142.0 in stage 8.0 (TID 565)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.730 [INFO - Executor task launch worker for task 142.0 in stage 8.0 (TID 565)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.732 [INFO - Executor task launch worker for task 142.0 in stage 8.0 (TID 565)] (Logging.scala:57) Finished task 142.0 in stage 8.0 (TID 565). 15687 bytes result sent to driver
18:51:41.733 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 143.0 in stage 8.0 (TID 566) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 143, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.733 [INFO - Executor task launch worker for task 143.0 in stage 8.0 (TID 566)] (Logging.scala:57) Running task 143.0 in stage 8.0 (TID 566)
18:51:41.733 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 142.0 in stage 8.0 (TID 565) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (144/400)
18:51:41.738 [INFO - Executor task launch worker for task 143.0 in stage 8.0 (TID 566)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.738 [INFO - Executor task launch worker for task 143.0 in stage 8.0 (TID 566)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.740 [INFO - Executor task launch worker for task 143.0 in stage 8.0 (TID 566)] (Logging.scala:57) Finished task 143.0 in stage 8.0 (TID 566). 15687 bytes result sent to driver
18:51:41.741 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 144.0 in stage 8.0 (TID 567) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 144, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.741 [INFO - Executor task launch worker for task 144.0 in stage 8.0 (TID 567)] (Logging.scala:57) Running task 144.0 in stage 8.0 (TID 567)
18:51:41.741 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 143.0 in stage 8.0 (TID 566) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (145/400)
18:51:41.746 [INFO - Executor task launch worker for task 144.0 in stage 8.0 (TID 567)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.746 [INFO - Executor task launch worker for task 144.0 in stage 8.0 (TID 567)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.748 [INFO - Executor task launch worker for task 144.0 in stage 8.0 (TID 567)] (Logging.scala:57) Finished task 144.0 in stage 8.0 (TID 567). 15687 bytes result sent to driver
18:51:41.749 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 145.0 in stage 8.0 (TID 568) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 145, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.749 [INFO - Executor task launch worker for task 145.0 in stage 8.0 (TID 568)] (Logging.scala:57) Running task 145.0 in stage 8.0 (TID 568)
18:51:41.750 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 144.0 in stage 8.0 (TID 567) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (146/400)
18:51:41.754 [INFO - Executor task launch worker for task 145.0 in stage 8.0 (TID 568)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.754 [INFO - Executor task launch worker for task 145.0 in stage 8.0 (TID 568)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.756 [INFO - Executor task launch worker for task 145.0 in stage 8.0 (TID 568)] (Logging.scala:57) Finished task 145.0 in stage 8.0 (TID 568). 15687 bytes result sent to driver
18:51:41.757 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 146.0 in stage 8.0 (TID 569) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 146, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.757 [INFO - Executor task launch worker for task 146.0 in stage 8.0 (TID 569)] (Logging.scala:57) Running task 146.0 in stage 8.0 (TID 569)
18:51:41.757 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 145.0 in stage 8.0 (TID 568) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (147/400)
18:51:41.761 [INFO - Executor task launch worker for task 146.0 in stage 8.0 (TID 569)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.761 [INFO - Executor task launch worker for task 146.0 in stage 8.0 (TID 569)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.763 [INFO - Executor task launch worker for task 146.0 in stage 8.0 (TID 569)] (Logging.scala:57) Finished task 146.0 in stage 8.0 (TID 569). 15687 bytes result sent to driver
18:51:41.763 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 147.0 in stage 8.0 (TID 570) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 147, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.764 [INFO - Executor task launch worker for task 147.0 in stage 8.0 (TID 570)] (Logging.scala:57) Running task 147.0 in stage 8.0 (TID 570)
18:51:41.764 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 146.0 in stage 8.0 (TID 569) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (148/400)
18:51:41.769 [INFO - Executor task launch worker for task 147.0 in stage 8.0 (TID 570)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.769 [INFO - Executor task launch worker for task 147.0 in stage 8.0 (TID 570)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.772 [INFO - Executor task launch worker for task 147.0 in stage 8.0 (TID 570)] (Logging.scala:57) Finished task 147.0 in stage 8.0 (TID 570). 15687 bytes result sent to driver
18:51:41.772 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 148.0 in stage 8.0 (TID 571) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 148, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.772 [INFO - Executor task launch worker for task 148.0 in stage 8.0 (TID 571)] (Logging.scala:57) Running task 148.0 in stage 8.0 (TID 571)
18:51:41.773 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 147.0 in stage 8.0 (TID 570) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (149/400)
18:51:41.778 [INFO - Executor task launch worker for task 148.0 in stage 8.0 (TID 571)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.778 [INFO - Executor task launch worker for task 148.0 in stage 8.0 (TID 571)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.781 [INFO - Executor task launch worker for task 148.0 in stage 8.0 (TID 571)] (Logging.scala:57) Finished task 148.0 in stage 8.0 (TID 571). 15687 bytes result sent to driver
18:51:41.781 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 149.0 in stage 8.0 (TID 572) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 149, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.782 [INFO - Executor task launch worker for task 149.0 in stage 8.0 (TID 572)] (Logging.scala:57) Running task 149.0 in stage 8.0 (TID 572)
18:51:41.782 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 148.0 in stage 8.0 (TID 571) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (150/400)
18:51:41.785 [INFO - Executor task launch worker for task 149.0 in stage 8.0 (TID 572)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.786 [INFO - Executor task launch worker for task 149.0 in stage 8.0 (TID 572)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.787 [INFO - Executor task launch worker for task 149.0 in stage 8.0 (TID 572)] (Logging.scala:57) Finished task 149.0 in stage 8.0 (TID 572). 15687 bytes result sent to driver
18:51:41.788 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 150.0 in stage 8.0 (TID 573) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 150, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.788 [INFO - Executor task launch worker for task 150.0 in stage 8.0 (TID 573)] (Logging.scala:57) Running task 150.0 in stage 8.0 (TID 573)
18:51:41.789 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 149.0 in stage 8.0 (TID 572) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (151/400)
18:51:41.794 [INFO - Executor task launch worker for task 150.0 in stage 8.0 (TID 573)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.794 [INFO - Executor task launch worker for task 150.0 in stage 8.0 (TID 573)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.796 [INFO - Executor task launch worker for task 150.0 in stage 8.0 (TID 573)] (Logging.scala:57) Finished task 150.0 in stage 8.0 (TID 573). 15687 bytes result sent to driver
18:51:41.797 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 151.0 in stage 8.0 (TID 574) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 151, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.797 [INFO - Executor task launch worker for task 151.0 in stage 8.0 (TID 574)] (Logging.scala:57) Running task 151.0 in stage 8.0 (TID 574)
18:51:41.798 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 150.0 in stage 8.0 (TID 573) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (152/400)
18:51:41.802 [INFO - Executor task launch worker for task 151.0 in stage 8.0 (TID 574)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.802 [INFO - Executor task launch worker for task 151.0 in stage 8.0 (TID 574)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.803 [INFO - Executor task launch worker for task 151.0 in stage 8.0 (TID 574)] (Logging.scala:57) Finished task 151.0 in stage 8.0 (TID 574). 15687 bytes result sent to driver
18:51:41.804 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 152.0 in stage 8.0 (TID 575) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 152, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.804 [INFO - Executor task launch worker for task 152.0 in stage 8.0 (TID 575)] (Logging.scala:57) Running task 152.0 in stage 8.0 (TID 575)
18:51:41.804 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 151.0 in stage 8.0 (TID 574) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (153/400)
18:51:41.810 [INFO - Executor task launch worker for task 152.0 in stage 8.0 (TID 575)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.810 [INFO - Executor task launch worker for task 152.0 in stage 8.0 (TID 575)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.812 [INFO - Executor task launch worker for task 152.0 in stage 8.0 (TID 575)] (Logging.scala:57) Finished task 152.0 in stage 8.0 (TID 575). 15687 bytes result sent to driver
18:51:41.813 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 153.0 in stage 8.0 (TID 576) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 153, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.813 [INFO - Executor task launch worker for task 153.0 in stage 8.0 (TID 576)] (Logging.scala:57) Running task 153.0 in stage 8.0 (TID 576)
18:51:41.813 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 152.0 in stage 8.0 (TID 575) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (154/400)
18:51:41.817 [INFO - Executor task launch worker for task 153.0 in stage 8.0 (TID 576)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.817 [INFO - Executor task launch worker for task 153.0 in stage 8.0 (TID 576)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.819 [INFO - Executor task launch worker for task 153.0 in stage 8.0 (TID 576)] (Logging.scala:57) Finished task 153.0 in stage 8.0 (TID 576). 15687 bytes result sent to driver
18:51:41.819 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 154.0 in stage 8.0 (TID 577) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 154, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.820 [INFO - Executor task launch worker for task 154.0 in stage 8.0 (TID 577)] (Logging.scala:57) Running task 154.0 in stage 8.0 (TID 577)
18:51:41.820 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 153.0 in stage 8.0 (TID 576) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (155/400)
18:51:41.825 [INFO - Executor task launch worker for task 154.0 in stage 8.0 (TID 577)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.825 [INFO - Executor task launch worker for task 154.0 in stage 8.0 (TID 577)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.827 [INFO - Executor task launch worker for task 154.0 in stage 8.0 (TID 577)] (Logging.scala:57) Finished task 154.0 in stage 8.0 (TID 577). 15687 bytes result sent to driver
18:51:41.828 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 155.0 in stage 8.0 (TID 578) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 155, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.828 [INFO - Executor task launch worker for task 155.0 in stage 8.0 (TID 578)] (Logging.scala:57) Running task 155.0 in stage 8.0 (TID 578)
18:51:41.829 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 154.0 in stage 8.0 (TID 577) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (156/400)
18:51:41.832 [INFO - Executor task launch worker for task 155.0 in stage 8.0 (TID 578)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.832 [INFO - Executor task launch worker for task 155.0 in stage 8.0 (TID 578)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.834 [INFO - Executor task launch worker for task 155.0 in stage 8.0 (TID 578)] (Logging.scala:57) Finished task 155.0 in stage 8.0 (TID 578). 15687 bytes result sent to driver
18:51:41.835 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 156.0 in stage 8.0 (TID 579) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 156, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.835 [INFO - Executor task launch worker for task 156.0 in stage 8.0 (TID 579)] (Logging.scala:57) Running task 156.0 in stage 8.0 (TID 579)
18:51:41.835 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 155.0 in stage 8.0 (TID 578) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (157/400)
18:51:41.839 [INFO - Executor task launch worker for task 156.0 in stage 8.0 (TID 579)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.839 [INFO - Executor task launch worker for task 156.0 in stage 8.0 (TID 579)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.841 [INFO - Executor task launch worker for task 156.0 in stage 8.0 (TID 579)] (Logging.scala:57) Finished task 156.0 in stage 8.0 (TID 579). 15687 bytes result sent to driver
18:51:41.841 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 157.0 in stage 8.0 (TID 580) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 157, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.842 [INFO - Executor task launch worker for task 157.0 in stage 8.0 (TID 580)] (Logging.scala:57) Running task 157.0 in stage 8.0 (TID 580)
18:51:41.842 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 156.0 in stage 8.0 (TID 579) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (158/400)
18:51:41.845 [INFO - Executor task launch worker for task 157.0 in stage 8.0 (TID 580)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.846 [INFO - Executor task launch worker for task 157.0 in stage 8.0 (TID 580)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.847 [INFO - Executor task launch worker for task 157.0 in stage 8.0 (TID 580)] (Logging.scala:57) Finished task 157.0 in stage 8.0 (TID 580). 15687 bytes result sent to driver
18:51:41.848 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 158.0 in stage 8.0 (TID 581) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 158, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.848 [INFO - Executor task launch worker for task 158.0 in stage 8.0 (TID 581)] (Logging.scala:57) Running task 158.0 in stage 8.0 (TID 581)
18:51:41.849 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 157.0 in stage 8.0 (TID 580) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (159/400)
18:51:41.854 [INFO - Executor task launch worker for task 158.0 in stage 8.0 (TID 581)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.854 [INFO - Executor task launch worker for task 158.0 in stage 8.0 (TID 581)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.857 [INFO - Executor task launch worker for task 158.0 in stage 8.0 (TID 581)] (Logging.scala:57) Finished task 158.0 in stage 8.0 (TID 581). 15687 bytes result sent to driver
18:51:41.857 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 159.0 in stage 8.0 (TID 582) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 159, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.858 [INFO - Executor task launch worker for task 159.0 in stage 8.0 (TID 582)] (Logging.scala:57) Running task 159.0 in stage 8.0 (TID 582)
18:51:41.858 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 158.0 in stage 8.0 (TID 581) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (160/400)
18:51:41.862 [INFO - Executor task launch worker for task 159.0 in stage 8.0 (TID 582)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.862 [INFO - Executor task launch worker for task 159.0 in stage 8.0 (TID 582)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.864 [INFO - Executor task launch worker for task 159.0 in stage 8.0 (TID 582)] (Logging.scala:57) Finished task 159.0 in stage 8.0 (TID 582). 15687 bytes result sent to driver
18:51:41.864 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 160.0 in stage 8.0 (TID 583) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 160, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.865 [INFO - Executor task launch worker for task 160.0 in stage 8.0 (TID 583)] (Logging.scala:57) Running task 160.0 in stage 8.0 (TID 583)
18:51:41.865 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 159.0 in stage 8.0 (TID 582) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (161/400)
18:51:41.869 [INFO - Executor task launch worker for task 160.0 in stage 8.0 (TID 583)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.869 [INFO - Executor task launch worker for task 160.0 in stage 8.0 (TID 583)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.871 [INFO - Executor task launch worker for task 160.0 in stage 8.0 (TID 583)] (Logging.scala:57) Finished task 160.0 in stage 8.0 (TID 583). 15687 bytes result sent to driver
18:51:41.871 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 161.0 in stage 8.0 (TID 584) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 161, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.872 [INFO - Executor task launch worker for task 161.0 in stage 8.0 (TID 584)] (Logging.scala:57) Running task 161.0 in stage 8.0 (TID 584)
18:51:41.872 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 160.0 in stage 8.0 (TID 583) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (162/400)
18:51:41.877 [INFO - Executor task launch worker for task 161.0 in stage 8.0 (TID 584)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.878 [INFO - Executor task launch worker for task 161.0 in stage 8.0 (TID 584)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.880 [INFO - Executor task launch worker for task 161.0 in stage 8.0 (TID 584)] (Logging.scala:57) Finished task 161.0 in stage 8.0 (TID 584). 15687 bytes result sent to driver
18:51:41.881 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 162.0 in stage 8.0 (TID 585) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 162, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.881 [INFO - Executor task launch worker for task 162.0 in stage 8.0 (TID 585)] (Logging.scala:57) Running task 162.0 in stage 8.0 (TID 585)
18:51:41.881 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 161.0 in stage 8.0 (TID 584) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (163/400)
18:51:41.885 [INFO - Executor task launch worker for task 162.0 in stage 8.0 (TID 585)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.885 [INFO - Executor task launch worker for task 162.0 in stage 8.0 (TID 585)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.887 [INFO - Executor task launch worker for task 162.0 in stage 8.0 (TID 585)] (Logging.scala:57) Finished task 162.0 in stage 8.0 (TID 585). 15687 bytes result sent to driver
18:51:41.888 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 163.0 in stage 8.0 (TID 586) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 163, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.888 [INFO - Executor task launch worker for task 163.0 in stage 8.0 (TID 586)] (Logging.scala:57) Running task 163.0 in stage 8.0 (TID 586)
18:51:41.888 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 162.0 in stage 8.0 (TID 585) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (164/400)
18:51:41.892 [INFO - Executor task launch worker for task 163.0 in stage 8.0 (TID 586)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.892 [INFO - Executor task launch worker for task 163.0 in stage 8.0 (TID 586)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.895 [INFO - Executor task launch worker for task 163.0 in stage 8.0 (TID 586)] (Logging.scala:57) Finished task 163.0 in stage 8.0 (TID 586). 15687 bytes result sent to driver
18:51:41.896 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 164.0 in stage 8.0 (TID 587) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 164, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.896 [INFO - Executor task launch worker for task 164.0 in stage 8.0 (TID 587)] (Logging.scala:57) Running task 164.0 in stage 8.0 (TID 587)
18:51:41.896 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 163.0 in stage 8.0 (TID 586) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (165/400)
18:51:41.900 [INFO - Executor task launch worker for task 164.0 in stage 8.0 (TID 587)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.900 [INFO - Executor task launch worker for task 164.0 in stage 8.0 (TID 587)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.902 [INFO - Executor task launch worker for task 164.0 in stage 8.0 (TID 587)] (Logging.scala:57) Finished task 164.0 in stage 8.0 (TID 587). 15687 bytes result sent to driver
18:51:41.902 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 165.0 in stage 8.0 (TID 588) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 165, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.903 [INFO - Executor task launch worker for task 165.0 in stage 8.0 (TID 588)] (Logging.scala:57) Running task 165.0 in stage 8.0 (TID 588)
18:51:41.903 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 164.0 in stage 8.0 (TID 587) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (166/400)
18:51:41.906 [INFO - Executor task launch worker for task 165.0 in stage 8.0 (TID 588)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.907 [INFO - Executor task launch worker for task 165.0 in stage 8.0 (TID 588)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.908 [INFO - Executor task launch worker for task 165.0 in stage 8.0 (TID 588)] (Logging.scala:57) Finished task 165.0 in stage 8.0 (TID 588). 15687 bytes result sent to driver
18:51:41.909 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 166.0 in stage 8.0 (TID 589) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 166, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.910 [INFO - Executor task launch worker for task 166.0 in stage 8.0 (TID 589)] (Logging.scala:57) Running task 166.0 in stage 8.0 (TID 589)
18:51:41.910 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 165.0 in stage 8.0 (TID 588) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (167/400)
18:51:41.913 [INFO - Executor task launch worker for task 166.0 in stage 8.0 (TID 589)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.913 [INFO - Executor task launch worker for task 166.0 in stage 8.0 (TID 589)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.915 [INFO - Executor task launch worker for task 166.0 in stage 8.0 (TID 589)] (Logging.scala:57) Finished task 166.0 in stage 8.0 (TID 589). 15687 bytes result sent to driver
18:51:41.915 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 167.0 in stage 8.0 (TID 590) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 167, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.916 [INFO - Executor task launch worker for task 167.0 in stage 8.0 (TID 590)] (Logging.scala:57) Running task 167.0 in stage 8.0 (TID 590)
18:51:41.916 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 166.0 in stage 8.0 (TID 589) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (168/400)
18:51:41.921 [INFO - Executor task launch worker for task 167.0 in stage 8.0 (TID 590)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.921 [INFO - Executor task launch worker for task 167.0 in stage 8.0 (TID 590)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.923 [INFO - Executor task launch worker for task 167.0 in stage 8.0 (TID 590)] (Logging.scala:57) Finished task 167.0 in stage 8.0 (TID 590). 15687 bytes result sent to driver
18:51:41.924 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 168.0 in stage 8.0 (TID 591) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 168, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.924 [INFO - Executor task launch worker for task 168.0 in stage 8.0 (TID 591)] (Logging.scala:57) Running task 168.0 in stage 8.0 (TID 591)
18:51:41.925 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 167.0 in stage 8.0 (TID 590) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (169/400)
18:51:41.928 [INFO - Executor task launch worker for task 168.0 in stage 8.0 (TID 591)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.928 [INFO - Executor task launch worker for task 168.0 in stage 8.0 (TID 591)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.930 [INFO - Executor task launch worker for task 168.0 in stage 8.0 (TID 591)] (Logging.scala:57) Finished task 168.0 in stage 8.0 (TID 591). 15687 bytes result sent to driver
18:51:41.930 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 169.0 in stage 8.0 (TID 592) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 169, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.930 [INFO - Executor task launch worker for task 169.0 in stage 8.0 (TID 592)] (Logging.scala:57) Running task 169.0 in stage 8.0 (TID 592)
18:51:41.931 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 168.0 in stage 8.0 (TID 591) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (170/400)
18:51:41.935 [INFO - Executor task launch worker for task 169.0 in stage 8.0 (TID 592)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.935 [INFO - Executor task launch worker for task 169.0 in stage 8.0 (TID 592)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.937 [INFO - Executor task launch worker for task 169.0 in stage 8.0 (TID 592)] (Logging.scala:57) Finished task 169.0 in stage 8.0 (TID 592). 15687 bytes result sent to driver
18:51:41.938 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 170.0 in stage 8.0 (TID 593) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 170, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.938 [INFO - Executor task launch worker for task 170.0 in stage 8.0 (TID 593)] (Logging.scala:57) Running task 170.0 in stage 8.0 (TID 593)
18:51:41.938 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 169.0 in stage 8.0 (TID 592) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (171/400)
18:51:41.941 [INFO - Executor task launch worker for task 170.0 in stage 8.0 (TID 593)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.942 [INFO - Executor task launch worker for task 170.0 in stage 8.0 (TID 593)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.943 [INFO - Executor task launch worker for task 170.0 in stage 8.0 (TID 593)] (Logging.scala:57) Finished task 170.0 in stage 8.0 (TID 593). 15687 bytes result sent to driver
18:51:41.944 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 171.0 in stage 8.0 (TID 594) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 171, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.944 [INFO - Executor task launch worker for task 171.0 in stage 8.0 (TID 594)] (Logging.scala:57) Running task 171.0 in stage 8.0 (TID 594)
18:51:41.944 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 170.0 in stage 8.0 (TID 593) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (172/400)
18:51:41.948 [INFO - Executor task launch worker for task 171.0 in stage 8.0 (TID 594)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.948 [INFO - Executor task launch worker for task 171.0 in stage 8.0 (TID 594)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.950 [INFO - Executor task launch worker for task 171.0 in stage 8.0 (TID 594)] (Logging.scala:57) Finished task 171.0 in stage 8.0 (TID 594). 15687 bytes result sent to driver
18:51:41.950 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 172.0 in stage 8.0 (TID 595) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 172, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.950 [INFO - Executor task launch worker for task 172.0 in stage 8.0 (TID 595)] (Logging.scala:57) Running task 172.0 in stage 8.0 (TID 595)
18:51:41.951 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 171.0 in stage 8.0 (TID 594) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (173/400)
18:51:41.954 [INFO - Executor task launch worker for task 172.0 in stage 8.0 (TID 595)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.954 [INFO - Executor task launch worker for task 172.0 in stage 8.0 (TID 595)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.956 [INFO - Executor task launch worker for task 172.0 in stage 8.0 (TID 595)] (Logging.scala:57) Finished task 172.0 in stage 8.0 (TID 595). 15687 bytes result sent to driver
18:51:41.957 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 173.0 in stage 8.0 (TID 596) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 173, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.957 [INFO - Executor task launch worker for task 173.0 in stage 8.0 (TID 596)] (Logging.scala:57) Running task 173.0 in stage 8.0 (TID 596)
18:51:41.957 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 172.0 in stage 8.0 (TID 595) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (174/400)
18:51:41.962 [INFO - Executor task launch worker for task 173.0 in stage 8.0 (TID 596)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.962 [INFO - Executor task launch worker for task 173.0 in stage 8.0 (TID 596)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.965 [INFO - Executor task launch worker for task 173.0 in stage 8.0 (TID 596)] (Logging.scala:57) Finished task 173.0 in stage 8.0 (TID 596). 15687 bytes result sent to driver
18:51:41.965 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 174.0 in stage 8.0 (TID 597) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 174, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.966 [INFO - Executor task launch worker for task 174.0 in stage 8.0 (TID 597)] (Logging.scala:57) Running task 174.0 in stage 8.0 (TID 597)
18:51:41.966 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 173.0 in stage 8.0 (TID 596) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (175/400)
18:51:41.970 [INFO - Executor task launch worker for task 174.0 in stage 8.0 (TID 597)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.970 [INFO - Executor task launch worker for task 174.0 in stage 8.0 (TID 597)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.972 [INFO - Executor task launch worker for task 174.0 in stage 8.0 (TID 597)] (Logging.scala:57) Finished task 174.0 in stage 8.0 (TID 597). 15687 bytes result sent to driver
18:51:41.973 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 175.0 in stage 8.0 (TID 598) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 175, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.973 [INFO - Executor task launch worker for task 175.0 in stage 8.0 (TID 598)] (Logging.scala:57) Running task 175.0 in stage 8.0 (TID 598)
18:51:41.973 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 174.0 in stage 8.0 (TID 597) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (176/400)
18:51:41.977 [INFO - Executor task launch worker for task 175.0 in stage 8.0 (TID 598)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.977 [INFO - Executor task launch worker for task 175.0 in stage 8.0 (TID 598)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.979 [INFO - Executor task launch worker for task 175.0 in stage 8.0 (TID 598)] (Logging.scala:57) Finished task 175.0 in stage 8.0 (TID 598). 15687 bytes result sent to driver
18:51:41.979 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 176.0 in stage 8.0 (TID 599) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 176, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.980 [INFO - Executor task launch worker for task 176.0 in stage 8.0 (TID 599)] (Logging.scala:57) Running task 176.0 in stage 8.0 (TID 599)
18:51:41.980 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 175.0 in stage 8.0 (TID 598) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (177/400)
18:51:41.983 [INFO - Executor task launch worker for task 176.0 in stage 8.0 (TID 599)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.984 [INFO - Executor task launch worker for task 176.0 in stage 8.0 (TID 599)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.986 [INFO - Executor task launch worker for task 176.0 in stage 8.0 (TID 599)] (Logging.scala:57) Finished task 176.0 in stage 8.0 (TID 599). 15687 bytes result sent to driver
18:51:41.986 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 177.0 in stage 8.0 (TID 600) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 177, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.986 [INFO - Executor task launch worker for task 177.0 in stage 8.0 (TID 600)] (Logging.scala:57) Running task 177.0 in stage 8.0 (TID 600)
18:51:41.987 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 176.0 in stage 8.0 (TID 599) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (178/400)
18:51:41.992 [INFO - Executor task launch worker for task 177.0 in stage 8.0 (TID 600)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:41.992 [INFO - Executor task launch worker for task 177.0 in stage 8.0 (TID 600)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:41.995 [INFO - Executor task launch worker for task 177.0 in stage 8.0 (TID 600)] (Logging.scala:57) Finished task 177.0 in stage 8.0 (TID 600). 15687 bytes result sent to driver
18:51:41.995 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 178.0 in stage 8.0 (TID 601) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 178, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:41.996 [INFO - Executor task launch worker for task 178.0 in stage 8.0 (TID 601)] (Logging.scala:57) Running task 178.0 in stage 8.0 (TID 601)
18:51:41.996 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 177.0 in stage 8.0 (TID 600) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (179/400)
18:51:42.000 [INFO - Executor task launch worker for task 178.0 in stage 8.0 (TID 601)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.000 [INFO - Executor task launch worker for task 178.0 in stage 8.0 (TID 601)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.002 [INFO - Executor task launch worker for task 178.0 in stage 8.0 (TID 601)] (Logging.scala:57) Finished task 178.0 in stage 8.0 (TID 601). 15687 bytes result sent to driver
18:51:42.003 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 179.0 in stage 8.0 (TID 602) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 179, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.003 [INFO - Executor task launch worker for task 179.0 in stage 8.0 (TID 602)] (Logging.scala:57) Running task 179.0 in stage 8.0 (TID 602)
18:51:42.004 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 178.0 in stage 8.0 (TID 601) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (180/400)
18:51:42.007 [INFO - Executor task launch worker for task 179.0 in stage 8.0 (TID 602)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.007 [INFO - Executor task launch worker for task 179.0 in stage 8.0 (TID 602)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.009 [INFO - Executor task launch worker for task 179.0 in stage 8.0 (TID 602)] (Logging.scala:57) Finished task 179.0 in stage 8.0 (TID 602). 15687 bytes result sent to driver
18:51:42.010 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 180.0 in stage 8.0 (TID 603) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 180, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.010 [INFO - Executor task launch worker for task 180.0 in stage 8.0 (TID 603)] (Logging.scala:57) Running task 180.0 in stage 8.0 (TID 603)
18:51:42.010 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 179.0 in stage 8.0 (TID 602) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (181/400)
18:51:42.014 [INFO - Executor task launch worker for task 180.0 in stage 8.0 (TID 603)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.014 [INFO - Executor task launch worker for task 180.0 in stage 8.0 (TID 603)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.015 [INFO - Executor task launch worker for task 180.0 in stage 8.0 (TID 603)] (Logging.scala:57) Finished task 180.0 in stage 8.0 (TID 603). 15687 bytes result sent to driver
18:51:42.029 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 181.0 in stage 8.0 (TID 604) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 181, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.030 [INFO - Executor task launch worker for task 181.0 in stage 8.0 (TID 604)] (Logging.scala:57) Running task 181.0 in stage 8.0 (TID 604)
18:51:42.030 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 180.0 in stage 8.0 (TID 603) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (182/400)
18:51:42.034 [INFO - Executor task launch worker for task 181.0 in stage 8.0 (TID 604)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.034 [INFO - Executor task launch worker for task 181.0 in stage 8.0 (TID 604)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.036 [INFO - Executor task launch worker for task 181.0 in stage 8.0 (TID 604)] (Logging.scala:57) Finished task 181.0 in stage 8.0 (TID 604). 15687 bytes result sent to driver
18:51:42.037 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 182.0 in stage 8.0 (TID 605) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 182, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.037 [INFO - Executor task launch worker for task 182.0 in stage 8.0 (TID 605)] (Logging.scala:57) Running task 182.0 in stage 8.0 (TID 605)
18:51:42.037 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 181.0 in stage 8.0 (TID 604) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (183/400)
18:51:42.041 [INFO - Executor task launch worker for task 182.0 in stage 8.0 (TID 605)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.041 [INFO - Executor task launch worker for task 182.0 in stage 8.0 (TID 605)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.043 [INFO - Executor task launch worker for task 182.0 in stage 8.0 (TID 605)] (Logging.scala:57) Finished task 182.0 in stage 8.0 (TID 605). 15687 bytes result sent to driver
18:51:42.043 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 183.0 in stage 8.0 (TID 606) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 183, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.043 [INFO - Executor task launch worker for task 183.0 in stage 8.0 (TID 606)] (Logging.scala:57) Running task 183.0 in stage 8.0 (TID 606)
18:51:42.044 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 182.0 in stage 8.0 (TID 605) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (184/400)
18:51:42.047 [INFO - Executor task launch worker for task 183.0 in stage 8.0 (TID 606)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.047 [INFO - Executor task launch worker for task 183.0 in stage 8.0 (TID 606)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.049 [INFO - Executor task launch worker for task 183.0 in stage 8.0 (TID 606)] (Logging.scala:57) Finished task 183.0 in stage 8.0 (TID 606). 15687 bytes result sent to driver
18:51:42.049 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 184.0 in stage 8.0 (TID 607) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 184, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.050 [INFO - Executor task launch worker for task 184.0 in stage 8.0 (TID 607)] (Logging.scala:57) Running task 184.0 in stage 8.0 (TID 607)
18:51:42.050 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 183.0 in stage 8.0 (TID 606) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (185/400)
18:51:42.053 [INFO - Executor task launch worker for task 184.0 in stage 8.0 (TID 607)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.053 [INFO - Executor task launch worker for task 184.0 in stage 8.0 (TID 607)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.056 [INFO - Executor task launch worker for task 184.0 in stage 8.0 (TID 607)] (Logging.scala:57) Finished task 184.0 in stage 8.0 (TID 607). 15687 bytes result sent to driver
18:51:42.056 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 185.0 in stage 8.0 (TID 608) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 185, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.056 [INFO - Executor task launch worker for task 185.0 in stage 8.0 (TID 608)] (Logging.scala:57) Running task 185.0 in stage 8.0 (TID 608)
18:51:42.057 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 184.0 in stage 8.0 (TID 607) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (186/400)
18:51:42.060 [INFO - Executor task launch worker for task 185.0 in stage 8.0 (TID 608)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.060 [INFO - Executor task launch worker for task 185.0 in stage 8.0 (TID 608)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.062 [INFO - Executor task launch worker for task 185.0 in stage 8.0 (TID 608)] (Logging.scala:57) Finished task 185.0 in stage 8.0 (TID 608). 15687 bytes result sent to driver
18:51:42.062 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 186.0 in stage 8.0 (TID 609) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 186, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.062 [INFO - Executor task launch worker for task 186.0 in stage 8.0 (TID 609)] (Logging.scala:57) Running task 186.0 in stage 8.0 (TID 609)
18:51:42.063 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 185.0 in stage 8.0 (TID 608) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (187/400)
18:51:42.066 [INFO - Executor task launch worker for task 186.0 in stage 8.0 (TID 609)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.066 [INFO - Executor task launch worker for task 186.0 in stage 8.0 (TID 609)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.068 [INFO - Executor task launch worker for task 186.0 in stage 8.0 (TID 609)] (Logging.scala:57) Finished task 186.0 in stage 8.0 (TID 609). 15687 bytes result sent to driver
18:51:42.068 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 187.0 in stage 8.0 (TID 610) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 187, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.069 [INFO - Executor task launch worker for task 187.0 in stage 8.0 (TID 610)] (Logging.scala:57) Running task 187.0 in stage 8.0 (TID 610)
18:51:42.069 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 186.0 in stage 8.0 (TID 609) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (188/400)
18:51:42.074 [INFO - Executor task launch worker for task 187.0 in stage 8.0 (TID 610)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.074 [INFO - Executor task launch worker for task 187.0 in stage 8.0 (TID 610)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.077 [INFO - Executor task launch worker for task 187.0 in stage 8.0 (TID 610)] (Logging.scala:57) Finished task 187.0 in stage 8.0 (TID 610). 15687 bytes result sent to driver
18:51:42.078 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 188.0 in stage 8.0 (TID 611) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 188, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.078 [INFO - Executor task launch worker for task 188.0 in stage 8.0 (TID 611)] (Logging.scala:57) Running task 188.0 in stage 8.0 (TID 611)
18:51:42.078 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 187.0 in stage 8.0 (TID 610) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (189/400)
18:51:42.082 [INFO - Executor task launch worker for task 188.0 in stage 8.0 (TID 611)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.082 [INFO - Executor task launch worker for task 188.0 in stage 8.0 (TID 611)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.084 [INFO - Executor task launch worker for task 188.0 in stage 8.0 (TID 611)] (Logging.scala:57) Finished task 188.0 in stage 8.0 (TID 611). 15687 bytes result sent to driver
18:51:42.084 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 189.0 in stage 8.0 (TID 612) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 189, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.085 [INFO - Executor task launch worker for task 189.0 in stage 8.0 (TID 612)] (Logging.scala:57) Running task 189.0 in stage 8.0 (TID 612)
18:51:42.085 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 188.0 in stage 8.0 (TID 611) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (190/400)
18:51:42.088 [INFO - Executor task launch worker for task 189.0 in stage 8.0 (TID 612)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.088 [INFO - Executor task launch worker for task 189.0 in stage 8.0 (TID 612)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.090 [INFO - Executor task launch worker for task 189.0 in stage 8.0 (TID 612)] (Logging.scala:57) Finished task 189.0 in stage 8.0 (TID 612). 15687 bytes result sent to driver
18:51:42.090 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 190.0 in stage 8.0 (TID 613) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 190, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.091 [INFO - Executor task launch worker for task 190.0 in stage 8.0 (TID 613)] (Logging.scala:57) Running task 190.0 in stage 8.0 (TID 613)
18:51:42.091 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 189.0 in stage 8.0 (TID 612) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (191/400)
18:51:42.096 [INFO - Executor task launch worker for task 190.0 in stage 8.0 (TID 613)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.096 [INFO - Executor task launch worker for task 190.0 in stage 8.0 (TID 613)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.098 [INFO - Executor task launch worker for task 190.0 in stage 8.0 (TID 613)] (Logging.scala:57) Finished task 190.0 in stage 8.0 (TID 613). 15687 bytes result sent to driver
18:51:42.099 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 191.0 in stage 8.0 (TID 614) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 191, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.099 [INFO - Executor task launch worker for task 191.0 in stage 8.0 (TID 614)] (Logging.scala:57) Running task 191.0 in stage 8.0 (TID 614)
18:51:42.099 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 190.0 in stage 8.0 (TID 613) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (192/400)
18:51:42.103 [INFO - Executor task launch worker for task 191.0 in stage 8.0 (TID 614)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.103 [INFO - Executor task launch worker for task 191.0 in stage 8.0 (TID 614)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.105 [INFO - Executor task launch worker for task 191.0 in stage 8.0 (TID 614)] (Logging.scala:57) Finished task 191.0 in stage 8.0 (TID 614). 15687 bytes result sent to driver
18:51:42.105 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 192.0 in stage 8.0 (TID 615) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 192, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.106 [INFO - Executor task launch worker for task 192.0 in stage 8.0 (TID 615)] (Logging.scala:57) Running task 192.0 in stage 8.0 (TID 615)
18:51:42.106 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 191.0 in stage 8.0 (TID 614) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (193/400)
18:51:42.109 [INFO - Executor task launch worker for task 192.0 in stage 8.0 (TID 615)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.109 [INFO - Executor task launch worker for task 192.0 in stage 8.0 (TID 615)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.111 [INFO - Executor task launch worker for task 192.0 in stage 8.0 (TID 615)] (Logging.scala:57) Finished task 192.0 in stage 8.0 (TID 615). 15687 bytes result sent to driver
18:51:42.111 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 193.0 in stage 8.0 (TID 616) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 193, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.112 [INFO - Executor task launch worker for task 193.0 in stage 8.0 (TID 616)] (Logging.scala:57) Running task 193.0 in stage 8.0 (TID 616)
18:51:42.112 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 192.0 in stage 8.0 (TID 615) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (194/400)
18:51:42.116 [INFO - Executor task launch worker for task 193.0 in stage 8.0 (TID 616)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.117 [INFO - Executor task launch worker for task 193.0 in stage 8.0 (TID 616)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.118 [INFO - Executor task launch worker for task 193.0 in stage 8.0 (TID 616)] (Logging.scala:57) Finished task 193.0 in stage 8.0 (TID 616). 15687 bytes result sent to driver
18:51:42.119 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 194.0 in stage 8.0 (TID 617) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 194, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.119 [INFO - Executor task launch worker for task 194.0 in stage 8.0 (TID 617)] (Logging.scala:57) Running task 194.0 in stage 8.0 (TID 617)
18:51:42.119 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 193.0 in stage 8.0 (TID 616) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (195/400)
18:51:42.123 [INFO - Executor task launch worker for task 194.0 in stage 8.0 (TID 617)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.123 [INFO - Executor task launch worker for task 194.0 in stage 8.0 (TID 617)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.125 [INFO - Executor task launch worker for task 194.0 in stage 8.0 (TID 617)] (Logging.scala:57) Finished task 194.0 in stage 8.0 (TID 617). 15687 bytes result sent to driver
18:51:42.125 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 195.0 in stage 8.0 (TID 618) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 195, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.126 [INFO - Executor task launch worker for task 195.0 in stage 8.0 (TID 618)] (Logging.scala:57) Running task 195.0 in stage 8.0 (TID 618)
18:51:42.126 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 194.0 in stage 8.0 (TID 617) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (196/400)
18:51:42.130 [INFO - Executor task launch worker for task 195.0 in stage 8.0 (TID 618)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.130 [INFO - Executor task launch worker for task 195.0 in stage 8.0 (TID 618)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.132 [INFO - Executor task launch worker for task 195.0 in stage 8.0 (TID 618)] (Logging.scala:57) Finished task 195.0 in stage 8.0 (TID 618). 15687 bytes result sent to driver
18:51:42.132 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 196.0 in stage 8.0 (TID 619) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 196, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.133 [INFO - Executor task launch worker for task 196.0 in stage 8.0 (TID 619)] (Logging.scala:57) Running task 196.0 in stage 8.0 (TID 619)
18:51:42.133 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 195.0 in stage 8.0 (TID 618) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (197/400)
18:51:42.136 [INFO - Executor task launch worker for task 196.0 in stage 8.0 (TID 619)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.136 [INFO - Executor task launch worker for task 196.0 in stage 8.0 (TID 619)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.138 [INFO - Executor task launch worker for task 196.0 in stage 8.0 (TID 619)] (Logging.scala:57) Finished task 196.0 in stage 8.0 (TID 619). 15687 bytes result sent to driver
18:51:42.139 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 197.0 in stage 8.0 (TID 620) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 197, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.139 [INFO - Executor task launch worker for task 197.0 in stage 8.0 (TID 620)] (Logging.scala:57) Running task 197.0 in stage 8.0 (TID 620)
18:51:42.139 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 196.0 in stage 8.0 (TID 619) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (198/400)
18:51:42.144 [INFO - Executor task launch worker for task 197.0 in stage 8.0 (TID 620)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.144 [INFO - Executor task launch worker for task 197.0 in stage 8.0 (TID 620)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.147 [INFO - Executor task launch worker for task 197.0 in stage 8.0 (TID 620)] (Logging.scala:57) Finished task 197.0 in stage 8.0 (TID 620). 15687 bytes result sent to driver
18:51:42.147 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 198.0 in stage 8.0 (TID 621) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 198, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.147 [INFO - Executor task launch worker for task 198.0 in stage 8.0 (TID 621)] (Logging.scala:57) Running task 198.0 in stage 8.0 (TID 621)
18:51:42.148 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 197.0 in stage 8.0 (TID 620) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (199/400)
18:51:42.152 [INFO - Executor task launch worker for task 198.0 in stage 8.0 (TID 621)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.152 [INFO - Executor task launch worker for task 198.0 in stage 8.0 (TID 621)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.155 [INFO - Executor task launch worker for task 198.0 in stage 8.0 (TID 621)] (Logging.scala:57) Finished task 198.0 in stage 8.0 (TID 621). 15687 bytes result sent to driver
18:51:42.156 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 199.0 in stage 8.0 (TID 622) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 199, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.156 [INFO - Executor task launch worker for task 199.0 in stage 8.0 (TID 622)] (Logging.scala:57) Running task 199.0 in stage 8.0 (TID 622)
18:51:42.156 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 198.0 in stage 8.0 (TID 621) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (200/400)
18:51:42.159 [INFO - Executor task launch worker for task 199.0 in stage 8.0 (TID 622)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.160 [INFO - Executor task launch worker for task 199.0 in stage 8.0 (TID 622)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.162 [INFO - Executor task launch worker for task 199.0 in stage 8.0 (TID 622)] (Logging.scala:57) Finished task 199.0 in stage 8.0 (TID 622). 15687 bytes result sent to driver
18:51:42.162 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 200.0 in stage 8.0 (TID 623) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 200, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.162 [INFO - Executor task launch worker for task 200.0 in stage 8.0 (TID 623)] (Logging.scala:57) Running task 200.0 in stage 8.0 (TID 623)
18:51:42.163 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 199.0 in stage 8.0 (TID 622) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (201/400)
18:51:42.167 [INFO - Executor task launch worker for task 200.0 in stage 8.0 (TID 623)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.167 [INFO - Executor task launch worker for task 200.0 in stage 8.0 (TID 623)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.169 [INFO - Executor task launch worker for task 200.0 in stage 8.0 (TID 623)] (Logging.scala:57) Finished task 200.0 in stage 8.0 (TID 623). 15687 bytes result sent to driver
18:51:42.170 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 201.0 in stage 8.0 (TID 624) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 201, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.170 [INFO - Executor task launch worker for task 201.0 in stage 8.0 (TID 624)] (Logging.scala:57) Running task 201.0 in stage 8.0 (TID 624)
18:51:42.170 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 200.0 in stage 8.0 (TID 623) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (202/400)
18:51:42.175 [INFO - Executor task launch worker for task 201.0 in stage 8.0 (TID 624)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.175 [INFO - Executor task launch worker for task 201.0 in stage 8.0 (TID 624)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.178 [INFO - Executor task launch worker for task 201.0 in stage 8.0 (TID 624)] (Logging.scala:57) Finished task 201.0 in stage 8.0 (TID 624). 15687 bytes result sent to driver
18:51:42.178 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 202.0 in stage 8.0 (TID 625) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 202, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.179 [INFO - Executor task launch worker for task 202.0 in stage 8.0 (TID 625)] (Logging.scala:57) Running task 202.0 in stage 8.0 (TID 625)
18:51:42.179 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 201.0 in stage 8.0 (TID 624) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (203/400)
18:51:42.185 [INFO - Executor task launch worker for task 202.0 in stage 8.0 (TID 625)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.185 [INFO - Executor task launch worker for task 202.0 in stage 8.0 (TID 625)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.187 [INFO - Executor task launch worker for task 202.0 in stage 8.0 (TID 625)] (Logging.scala:57) Finished task 202.0 in stage 8.0 (TID 625). 15687 bytes result sent to driver
18:51:42.188 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 203.0 in stage 8.0 (TID 626) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 203, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.188 [INFO - Executor task launch worker for task 203.0 in stage 8.0 (TID 626)] (Logging.scala:57) Running task 203.0 in stage 8.0 (TID 626)
18:51:42.188 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 202.0 in stage 8.0 (TID 625) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (204/400)
18:51:42.192 [INFO - Executor task launch worker for task 203.0 in stage 8.0 (TID 626)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.192 [INFO - Executor task launch worker for task 203.0 in stage 8.0 (TID 626)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.194 [INFO - Executor task launch worker for task 203.0 in stage 8.0 (TID 626)] (Logging.scala:57) Finished task 203.0 in stage 8.0 (TID 626). 15687 bytes result sent to driver
18:51:42.195 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 204.0 in stage 8.0 (TID 627) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 204, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.195 [INFO - Executor task launch worker for task 204.0 in stage 8.0 (TID 627)] (Logging.scala:57) Running task 204.0 in stage 8.0 (TID 627)
18:51:42.195 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 203.0 in stage 8.0 (TID 626) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (205/400)
18:51:42.199 [INFO - Executor task launch worker for task 204.0 in stage 8.0 (TID 627)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.199 [INFO - Executor task launch worker for task 204.0 in stage 8.0 (TID 627)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.201 [INFO - Executor task launch worker for task 204.0 in stage 8.0 (TID 627)] (Logging.scala:57) Finished task 204.0 in stage 8.0 (TID 627). 15687 bytes result sent to driver
18:51:42.201 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 205.0 in stage 8.0 (TID 628) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 205, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.201 [INFO - Executor task launch worker for task 205.0 in stage 8.0 (TID 628)] (Logging.scala:57) Running task 205.0 in stage 8.0 (TID 628)
18:51:42.202 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 204.0 in stage 8.0 (TID 627) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (206/400)
18:51:42.206 [INFO - Executor task launch worker for task 205.0 in stage 8.0 (TID 628)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.207 [INFO - Executor task launch worker for task 205.0 in stage 8.0 (TID 628)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.209 [INFO - Executor task launch worker for task 205.0 in stage 8.0 (TID 628)] (Logging.scala:57) Finished task 205.0 in stage 8.0 (TID 628). 15687 bytes result sent to driver
18:51:42.210 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 206.0 in stage 8.0 (TID 629) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 206, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.210 [INFO - Executor task launch worker for task 206.0 in stage 8.0 (TID 629)] (Logging.scala:57) Running task 206.0 in stage 8.0 (TID 629)
18:51:42.210 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 205.0 in stage 8.0 (TID 628) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (207/400)
18:51:42.214 [INFO - Executor task launch worker for task 206.0 in stage 8.0 (TID 629)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.214 [INFO - Executor task launch worker for task 206.0 in stage 8.0 (TID 629)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.216 [INFO - Executor task launch worker for task 206.0 in stage 8.0 (TID 629)] (Logging.scala:57) Finished task 206.0 in stage 8.0 (TID 629). 15687 bytes result sent to driver
18:51:42.217 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 207.0 in stage 8.0 (TID 630) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 207, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.217 [INFO - Executor task launch worker for task 207.0 in stage 8.0 (TID 630)] (Logging.scala:57) Running task 207.0 in stage 8.0 (TID 630)
18:51:42.217 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 206.0 in stage 8.0 (TID 629) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (208/400)
18:51:42.221 [INFO - Executor task launch worker for task 207.0 in stage 8.0 (TID 630)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.221 [INFO - Executor task launch worker for task 207.0 in stage 8.0 (TID 630)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.223 [INFO - Executor task launch worker for task 207.0 in stage 8.0 (TID 630)] (Logging.scala:57) Finished task 207.0 in stage 8.0 (TID 630). 15687 bytes result sent to driver
18:51:42.224 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 208.0 in stage 8.0 (TID 631) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 208, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.224 [INFO - Executor task launch worker for task 208.0 in stage 8.0 (TID 631)] (Logging.scala:57) Running task 208.0 in stage 8.0 (TID 631)
18:51:42.225 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 207.0 in stage 8.0 (TID 630) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (209/400)
18:51:42.230 [INFO - Executor task launch worker for task 208.0 in stage 8.0 (TID 631)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.230 [INFO - Executor task launch worker for task 208.0 in stage 8.0 (TID 631)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.233 [INFO - Executor task launch worker for task 208.0 in stage 8.0 (TID 631)] (Logging.scala:57) Finished task 208.0 in stage 8.0 (TID 631). 15687 bytes result sent to driver
18:51:42.233 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 209.0 in stage 8.0 (TID 632) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 209, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.233 [INFO - Executor task launch worker for task 209.0 in stage 8.0 (TID 632)] (Logging.scala:57) Running task 209.0 in stage 8.0 (TID 632)
18:51:42.234 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 208.0 in stage 8.0 (TID 631) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (210/400)
18:51:42.238 [INFO - Executor task launch worker for task 209.0 in stage 8.0 (TID 632)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.238 [INFO - Executor task launch worker for task 209.0 in stage 8.0 (TID 632)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.240 [INFO - Executor task launch worker for task 209.0 in stage 8.0 (TID 632)] (Logging.scala:57) Finished task 209.0 in stage 8.0 (TID 632). 15687 bytes result sent to driver
18:51:42.240 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 210.0 in stage 8.0 (TID 633) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 210, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.241 [INFO - Executor task launch worker for task 210.0 in stage 8.0 (TID 633)] (Logging.scala:57) Running task 210.0 in stage 8.0 (TID 633)
18:51:42.241 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 209.0 in stage 8.0 (TID 632) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (211/400)
18:51:42.245 [INFO - Executor task launch worker for task 210.0 in stage 8.0 (TID 633)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.245 [INFO - Executor task launch worker for task 210.0 in stage 8.0 (TID 633)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.247 [INFO - Executor task launch worker for task 210.0 in stage 8.0 (TID 633)] (Logging.scala:57) Finished task 210.0 in stage 8.0 (TID 633). 15687 bytes result sent to driver
18:51:42.247 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 211.0 in stage 8.0 (TID 634) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 211, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.248 [INFO - Executor task launch worker for task 211.0 in stage 8.0 (TID 634)] (Logging.scala:57) Running task 211.0 in stage 8.0 (TID 634)
18:51:42.248 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 210.0 in stage 8.0 (TID 633) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (212/400)
18:51:42.251 [INFO - Executor task launch worker for task 211.0 in stage 8.0 (TID 634)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.251 [INFO - Executor task launch worker for task 211.0 in stage 8.0 (TID 634)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.253 [INFO - Executor task launch worker for task 211.0 in stage 8.0 (TID 634)] (Logging.scala:57) Finished task 211.0 in stage 8.0 (TID 634). 15687 bytes result sent to driver
18:51:42.254 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 212.0 in stage 8.0 (TID 635) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 212, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.254 [INFO - Executor task launch worker for task 212.0 in stage 8.0 (TID 635)] (Logging.scala:57) Running task 212.0 in stage 8.0 (TID 635)
18:51:42.254 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 211.0 in stage 8.0 (TID 634) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (213/400)
18:51:42.259 [INFO - Executor task launch worker for task 212.0 in stage 8.0 (TID 635)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.259 [INFO - Executor task launch worker for task 212.0 in stage 8.0 (TID 635)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.261 [INFO - Executor task launch worker for task 212.0 in stage 8.0 (TID 635)] (Logging.scala:57) Finished task 212.0 in stage 8.0 (TID 635). 15687 bytes result sent to driver
18:51:42.261 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 213.0 in stage 8.0 (TID 636) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 213, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.263 [INFO - Executor task launch worker for task 213.0 in stage 8.0 (TID 636)] (Logging.scala:57) Running task 213.0 in stage 8.0 (TID 636)
18:51:42.263 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 212.0 in stage 8.0 (TID 635) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (214/400)
18:51:42.267 [INFO - Executor task launch worker for task 213.0 in stage 8.0 (TID 636)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.267 [INFO - Executor task launch worker for task 213.0 in stage 8.0 (TID 636)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.269 [INFO - Executor task launch worker for task 213.0 in stage 8.0 (TID 636)] (Logging.scala:57) Finished task 213.0 in stage 8.0 (TID 636). 15687 bytes result sent to driver
18:51:42.270 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 214.0 in stage 8.0 (TID 637) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 214, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.270 [INFO - Executor task launch worker for task 214.0 in stage 8.0 (TID 637)] (Logging.scala:57) Running task 214.0 in stage 8.0 (TID 637)
18:51:42.270 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 213.0 in stage 8.0 (TID 636) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (215/400)
18:51:42.274 [INFO - Executor task launch worker for task 214.0 in stage 8.0 (TID 637)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.274 [INFO - Executor task launch worker for task 214.0 in stage 8.0 (TID 637)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.276 [INFO - Executor task launch worker for task 214.0 in stage 8.0 (TID 637)] (Logging.scala:57) Finished task 214.0 in stage 8.0 (TID 637). 15687 bytes result sent to driver
18:51:42.277 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 215.0 in stage 8.0 (TID 638) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 215, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.277 [INFO - Executor task launch worker for task 215.0 in stage 8.0 (TID 638)] (Logging.scala:57) Running task 215.0 in stage 8.0 (TID 638)
18:51:42.277 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 214.0 in stage 8.0 (TID 637) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (216/400)
18:51:42.282 [INFO - Executor task launch worker for task 215.0 in stage 8.0 (TID 638)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.282 [INFO - Executor task launch worker for task 215.0 in stage 8.0 (TID 638)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.285 [INFO - Executor task launch worker for task 215.0 in stage 8.0 (TID 638)] (Logging.scala:57) Finished task 215.0 in stage 8.0 (TID 638). 15687 bytes result sent to driver
18:51:42.286 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 216.0 in stage 8.0 (TID 639) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 216, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.286 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 215.0 in stage 8.0 (TID 638) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (217/400)
18:51:42.287 [INFO - Executor task launch worker for task 216.0 in stage 8.0 (TID 639)] (Logging.scala:57) Running task 216.0 in stage 8.0 (TID 639)
18:51:42.291 [INFO - Executor task launch worker for task 216.0 in stage 8.0 (TID 639)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.291 [INFO - Executor task launch worker for task 216.0 in stage 8.0 (TID 639)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.293 [INFO - Executor task launch worker for task 216.0 in stage 8.0 (TID 639)] (Logging.scala:57) Finished task 216.0 in stage 8.0 (TID 639). 15687 bytes result sent to driver
18:51:42.294 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 217.0 in stage 8.0 (TID 640) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 217, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.294 [INFO - Executor task launch worker for task 217.0 in stage 8.0 (TID 640)] (Logging.scala:57) Running task 217.0 in stage 8.0 (TID 640)
18:51:42.295 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 216.0 in stage 8.0 (TID 639) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (218/400)
18:51:42.298 [INFO - Executor task launch worker for task 217.0 in stage 8.0 (TID 640)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.298 [INFO - Executor task launch worker for task 217.0 in stage 8.0 (TID 640)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.300 [INFO - Executor task launch worker for task 217.0 in stage 8.0 (TID 640)] (Logging.scala:57) Finished task 217.0 in stage 8.0 (TID 640). 15687 bytes result sent to driver
18:51:42.301 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 218.0 in stage 8.0 (TID 641) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 218, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.301 [INFO - Executor task launch worker for task 218.0 in stage 8.0 (TID 641)] (Logging.scala:57) Running task 218.0 in stage 8.0 (TID 641)
18:51:42.302 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 217.0 in stage 8.0 (TID 640) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (219/400)
18:51:42.305 [INFO - Executor task launch worker for task 218.0 in stage 8.0 (TID 641)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.305 [INFO - Executor task launch worker for task 218.0 in stage 8.0 (TID 641)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.308 [INFO - Executor task launch worker for task 218.0 in stage 8.0 (TID 641)] (Logging.scala:57) Finished task 218.0 in stage 8.0 (TID 641). 15687 bytes result sent to driver
18:51:42.308 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 219.0 in stage 8.0 (TID 642) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 219, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.309 [INFO - Executor task launch worker for task 219.0 in stage 8.0 (TID 642)] (Logging.scala:57) Running task 219.0 in stage 8.0 (TID 642)
18:51:42.309 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 218.0 in stage 8.0 (TID 641) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (220/400)
18:51:42.314 [INFO - Executor task launch worker for task 219.0 in stage 8.0 (TID 642)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.314 [INFO - Executor task launch worker for task 219.0 in stage 8.0 (TID 642)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.317 [INFO - Executor task launch worker for task 219.0 in stage 8.0 (TID 642)] (Logging.scala:57) Finished task 219.0 in stage 8.0 (TID 642). 15687 bytes result sent to driver
18:51:42.318 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 220.0 in stage 8.0 (TID 643) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 220, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.318 [INFO - Executor task launch worker for task 220.0 in stage 8.0 (TID 643)] (Logging.scala:57) Running task 220.0 in stage 8.0 (TID 643)
18:51:42.319 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 219.0 in stage 8.0 (TID 642) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (221/400)
18:51:42.322 [INFO - Executor task launch worker for task 220.0 in stage 8.0 (TID 643)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.322 [INFO - Executor task launch worker for task 220.0 in stage 8.0 (TID 643)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.324 [INFO - Executor task launch worker for task 220.0 in stage 8.0 (TID 643)] (Logging.scala:57) Finished task 220.0 in stage 8.0 (TID 643). 15687 bytes result sent to driver
18:51:42.324 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 221.0 in stage 8.0 (TID 644) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 221, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.324 [INFO - Executor task launch worker for task 221.0 in stage 8.0 (TID 644)] (Logging.scala:57) Running task 221.0 in stage 8.0 (TID 644)
18:51:42.325 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 220.0 in stage 8.0 (TID 643) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (222/400)
18:51:42.328 [INFO - Executor task launch worker for task 221.0 in stage 8.0 (TID 644)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.328 [INFO - Executor task launch worker for task 221.0 in stage 8.0 (TID 644)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.330 [INFO - Executor task launch worker for task 221.0 in stage 8.0 (TID 644)] (Logging.scala:57) Finished task 221.0 in stage 8.0 (TID 644). 15687 bytes result sent to driver
18:51:42.331 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 222.0 in stage 8.0 (TID 645) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 222, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.331 [INFO - Executor task launch worker for task 222.0 in stage 8.0 (TID 645)] (Logging.scala:57) Running task 222.0 in stage 8.0 (TID 645)
18:51:42.331 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 221.0 in stage 8.0 (TID 644) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (223/400)
18:51:42.335 [INFO - Executor task launch worker for task 222.0 in stage 8.0 (TID 645)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.335 [INFO - Executor task launch worker for task 222.0 in stage 8.0 (TID 645)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.337 [INFO - Executor task launch worker for task 222.0 in stage 8.0 (TID 645)] (Logging.scala:57) Finished task 222.0 in stage 8.0 (TID 645). 15687 bytes result sent to driver
18:51:42.337 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 223.0 in stage 8.0 (TID 646) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 223, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.338 [INFO - Executor task launch worker for task 223.0 in stage 8.0 (TID 646)] (Logging.scala:57) Running task 223.0 in stage 8.0 (TID 646)
18:51:42.338 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 222.0 in stage 8.0 (TID 645) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (224/400)
18:51:42.342 [INFO - Executor task launch worker for task 223.0 in stage 8.0 (TID 646)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.343 [INFO - Executor task launch worker for task 223.0 in stage 8.0 (TID 646)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.345 [INFO - Executor task launch worker for task 223.0 in stage 8.0 (TID 646)] (Logging.scala:57) Finished task 223.0 in stage 8.0 (TID 646). 15687 bytes result sent to driver
18:51:42.346 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 224.0 in stage 8.0 (TID 647) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 224, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.347 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 223.0 in stage 8.0 (TID 646) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (225/400)
18:51:42.347 [INFO - Executor task launch worker for task 224.0 in stage 8.0 (TID 647)] (Logging.scala:57) Running task 224.0 in stage 8.0 (TID 647)
18:51:42.354 [INFO - Executor task launch worker for task 224.0 in stage 8.0 (TID 647)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.354 [INFO - Executor task launch worker for task 224.0 in stage 8.0 (TID 647)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.356 [INFO - Executor task launch worker for task 224.0 in stage 8.0 (TID 647)] (Logging.scala:57) Finished task 224.0 in stage 8.0 (TID 647). 15687 bytes result sent to driver
18:51:42.357 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 225.0 in stage 8.0 (TID 648) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 225, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.357 [INFO - Executor task launch worker for task 225.0 in stage 8.0 (TID 648)] (Logging.scala:57) Running task 225.0 in stage 8.0 (TID 648)
18:51:42.357 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 224.0 in stage 8.0 (TID 647) in 12 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (226/400)
18:51:42.361 [INFO - Executor task launch worker for task 225.0 in stage 8.0 (TID 648)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.361 [INFO - Executor task launch worker for task 225.0 in stage 8.0 (TID 648)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.364 [INFO - Executor task launch worker for task 225.0 in stage 8.0 (TID 648)] (Logging.scala:57) Finished task 225.0 in stage 8.0 (TID 648). 15687 bytes result sent to driver
18:51:42.364 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 226.0 in stage 8.0 (TID 649) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 226, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.364 [INFO - Executor task launch worker for task 226.0 in stage 8.0 (TID 649)] (Logging.scala:57) Running task 226.0 in stage 8.0 (TID 649)
18:51:42.365 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 225.0 in stage 8.0 (TID 648) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (227/400)
18:51:42.369 [INFO - Executor task launch worker for task 226.0 in stage 8.0 (TID 649)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.369 [INFO - Executor task launch worker for task 226.0 in stage 8.0 (TID 649)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.371 [INFO - Executor task launch worker for task 226.0 in stage 8.0 (TID 649)] (Logging.scala:57) Finished task 226.0 in stage 8.0 (TID 649). 15687 bytes result sent to driver
18:51:42.372 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 227.0 in stage 8.0 (TID 650) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 227, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.373 [INFO - Executor task launch worker for task 227.0 in stage 8.0 (TID 650)] (Logging.scala:57) Running task 227.0 in stage 8.0 (TID 650)
18:51:42.373 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 226.0 in stage 8.0 (TID 649) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (228/400)
18:51:42.378 [INFO - Executor task launch worker for task 227.0 in stage 8.0 (TID 650)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.378 [INFO - Executor task launch worker for task 227.0 in stage 8.0 (TID 650)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.381 [INFO - Executor task launch worker for task 227.0 in stage 8.0 (TID 650)] (Logging.scala:57) Finished task 227.0 in stage 8.0 (TID 650). 15687 bytes result sent to driver
18:51:42.382 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 228.0 in stage 8.0 (TID 651) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 228, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.382 [INFO - Executor task launch worker for task 228.0 in stage 8.0 (TID 651)] (Logging.scala:57) Running task 228.0 in stage 8.0 (TID 651)
18:51:42.382 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 227.0 in stage 8.0 (TID 650) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (229/400)
18:51:42.387 [INFO - Executor task launch worker for task 228.0 in stage 8.0 (TID 651)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.387 [INFO - Executor task launch worker for task 228.0 in stage 8.0 (TID 651)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.390 [INFO - Executor task launch worker for task 228.0 in stage 8.0 (TID 651)] (Logging.scala:57) Finished task 228.0 in stage 8.0 (TID 651). 15687 bytes result sent to driver
18:51:42.391 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 229.0 in stage 8.0 (TID 652) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 229, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.391 [INFO - Executor task launch worker for task 229.0 in stage 8.0 (TID 652)] (Logging.scala:57) Running task 229.0 in stage 8.0 (TID 652)
18:51:42.391 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 228.0 in stage 8.0 (TID 651) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (230/400)
18:51:42.396 [INFO - Executor task launch worker for task 229.0 in stage 8.0 (TID 652)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.397 [INFO - Executor task launch worker for task 229.0 in stage 8.0 (TID 652)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.399 [INFO - Executor task launch worker for task 229.0 in stage 8.0 (TID 652)] (Logging.scala:57) Finished task 229.0 in stage 8.0 (TID 652). 15687 bytes result sent to driver
18:51:42.400 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 230.0 in stage 8.0 (TID 653) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 230, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.400 [INFO - Executor task launch worker for task 230.0 in stage 8.0 (TID 653)] (Logging.scala:57) Running task 230.0 in stage 8.0 (TID 653)
18:51:42.400 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 229.0 in stage 8.0 (TID 652) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (231/400)
18:51:42.404 [INFO - Executor task launch worker for task 230.0 in stage 8.0 (TID 653)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.404 [INFO - Executor task launch worker for task 230.0 in stage 8.0 (TID 653)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.406 [INFO - Executor task launch worker for task 230.0 in stage 8.0 (TID 653)] (Logging.scala:57) Finished task 230.0 in stage 8.0 (TID 653). 15687 bytes result sent to driver
18:51:42.407 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 231.0 in stage 8.0 (TID 654) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 231, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.407 [INFO - Executor task launch worker for task 231.0 in stage 8.0 (TID 654)] (Logging.scala:57) Running task 231.0 in stage 8.0 (TID 654)
18:51:42.407 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 230.0 in stage 8.0 (TID 653) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (232/400)
18:51:42.411 [INFO - Executor task launch worker for task 231.0 in stage 8.0 (TID 654)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.411 [INFO - Executor task launch worker for task 231.0 in stage 8.0 (TID 654)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.413 [INFO - Executor task launch worker for task 231.0 in stage 8.0 (TID 654)] (Logging.scala:57) Finished task 231.0 in stage 8.0 (TID 654). 15687 bytes result sent to driver
18:51:42.414 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 232.0 in stage 8.0 (TID 655) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 232, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.414 [INFO - Executor task launch worker for task 232.0 in stage 8.0 (TID 655)] (Logging.scala:57) Running task 232.0 in stage 8.0 (TID 655)
18:51:42.414 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 231.0 in stage 8.0 (TID 654) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (233/400)
18:51:42.419 [INFO - Executor task launch worker for task 232.0 in stage 8.0 (TID 655)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.419 [INFO - Executor task launch worker for task 232.0 in stage 8.0 (TID 655)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.421 [INFO - Executor task launch worker for task 232.0 in stage 8.0 (TID 655)] (Logging.scala:57) Finished task 232.0 in stage 8.0 (TID 655). 15687 bytes result sent to driver
18:51:42.422 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 233.0 in stage 8.0 (TID 656) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 233, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.422 [INFO - Executor task launch worker for task 233.0 in stage 8.0 (TID 656)] (Logging.scala:57) Running task 233.0 in stage 8.0 (TID 656)
18:51:42.423 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 232.0 in stage 8.0 (TID 655) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (234/400)
18:51:42.426 [INFO - Executor task launch worker for task 233.0 in stage 8.0 (TID 656)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.426 [INFO - Executor task launch worker for task 233.0 in stage 8.0 (TID 656)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.428 [INFO - Executor task launch worker for task 233.0 in stage 8.0 (TID 656)] (Logging.scala:57) Finished task 233.0 in stage 8.0 (TID 656). 15687 bytes result sent to driver
18:51:42.429 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 234.0 in stage 8.0 (TID 657) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 234, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.429 [INFO - Executor task launch worker for task 234.0 in stage 8.0 (TID 657)] (Logging.scala:57) Running task 234.0 in stage 8.0 (TID 657)
18:51:42.430 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 233.0 in stage 8.0 (TID 656) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (235/400)
18:51:42.433 [INFO - Executor task launch worker for task 234.0 in stage 8.0 (TID 657)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.433 [INFO - Executor task launch worker for task 234.0 in stage 8.0 (TID 657)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.435 [INFO - Executor task launch worker for task 234.0 in stage 8.0 (TID 657)] (Logging.scala:57) Finished task 234.0 in stage 8.0 (TID 657). 15687 bytes result sent to driver
18:51:42.436 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 235.0 in stage 8.0 (TID 658) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 235, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.436 [INFO - Executor task launch worker for task 235.0 in stage 8.0 (TID 658)] (Logging.scala:57) Running task 235.0 in stage 8.0 (TID 658)
18:51:42.436 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 234.0 in stage 8.0 (TID 657) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (236/400)
18:51:42.440 [INFO - Executor task launch worker for task 235.0 in stage 8.0 (TID 658)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.440 [INFO - Executor task launch worker for task 235.0 in stage 8.0 (TID 658)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.442 [INFO - Executor task launch worker for task 235.0 in stage 8.0 (TID 658)] (Logging.scala:57) Finished task 235.0 in stage 8.0 (TID 658). 15687 bytes result sent to driver
18:51:42.442 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 236.0 in stage 8.0 (TID 659) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 236, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.443 [INFO - Executor task launch worker for task 236.0 in stage 8.0 (TID 659)] (Logging.scala:57) Running task 236.0 in stage 8.0 (TID 659)
18:51:42.443 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 235.0 in stage 8.0 (TID 658) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (237/400)
18:51:42.446 [INFO - Executor task launch worker for task 236.0 in stage 8.0 (TID 659)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.446 [INFO - Executor task launch worker for task 236.0 in stage 8.0 (TID 659)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.448 [INFO - Executor task launch worker for task 236.0 in stage 8.0 (TID 659)] (Logging.scala:57) Finished task 236.0 in stage 8.0 (TID 659). 15687 bytes result sent to driver
18:51:42.449 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 237.0 in stage 8.0 (TID 660) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 237, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.449 [INFO - Executor task launch worker for task 237.0 in stage 8.0 (TID 660)] (Logging.scala:57) Running task 237.0 in stage 8.0 (TID 660)
18:51:42.449 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 236.0 in stage 8.0 (TID 659) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (238/400)
18:51:42.453 [INFO - Executor task launch worker for task 237.0 in stage 8.0 (TID 660)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.453 [INFO - Executor task launch worker for task 237.0 in stage 8.0 (TID 660)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.455 [INFO - Executor task launch worker for task 237.0 in stage 8.0 (TID 660)] (Logging.scala:57) Finished task 237.0 in stage 8.0 (TID 660). 15687 bytes result sent to driver
18:51:42.456 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 238.0 in stage 8.0 (TID 661) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 238, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.456 [INFO - Executor task launch worker for task 238.0 in stage 8.0 (TID 661)] (Logging.scala:57) Running task 238.0 in stage 8.0 (TID 661)
18:51:42.456 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 237.0 in stage 8.0 (TID 660) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (239/400)
18:51:42.461 [INFO - Executor task launch worker for task 238.0 in stage 8.0 (TID 661)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.462 [INFO - Executor task launch worker for task 238.0 in stage 8.0 (TID 661)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.464 [INFO - Executor task launch worker for task 238.0 in stage 8.0 (TID 661)] (Logging.scala:57) Finished task 238.0 in stage 8.0 (TID 661). 15687 bytes result sent to driver
18:51:42.465 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 239.0 in stage 8.0 (TID 662) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 239, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.465 [INFO - Executor task launch worker for task 239.0 in stage 8.0 (TID 662)] (Logging.scala:57) Running task 239.0 in stage 8.0 (TID 662)
18:51:42.466 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 238.0 in stage 8.0 (TID 661) in 11 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (240/400)
18:51:42.470 [INFO - Executor task launch worker for task 239.0 in stage 8.0 (TID 662)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.470 [INFO - Executor task launch worker for task 239.0 in stage 8.0 (TID 662)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.473 [INFO - Executor task launch worker for task 239.0 in stage 8.0 (TID 662)] (Logging.scala:57) Finished task 239.0 in stage 8.0 (TID 662). 15687 bytes result sent to driver
18:51:42.473 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 240.0 in stage 8.0 (TID 663) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 240, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.474 [INFO - Executor task launch worker for task 240.0 in stage 8.0 (TID 663)] (Logging.scala:57) Running task 240.0 in stage 8.0 (TID 663)
18:51:42.474 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 239.0 in stage 8.0 (TID 662) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (241/400)
18:51:42.478 [INFO - Executor task launch worker for task 240.0 in stage 8.0 (TID 663)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.478 [INFO - Executor task launch worker for task 240.0 in stage 8.0 (TID 663)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.480 [INFO - Executor task launch worker for task 240.0 in stage 8.0 (TID 663)] (Logging.scala:57) Finished task 240.0 in stage 8.0 (TID 663). 15687 bytes result sent to driver
18:51:42.480 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 241.0 in stage 8.0 (TID 664) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 241, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.480 [INFO - Executor task launch worker for task 241.0 in stage 8.0 (TID 664)] (Logging.scala:57) Running task 241.0 in stage 8.0 (TID 664)
18:51:42.481 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 240.0 in stage 8.0 (TID 663) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (242/400)
18:51:42.484 [INFO - Executor task launch worker for task 241.0 in stage 8.0 (TID 664)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.485 [INFO - Executor task launch worker for task 241.0 in stage 8.0 (TID 664)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.487 [INFO - Executor task launch worker for task 241.0 in stage 8.0 (TID 664)] (Logging.scala:57) Finished task 241.0 in stage 8.0 (TID 664). 15687 bytes result sent to driver
18:51:42.488 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 242.0 in stage 8.0 (TID 665) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 242, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.488 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 241.0 in stage 8.0 (TID 664) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (243/400)
18:51:42.488 [INFO - Executor task launch worker for task 242.0 in stage 8.0 (TID 665)] (Logging.scala:57) Running task 242.0 in stage 8.0 (TID 665)
18:51:42.494 [INFO - Executor task launch worker for task 242.0 in stage 8.0 (TID 665)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.494 [INFO - Executor task launch worker for task 242.0 in stage 8.0 (TID 665)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.496 [INFO - Executor task launch worker for task 242.0 in stage 8.0 (TID 665)] (Logging.scala:57) Finished task 242.0 in stage 8.0 (TID 665). 15687 bytes result sent to driver
18:51:42.497 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 243.0 in stage 8.0 (TID 666) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 243, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.497 [INFO - Executor task launch worker for task 243.0 in stage 8.0 (TID 666)] (Logging.scala:57) Running task 243.0 in stage 8.0 (TID 666)
18:51:42.497 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 242.0 in stage 8.0 (TID 665) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (244/400)
18:51:42.502 [INFO - Executor task launch worker for task 243.0 in stage 8.0 (TID 666)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.502 [INFO - Executor task launch worker for task 243.0 in stage 8.0 (TID 666)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.503 [INFO - Executor task launch worker for task 243.0 in stage 8.0 (TID 666)] (Logging.scala:57) Finished task 243.0 in stage 8.0 (TID 666). 15687 bytes result sent to driver
18:51:42.504 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 244.0 in stage 8.0 (TID 667) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 244, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.504 [INFO - Executor task launch worker for task 244.0 in stage 8.0 (TID 667)] (Logging.scala:57) Running task 244.0 in stage 8.0 (TID 667)
18:51:42.505 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 243.0 in stage 8.0 (TID 666) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (245/400)
18:51:42.509 [INFO - Executor task launch worker for task 244.0 in stage 8.0 (TID 667)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.509 [INFO - Executor task launch worker for task 244.0 in stage 8.0 (TID 667)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.511 [INFO - Executor task launch worker for task 244.0 in stage 8.0 (TID 667)] (Logging.scala:57) Finished task 244.0 in stage 8.0 (TID 667). 15687 bytes result sent to driver
18:51:42.512 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 245.0 in stage 8.0 (TID 668) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 245, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.512 [INFO - Executor task launch worker for task 245.0 in stage 8.0 (TID 668)] (Logging.scala:57) Running task 245.0 in stage 8.0 (TID 668)
18:51:42.513 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 244.0 in stage 8.0 (TID 667) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (246/400)
18:51:42.516 [INFO - Executor task launch worker for task 245.0 in stage 8.0 (TID 668)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.516 [INFO - Executor task launch worker for task 245.0 in stage 8.0 (TID 668)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.518 [INFO - Executor task launch worker for task 245.0 in stage 8.0 (TID 668)] (Logging.scala:57) Finished task 245.0 in stage 8.0 (TID 668). 15687 bytes result sent to driver
18:51:42.519 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 246.0 in stage 8.0 (TID 669) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 246, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.519 [INFO - Executor task launch worker for task 246.0 in stage 8.0 (TID 669)] (Logging.scala:57) Running task 246.0 in stage 8.0 (TID 669)
18:51:42.519 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 245.0 in stage 8.0 (TID 668) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (247/400)
18:51:42.523 [INFO - Executor task launch worker for task 246.0 in stage 8.0 (TID 669)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.523 [INFO - Executor task launch worker for task 246.0 in stage 8.0 (TID 669)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.526 [INFO - Executor task launch worker for task 246.0 in stage 8.0 (TID 669)] (Logging.scala:57) Finished task 246.0 in stage 8.0 (TID 669). 15687 bytes result sent to driver
18:51:42.526 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 247.0 in stage 8.0 (TID 670) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 247, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.526 [INFO - Executor task launch worker for task 247.0 in stage 8.0 (TID 670)] (Logging.scala:57) Running task 247.0 in stage 8.0 (TID 670)
18:51:42.527 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 246.0 in stage 8.0 (TID 669) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (248/400)
18:51:42.530 [INFO - Executor task launch worker for task 247.0 in stage 8.0 (TID 670)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.530 [INFO - Executor task launch worker for task 247.0 in stage 8.0 (TID 670)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.532 [INFO - Executor task launch worker for task 247.0 in stage 8.0 (TID 670)] (Logging.scala:57) Finished task 247.0 in stage 8.0 (TID 670). 15687 bytes result sent to driver
18:51:42.532 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 248.0 in stage 8.0 (TID 671) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 248, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.532 [INFO - Executor task launch worker for task 248.0 in stage 8.0 (TID 671)] (Logging.scala:57) Running task 248.0 in stage 8.0 (TID 671)
18:51:42.533 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 247.0 in stage 8.0 (TID 670) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (249/400)
18:51:42.537 [INFO - Executor task launch worker for task 248.0 in stage 8.0 (TID 671)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.537 [INFO - Executor task launch worker for task 248.0 in stage 8.0 (TID 671)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.597 [INFO - Executor task launch worker for task 248.0 in stage 8.0 (TID 671)] (Logging.scala:57) Finished task 248.0 in stage 8.0 (TID 671). 15687 bytes result sent to driver
18:51:42.598 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 249.0 in stage 8.0 (TID 672) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 249, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.598 [INFO - Executor task launch worker for task 249.0 in stage 8.0 (TID 672)] (Logging.scala:57) Running task 249.0 in stage 8.0 (TID 672)
18:51:42.598 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 248.0 in stage 8.0 (TID 671) in 66 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (250/400)
18:51:42.602 [INFO - Executor task launch worker for task 249.0 in stage 8.0 (TID 672)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.603 [INFO - Executor task launch worker for task 249.0 in stage 8.0 (TID 672)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.604 [INFO - Executor task launch worker for task 249.0 in stage 8.0 (TID 672)] (Logging.scala:57) Finished task 249.0 in stage 8.0 (TID 672). 15687 bytes result sent to driver
18:51:42.605 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 250.0 in stage 8.0 (TID 673) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 250, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.605 [INFO - Executor task launch worker for task 250.0 in stage 8.0 (TID 673)] (Logging.scala:57) Running task 250.0 in stage 8.0 (TID 673)
18:51:42.605 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 249.0 in stage 8.0 (TID 672) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (251/400)
18:51:42.609 [INFO - Executor task launch worker for task 250.0 in stage 8.0 (TID 673)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.609 [INFO - Executor task launch worker for task 250.0 in stage 8.0 (TID 673)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.611 [INFO - Executor task launch worker for task 250.0 in stage 8.0 (TID 673)] (Logging.scala:57) Finished task 250.0 in stage 8.0 (TID 673). 15687 bytes result sent to driver
18:51:42.612 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 251.0 in stage 8.0 (TID 674) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 251, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.612 [INFO - Executor task launch worker for task 251.0 in stage 8.0 (TID 674)] (Logging.scala:57) Running task 251.0 in stage 8.0 (TID 674)
18:51:42.612 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 250.0 in stage 8.0 (TID 673) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (252/400)
18:51:42.615 [INFO - Executor task launch worker for task 251.0 in stage 8.0 (TID 674)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.615 [INFO - Executor task launch worker for task 251.0 in stage 8.0 (TID 674)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.617 [INFO - Executor task launch worker for task 251.0 in stage 8.0 (TID 674)] (Logging.scala:57) Finished task 251.0 in stage 8.0 (TID 674). 15687 bytes result sent to driver
18:51:42.618 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 252.0 in stage 8.0 (TID 675) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 252, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.618 [INFO - Executor task launch worker for task 252.0 in stage 8.0 (TID 675)] (Logging.scala:57) Running task 252.0 in stage 8.0 (TID 675)
18:51:42.618 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 251.0 in stage 8.0 (TID 674) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (253/400)
18:51:42.623 [INFO - Executor task launch worker for task 252.0 in stage 8.0 (TID 675)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.623 [INFO - Executor task launch worker for task 252.0 in stage 8.0 (TID 675)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.625 [INFO - Executor task launch worker for task 252.0 in stage 8.0 (TID 675)] (Logging.scala:57) Finished task 252.0 in stage 8.0 (TID 675). 15687 bytes result sent to driver
18:51:42.625 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 253.0 in stage 8.0 (TID 676) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 253, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.626 [INFO - Executor task launch worker for task 253.0 in stage 8.0 (TID 676)] (Logging.scala:57) Running task 253.0 in stage 8.0 (TID 676)
18:51:42.626 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 252.0 in stage 8.0 (TID 675) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (254/400)
18:51:42.631 [INFO - Executor task launch worker for task 253.0 in stage 8.0 (TID 676)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.631 [INFO - Executor task launch worker for task 253.0 in stage 8.0 (TID 676)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.633 [INFO - Executor task launch worker for task 253.0 in stage 8.0 (TID 676)] (Logging.scala:57) Finished task 253.0 in stage 8.0 (TID 676). 15687 bytes result sent to driver
18:51:42.634 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 254.0 in stage 8.0 (TID 677) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 254, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.634 [INFO - Executor task launch worker for task 254.0 in stage 8.0 (TID 677)] (Logging.scala:57) Running task 254.0 in stage 8.0 (TID 677)
18:51:42.634 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 253.0 in stage 8.0 (TID 676) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (255/400)
18:51:42.639 [INFO - Executor task launch worker for task 254.0 in stage 8.0 (TID 677)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.639 [INFO - Executor task launch worker for task 254.0 in stage 8.0 (TID 677)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.641 [INFO - Executor task launch worker for task 254.0 in stage 8.0 (TID 677)] (Logging.scala:57) Finished task 254.0 in stage 8.0 (TID 677). 15687 bytes result sent to driver
18:51:42.642 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 255.0 in stage 8.0 (TID 678) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 255, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.642 [INFO - Executor task launch worker for task 255.0 in stage 8.0 (TID 678)] (Logging.scala:57) Running task 255.0 in stage 8.0 (TID 678)
18:51:42.642 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 254.0 in stage 8.0 (TID 677) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (256/400)
18:51:42.648 [INFO - Executor task launch worker for task 255.0 in stage 8.0 (TID 678)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.648 [INFO - Executor task launch worker for task 255.0 in stage 8.0 (TID 678)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.650 [INFO - Executor task launch worker for task 255.0 in stage 8.0 (TID 678)] (Logging.scala:57) Finished task 255.0 in stage 8.0 (TID 678). 15687 bytes result sent to driver
18:51:42.650 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 256.0 in stage 8.0 (TID 679) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 256, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.651 [INFO - Executor task launch worker for task 256.0 in stage 8.0 (TID 679)] (Logging.scala:57) Running task 256.0 in stage 8.0 (TID 679)
18:51:42.651 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 255.0 in stage 8.0 (TID 678) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (257/400)
18:51:42.655 [INFO - Executor task launch worker for task 256.0 in stage 8.0 (TID 679)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.655 [INFO - Executor task launch worker for task 256.0 in stage 8.0 (TID 679)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.657 [INFO - Executor task launch worker for task 256.0 in stage 8.0 (TID 679)] (Logging.scala:57) Finished task 256.0 in stage 8.0 (TID 679). 15687 bytes result sent to driver
18:51:42.658 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 257.0 in stage 8.0 (TID 680) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 257, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.658 [INFO - Executor task launch worker for task 257.0 in stage 8.0 (TID 680)] (Logging.scala:57) Running task 257.0 in stage 8.0 (TID 680)
18:51:42.658 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 256.0 in stage 8.0 (TID 679) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (258/400)
18:51:42.662 [INFO - Executor task launch worker for task 257.0 in stage 8.0 (TID 680)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.662 [INFO - Executor task launch worker for task 257.0 in stage 8.0 (TID 680)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.664 [INFO - Executor task launch worker for task 257.0 in stage 8.0 (TID 680)] (Logging.scala:57) Finished task 257.0 in stage 8.0 (TID 680). 15687 bytes result sent to driver
18:51:42.664 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 258.0 in stage 8.0 (TID 681) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 258, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.664 [INFO - Executor task launch worker for task 258.0 in stage 8.0 (TID 681)] (Logging.scala:57) Running task 258.0 in stage 8.0 (TID 681)
18:51:42.665 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 257.0 in stage 8.0 (TID 680) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (259/400)
18:51:42.668 [INFO - Executor task launch worker for task 258.0 in stage 8.0 (TID 681)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.668 [INFO - Executor task launch worker for task 258.0 in stage 8.0 (TID 681)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.670 [INFO - Executor task launch worker for task 258.0 in stage 8.0 (TID 681)] (Logging.scala:57) Finished task 258.0 in stage 8.0 (TID 681). 15687 bytes result sent to driver
18:51:42.671 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 259.0 in stage 8.0 (TID 682) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 259, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.671 [INFO - Executor task launch worker for task 259.0 in stage 8.0 (TID 682)] (Logging.scala:57) Running task 259.0 in stage 8.0 (TID 682)
18:51:42.671 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 258.0 in stage 8.0 (TID 681) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (260/400)
18:51:42.675 [INFO - Executor task launch worker for task 259.0 in stage 8.0 (TID 682)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.675 [INFO - Executor task launch worker for task 259.0 in stage 8.0 (TID 682)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.677 [INFO - Executor task launch worker for task 259.0 in stage 8.0 (TID 682)] (Logging.scala:57) Finished task 259.0 in stage 8.0 (TID 682). 15687 bytes result sent to driver
18:51:42.677 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 260.0 in stage 8.0 (TID 683) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 260, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.678 [INFO - Executor task launch worker for task 260.0 in stage 8.0 (TID 683)] (Logging.scala:57) Running task 260.0 in stage 8.0 (TID 683)
18:51:42.678 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 259.0 in stage 8.0 (TID 682) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (261/400)
18:51:42.681 [INFO - Executor task launch worker for task 260.0 in stage 8.0 (TID 683)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.682 [INFO - Executor task launch worker for task 260.0 in stage 8.0 (TID 683)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.683 [INFO - Executor task launch worker for task 260.0 in stage 8.0 (TID 683)] (Logging.scala:57) Finished task 260.0 in stage 8.0 (TID 683). 15687 bytes result sent to driver
18:51:42.684 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 261.0 in stage 8.0 (TID 684) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 261, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.684 [INFO - Executor task launch worker for task 261.0 in stage 8.0 (TID 684)] (Logging.scala:57) Running task 261.0 in stage 8.0 (TID 684)
18:51:42.684 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 260.0 in stage 8.0 (TID 683) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (262/400)
18:51:42.689 [INFO - Executor task launch worker for task 261.0 in stage 8.0 (TID 684)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.689 [INFO - Executor task launch worker for task 261.0 in stage 8.0 (TID 684)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.692 [INFO - Executor task launch worker for task 261.0 in stage 8.0 (TID 684)] (Logging.scala:57) Finished task 261.0 in stage 8.0 (TID 684). 15687 bytes result sent to driver
18:51:42.692 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 262.0 in stage 8.0 (TID 685) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 262, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.692 [INFO - Executor task launch worker for task 262.0 in stage 8.0 (TID 685)] (Logging.scala:57) Running task 262.0 in stage 8.0 (TID 685)
18:51:42.693 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 261.0 in stage 8.0 (TID 684) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (263/400)
18:51:42.696 [INFO - Executor task launch worker for task 262.0 in stage 8.0 (TID 685)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.696 [INFO - Executor task launch worker for task 262.0 in stage 8.0 (TID 685)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.698 [INFO - Executor task launch worker for task 262.0 in stage 8.0 (TID 685)] (Logging.scala:57) Finished task 262.0 in stage 8.0 (TID 685). 15687 bytes result sent to driver
18:51:42.698 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 263.0 in stage 8.0 (TID 686) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 263, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.699 [INFO - Executor task launch worker for task 263.0 in stage 8.0 (TID 686)] (Logging.scala:57) Running task 263.0 in stage 8.0 (TID 686)
18:51:42.699 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 262.0 in stage 8.0 (TID 685) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (264/400)
18:51:42.703 [INFO - Executor task launch worker for task 263.0 in stage 8.0 (TID 686)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.703 [INFO - Executor task launch worker for task 263.0 in stage 8.0 (TID 686)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.704 [INFO - Executor task launch worker for task 263.0 in stage 8.0 (TID 686)] (Logging.scala:57) Finished task 263.0 in stage 8.0 (TID 686). 15687 bytes result sent to driver
18:51:42.705 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 264.0 in stage 8.0 (TID 687) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 264, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.705 [INFO - Executor task launch worker for task 264.0 in stage 8.0 (TID 687)] (Logging.scala:57) Running task 264.0 in stage 8.0 (TID 687)
18:51:42.706 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 263.0 in stage 8.0 (TID 686) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (265/400)
18:51:42.709 [INFO - Executor task launch worker for task 264.0 in stage 8.0 (TID 687)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.709 [INFO - Executor task launch worker for task 264.0 in stage 8.0 (TID 687)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.711 [INFO - Executor task launch worker for task 264.0 in stage 8.0 (TID 687)] (Logging.scala:57) Finished task 264.0 in stage 8.0 (TID 687). 15687 bytes result sent to driver
18:51:42.712 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 265.0 in stage 8.0 (TID 688) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 265, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.712 [INFO - Executor task launch worker for task 265.0 in stage 8.0 (TID 688)] (Logging.scala:57) Running task 265.0 in stage 8.0 (TID 688)
18:51:42.712 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 264.0 in stage 8.0 (TID 687) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (266/400)
18:51:42.717 [INFO - Executor task launch worker for task 265.0 in stage 8.0 (TID 688)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.717 [INFO - Executor task launch worker for task 265.0 in stage 8.0 (TID 688)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.719 [INFO - Executor task launch worker for task 265.0 in stage 8.0 (TID 688)] (Logging.scala:57) Finished task 265.0 in stage 8.0 (TID 688). 15687 bytes result sent to driver
18:51:42.719 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 266.0 in stage 8.0 (TID 689) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 266, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.720 [INFO - Executor task launch worker for task 266.0 in stage 8.0 (TID 689)] (Logging.scala:57) Running task 266.0 in stage 8.0 (TID 689)
18:51:42.720 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 265.0 in stage 8.0 (TID 688) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (267/400)
18:51:42.724 [INFO - Executor task launch worker for task 266.0 in stage 8.0 (TID 689)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.724 [INFO - Executor task launch worker for task 266.0 in stage 8.0 (TID 689)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.726 [INFO - Executor task launch worker for task 266.0 in stage 8.0 (TID 689)] (Logging.scala:57) Finished task 266.0 in stage 8.0 (TID 689). 15687 bytes result sent to driver
18:51:42.726 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 267.0 in stage 8.0 (TID 690) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 267, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.726 [INFO - Executor task launch worker for task 267.0 in stage 8.0 (TID 690)] (Logging.scala:57) Running task 267.0 in stage 8.0 (TID 690)
18:51:42.727 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 266.0 in stage 8.0 (TID 689) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (268/400)
18:51:42.731 [INFO - Executor task launch worker for task 267.0 in stage 8.0 (TID 690)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.732 [INFO - Executor task launch worker for task 267.0 in stage 8.0 (TID 690)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.734 [INFO - Executor task launch worker for task 267.0 in stage 8.0 (TID 690)] (Logging.scala:57) Finished task 267.0 in stage 8.0 (TID 690). 15687 bytes result sent to driver
18:51:42.734 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 268.0 in stage 8.0 (TID 691) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 268, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.735 [INFO - Executor task launch worker for task 268.0 in stage 8.0 (TID 691)] (Logging.scala:57) Running task 268.0 in stage 8.0 (TID 691)
18:51:42.735 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 267.0 in stage 8.0 (TID 690) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (269/400)
18:51:42.739 [INFO - Executor task launch worker for task 268.0 in stage 8.0 (TID 691)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.739 [INFO - Executor task launch worker for task 268.0 in stage 8.0 (TID 691)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.741 [INFO - Executor task launch worker for task 268.0 in stage 8.0 (TID 691)] (Logging.scala:57) Finished task 268.0 in stage 8.0 (TID 691). 15687 bytes result sent to driver
18:51:42.741 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 269.0 in stage 8.0 (TID 692) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 269, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.742 [INFO - Executor task launch worker for task 269.0 in stage 8.0 (TID 692)] (Logging.scala:57) Running task 269.0 in stage 8.0 (TID 692)
18:51:42.742 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 268.0 in stage 8.0 (TID 691) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (270/400)
18:51:42.745 [INFO - Executor task launch worker for task 269.0 in stage 8.0 (TID 692)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.745 [INFO - Executor task launch worker for task 269.0 in stage 8.0 (TID 692)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.747 [INFO - Executor task launch worker for task 269.0 in stage 8.0 (TID 692)] (Logging.scala:57) Finished task 269.0 in stage 8.0 (TID 692). 15687 bytes result sent to driver
18:51:42.748 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 270.0 in stage 8.0 (TID 693) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 270, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.748 [INFO - Executor task launch worker for task 270.0 in stage 8.0 (TID 693)] (Logging.scala:57) Running task 270.0 in stage 8.0 (TID 693)
18:51:42.748 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 269.0 in stage 8.0 (TID 692) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (271/400)
18:51:42.752 [INFO - Executor task launch worker for task 270.0 in stage 8.0 (TID 693)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.752 [INFO - Executor task launch worker for task 270.0 in stage 8.0 (TID 693)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.754 [INFO - Executor task launch worker for task 270.0 in stage 8.0 (TID 693)] (Logging.scala:57) Finished task 270.0 in stage 8.0 (TID 693). 15687 bytes result sent to driver
18:51:42.755 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 271.0 in stage 8.0 (TID 694) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 271, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.755 [INFO - Executor task launch worker for task 271.0 in stage 8.0 (TID 694)] (Logging.scala:57) Running task 271.0 in stage 8.0 (TID 694)
18:51:42.755 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 270.0 in stage 8.0 (TID 693) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (272/400)
18:51:42.758 [INFO - Executor task launch worker for task 271.0 in stage 8.0 (TID 694)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.759 [INFO - Executor task launch worker for task 271.0 in stage 8.0 (TID 694)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.761 [INFO - Executor task launch worker for task 271.0 in stage 8.0 (TID 694)] (Logging.scala:57) Finished task 271.0 in stage 8.0 (TID 694). 15687 bytes result sent to driver
18:51:42.761 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 272.0 in stage 8.0 (TID 695) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 272, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.762 [INFO - Executor task launch worker for task 272.0 in stage 8.0 (TID 695)] (Logging.scala:57) Running task 272.0 in stage 8.0 (TID 695)
18:51:42.762 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 271.0 in stage 8.0 (TID 694) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (273/400)
18:51:42.766 [INFO - Executor task launch worker for task 272.0 in stage 8.0 (TID 695)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.766 [INFO - Executor task launch worker for task 272.0 in stage 8.0 (TID 695)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.768 [INFO - Executor task launch worker for task 272.0 in stage 8.0 (TID 695)] (Logging.scala:57) Finished task 272.0 in stage 8.0 (TID 695). 15687 bytes result sent to driver
18:51:42.769 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 273.0 in stage 8.0 (TID 696) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 273, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.769 [INFO - Executor task launch worker for task 273.0 in stage 8.0 (TID 696)] (Logging.scala:57) Running task 273.0 in stage 8.0 (TID 696)
18:51:42.770 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 272.0 in stage 8.0 (TID 695) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (274/400)
18:51:42.774 [INFO - Executor task launch worker for task 273.0 in stage 8.0 (TID 696)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.774 [INFO - Executor task launch worker for task 273.0 in stage 8.0 (TID 696)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.775 [INFO - Executor task launch worker for task 273.0 in stage 8.0 (TID 696)] (Logging.scala:57) Finished task 273.0 in stage 8.0 (TID 696). 15687 bytes result sent to driver
18:51:42.776 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 274.0 in stage 8.0 (TID 697) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 274, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.776 [INFO - Executor task launch worker for task 274.0 in stage 8.0 (TID 697)] (Logging.scala:57) Running task 274.0 in stage 8.0 (TID 697)
18:51:42.776 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 273.0 in stage 8.0 (TID 696) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (275/400)
18:51:42.780 [INFO - Executor task launch worker for task 274.0 in stage 8.0 (TID 697)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.780 [INFO - Executor task launch worker for task 274.0 in stage 8.0 (TID 697)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.782 [INFO - Executor task launch worker for task 274.0 in stage 8.0 (TID 697)] (Logging.scala:57) Finished task 274.0 in stage 8.0 (TID 697). 15687 bytes result sent to driver
18:51:42.783 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 275.0 in stage 8.0 (TID 698) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 275, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.783 [INFO - Executor task launch worker for task 275.0 in stage 8.0 (TID 698)] (Logging.scala:57) Running task 275.0 in stage 8.0 (TID 698)
18:51:42.783 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 274.0 in stage 8.0 (TID 697) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (276/400)
18:51:42.786 [INFO - Executor task launch worker for task 275.0 in stage 8.0 (TID 698)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.786 [INFO - Executor task launch worker for task 275.0 in stage 8.0 (TID 698)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.788 [INFO - Executor task launch worker for task 275.0 in stage 8.0 (TID 698)] (Logging.scala:57) Finished task 275.0 in stage 8.0 (TID 698). 15687 bytes result sent to driver
18:51:42.788 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 276.0 in stage 8.0 (TID 699) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 276, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.789 [INFO - Executor task launch worker for task 276.0 in stage 8.0 (TID 699)] (Logging.scala:57) Running task 276.0 in stage 8.0 (TID 699)
18:51:42.789 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 275.0 in stage 8.0 (TID 698) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (277/400)
18:51:42.792 [INFO - Executor task launch worker for task 276.0 in stage 8.0 (TID 699)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.792 [INFO - Executor task launch worker for task 276.0 in stage 8.0 (TID 699)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.794 [INFO - Executor task launch worker for task 276.0 in stage 8.0 (TID 699)] (Logging.scala:57) Finished task 276.0 in stage 8.0 (TID 699). 15687 bytes result sent to driver
18:51:42.794 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 277.0 in stage 8.0 (TID 700) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 277, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.795 [INFO - Executor task launch worker for task 277.0 in stage 8.0 (TID 700)] (Logging.scala:57) Running task 277.0 in stage 8.0 (TID 700)
18:51:42.795 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 276.0 in stage 8.0 (TID 699) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (278/400)
18:51:42.798 [INFO - Executor task launch worker for task 277.0 in stage 8.0 (TID 700)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.798 [INFO - Executor task launch worker for task 277.0 in stage 8.0 (TID 700)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.800 [INFO - Executor task launch worker for task 277.0 in stage 8.0 (TID 700)] (Logging.scala:57) Finished task 277.0 in stage 8.0 (TID 700). 15687 bytes result sent to driver
18:51:42.800 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 278.0 in stage 8.0 (TID 701) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 278, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.800 [INFO - Executor task launch worker for task 278.0 in stage 8.0 (TID 701)] (Logging.scala:57) Running task 278.0 in stage 8.0 (TID 701)
18:51:42.801 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 277.0 in stage 8.0 (TID 700) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (279/400)
18:51:42.804 [INFO - Executor task launch worker for task 278.0 in stage 8.0 (TID 701)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.804 [INFO - Executor task launch worker for task 278.0 in stage 8.0 (TID 701)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.806 [INFO - Executor task launch worker for task 278.0 in stage 8.0 (TID 701)] (Logging.scala:57) Finished task 278.0 in stage 8.0 (TID 701). 15687 bytes result sent to driver
18:51:42.806 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 279.0 in stage 8.0 (TID 702) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 279, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.806 [INFO - Executor task launch worker for task 279.0 in stage 8.0 (TID 702)] (Logging.scala:57) Running task 279.0 in stage 8.0 (TID 702)
18:51:42.806 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 278.0 in stage 8.0 (TID 701) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (280/400)
18:51:42.809 [INFO - Executor task launch worker for task 279.0 in stage 8.0 (TID 702)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.809 [INFO - Executor task launch worker for task 279.0 in stage 8.0 (TID 702)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.811 [INFO - Executor task launch worker for task 279.0 in stage 8.0 (TID 702)] (Logging.scala:57) Finished task 279.0 in stage 8.0 (TID 702). 15687 bytes result sent to driver
18:51:42.811 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 280.0 in stage 8.0 (TID 703) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 280, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.812 [INFO - Executor task launch worker for task 280.0 in stage 8.0 (TID 703)] (Logging.scala:57) Running task 280.0 in stage 8.0 (TID 703)
18:51:42.812 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 279.0 in stage 8.0 (TID 702) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (281/400)
18:51:42.815 [INFO - Executor task launch worker for task 280.0 in stage 8.0 (TID 703)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.815 [INFO - Executor task launch worker for task 280.0 in stage 8.0 (TID 703)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.817 [INFO - Executor task launch worker for task 280.0 in stage 8.0 (TID 703)] (Logging.scala:57) Finished task 280.0 in stage 8.0 (TID 703). 15687 bytes result sent to driver
18:51:42.817 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 281.0 in stage 8.0 (TID 704) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 281, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.817 [INFO - Executor task launch worker for task 281.0 in stage 8.0 (TID 704)] (Logging.scala:57) Running task 281.0 in stage 8.0 (TID 704)
18:51:42.818 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 280.0 in stage 8.0 (TID 703) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (282/400)
18:51:42.822 [INFO - Executor task launch worker for task 281.0 in stage 8.0 (TID 704)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.822 [INFO - Executor task launch worker for task 281.0 in stage 8.0 (TID 704)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.825 [INFO - Executor task launch worker for task 281.0 in stage 8.0 (TID 704)] (Logging.scala:57) Finished task 281.0 in stage 8.0 (TID 704). 15687 bytes result sent to driver
18:51:42.825 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 282.0 in stage 8.0 (TID 705) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 282, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.826 [INFO - Executor task launch worker for task 282.0 in stage 8.0 (TID 705)] (Logging.scala:57) Running task 282.0 in stage 8.0 (TID 705)
18:51:42.826 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 281.0 in stage 8.0 (TID 704) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (283/400)
18:51:42.830 [INFO - Executor task launch worker for task 282.0 in stage 8.0 (TID 705)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.830 [INFO - Executor task launch worker for task 282.0 in stage 8.0 (TID 705)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.831 [INFO - Executor task launch worker for task 282.0 in stage 8.0 (TID 705)] (Logging.scala:57) Finished task 282.0 in stage 8.0 (TID 705). 15687 bytes result sent to driver
18:51:42.832 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 283.0 in stage 8.0 (TID 706) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 283, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.832 [INFO - Executor task launch worker for task 283.0 in stage 8.0 (TID 706)] (Logging.scala:57) Running task 283.0 in stage 8.0 (TID 706)
18:51:42.832 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 282.0 in stage 8.0 (TID 705) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (284/400)
18:51:42.837 [INFO - Executor task launch worker for task 283.0 in stage 8.0 (TID 706)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.837 [INFO - Executor task launch worker for task 283.0 in stage 8.0 (TID 706)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.838 [INFO - Executor task launch worker for task 283.0 in stage 8.0 (TID 706)] (Logging.scala:57) Finished task 283.0 in stage 8.0 (TID 706). 15687 bytes result sent to driver
18:51:42.839 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 284.0 in stage 8.0 (TID 707) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 284, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.839 [INFO - Executor task launch worker for task 284.0 in stage 8.0 (TID 707)] (Logging.scala:57) Running task 284.0 in stage 8.0 (TID 707)
18:51:42.839 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 283.0 in stage 8.0 (TID 706) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (285/400)
18:51:42.844 [INFO - Executor task launch worker for task 284.0 in stage 8.0 (TID 707)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.844 [INFO - Executor task launch worker for task 284.0 in stage 8.0 (TID 707)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.846 [INFO - Executor task launch worker for task 284.0 in stage 8.0 (TID 707)] (Logging.scala:57) Finished task 284.0 in stage 8.0 (TID 707). 15687 bytes result sent to driver
18:51:42.847 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 285.0 in stage 8.0 (TID 708) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 285, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.847 [INFO - Executor task launch worker for task 285.0 in stage 8.0 (TID 708)] (Logging.scala:57) Running task 285.0 in stage 8.0 (TID 708)
18:51:42.847 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 284.0 in stage 8.0 (TID 707) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (286/400)
18:51:42.850 [INFO - Executor task launch worker for task 285.0 in stage 8.0 (TID 708)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.850 [INFO - Executor task launch worker for task 285.0 in stage 8.0 (TID 708)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.852 [INFO - Executor task launch worker for task 285.0 in stage 8.0 (TID 708)] (Logging.scala:57) Finished task 285.0 in stage 8.0 (TID 708). 15687 bytes result sent to driver
18:51:42.866 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 286.0 in stage 8.0 (TID 709) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 286, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.867 [INFO - Executor task launch worker for task 286.0 in stage 8.0 (TID 709)] (Logging.scala:57) Running task 286.0 in stage 8.0 (TID 709)
18:51:42.867 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 285.0 in stage 8.0 (TID 708) in 21 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (287/400)
18:51:42.871 [INFO - Executor task launch worker for task 286.0 in stage 8.0 (TID 709)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.871 [INFO - Executor task launch worker for task 286.0 in stage 8.0 (TID 709)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.873 [INFO - Executor task launch worker for task 286.0 in stage 8.0 (TID 709)] (Logging.scala:57) Finished task 286.0 in stage 8.0 (TID 709). 15687 bytes result sent to driver
18:51:42.873 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 287.0 in stage 8.0 (TID 710) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 287, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.873 [INFO - Executor task launch worker for task 287.0 in stage 8.0 (TID 710)] (Logging.scala:57) Running task 287.0 in stage 8.0 (TID 710)
18:51:42.874 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 286.0 in stage 8.0 (TID 709) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (288/400)
18:51:42.879 [INFO - Executor task launch worker for task 287.0 in stage 8.0 (TID 710)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.879 [INFO - Executor task launch worker for task 287.0 in stage 8.0 (TID 710)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.882 [INFO - Executor task launch worker for task 287.0 in stage 8.0 (TID 710)] (Logging.scala:57) Finished task 287.0 in stage 8.0 (TID 710). 15687 bytes result sent to driver
18:51:42.882 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 288.0 in stage 8.0 (TID 711) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 288, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.882 [INFO - Executor task launch worker for task 288.0 in stage 8.0 (TID 711)] (Logging.scala:57) Running task 288.0 in stage 8.0 (TID 711)
18:51:42.883 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 287.0 in stage 8.0 (TID 710) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (289/400)
18:51:42.886 [INFO - Executor task launch worker for task 288.0 in stage 8.0 (TID 711)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.886 [INFO - Executor task launch worker for task 288.0 in stage 8.0 (TID 711)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.888 [INFO - Executor task launch worker for task 288.0 in stage 8.0 (TID 711)] (Logging.scala:57) Finished task 288.0 in stage 8.0 (TID 711). 15687 bytes result sent to driver
18:51:42.889 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 289.0 in stage 8.0 (TID 712) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 289, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.889 [INFO - Executor task launch worker for task 289.0 in stage 8.0 (TID 712)] (Logging.scala:57) Running task 289.0 in stage 8.0 (TID 712)
18:51:42.889 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 288.0 in stage 8.0 (TID 711) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (290/400)
18:51:42.894 [INFO - Executor task launch worker for task 289.0 in stage 8.0 (TID 712)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.894 [INFO - Executor task launch worker for task 289.0 in stage 8.0 (TID 712)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.897 [INFO - Executor task launch worker for task 289.0 in stage 8.0 (TID 712)] (Logging.scala:57) Finished task 289.0 in stage 8.0 (TID 712). 15687 bytes result sent to driver
18:51:42.897 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 290.0 in stage 8.0 (TID 713) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 290, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.897 [INFO - Executor task launch worker for task 290.0 in stage 8.0 (TID 713)] (Logging.scala:57) Running task 290.0 in stage 8.0 (TID 713)
18:51:42.898 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 289.0 in stage 8.0 (TID 712) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (291/400)
18:51:42.901 [INFO - Executor task launch worker for task 290.0 in stage 8.0 (TID 713)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.901 [INFO - Executor task launch worker for task 290.0 in stage 8.0 (TID 713)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.903 [INFO - Executor task launch worker for task 290.0 in stage 8.0 (TID 713)] (Logging.scala:57) Finished task 290.0 in stage 8.0 (TID 713). 15687 bytes result sent to driver
18:51:42.903 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 291.0 in stage 8.0 (TID 714) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 291, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.904 [INFO - Executor task launch worker for task 291.0 in stage 8.0 (TID 714)] (Logging.scala:57) Running task 291.0 in stage 8.0 (TID 714)
18:51:42.904 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 290.0 in stage 8.0 (TID 713) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (292/400)
18:51:42.908 [INFO - Executor task launch worker for task 291.0 in stage 8.0 (TID 714)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.908 [INFO - Executor task launch worker for task 291.0 in stage 8.0 (TID 714)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.910 [INFO - Executor task launch worker for task 291.0 in stage 8.0 (TID 714)] (Logging.scala:57) Finished task 291.0 in stage 8.0 (TID 714). 15687 bytes result sent to driver
18:51:42.910 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 292.0 in stage 8.0 (TID 715) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 292, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.910 [INFO - Executor task launch worker for task 292.0 in stage 8.0 (TID 715)] (Logging.scala:57) Running task 292.0 in stage 8.0 (TID 715)
18:51:42.911 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 291.0 in stage 8.0 (TID 714) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (293/400)
18:51:42.915 [INFO - Executor task launch worker for task 292.0 in stage 8.0 (TID 715)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.916 [INFO - Executor task launch worker for task 292.0 in stage 8.0 (TID 715)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.918 [INFO - Executor task launch worker for task 292.0 in stage 8.0 (TID 715)] (Logging.scala:57) Finished task 292.0 in stage 8.0 (TID 715). 15687 bytes result sent to driver
18:51:42.919 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 293.0 in stage 8.0 (TID 716) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 293, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.919 [INFO - Executor task launch worker for task 293.0 in stage 8.0 (TID 716)] (Logging.scala:57) Running task 293.0 in stage 8.0 (TID 716)
18:51:42.919 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 292.0 in stage 8.0 (TID 715) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (294/400)
18:51:42.923 [INFO - Executor task launch worker for task 293.0 in stage 8.0 (TID 716)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.923 [INFO - Executor task launch worker for task 293.0 in stage 8.0 (TID 716)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.924 [INFO - Executor task launch worker for task 293.0 in stage 8.0 (TID 716)] (Logging.scala:57) Finished task 293.0 in stage 8.0 (TID 716). 15687 bytes result sent to driver
18:51:42.925 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 294.0 in stage 8.0 (TID 717) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 294, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.925 [INFO - Executor task launch worker for task 294.0 in stage 8.0 (TID 717)] (Logging.scala:57) Running task 294.0 in stage 8.0 (TID 717)
18:51:42.926 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 293.0 in stage 8.0 (TID 716) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (295/400)
18:51:42.929 [INFO - Executor task launch worker for task 294.0 in stage 8.0 (TID 717)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.929 [INFO - Executor task launch worker for task 294.0 in stage 8.0 (TID 717)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.931 [INFO - Executor task launch worker for task 294.0 in stage 8.0 (TID 717)] (Logging.scala:57) Finished task 294.0 in stage 8.0 (TID 717). 15687 bytes result sent to driver
18:51:42.931 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 295.0 in stage 8.0 (TID 718) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 295, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.932 [INFO - Executor task launch worker for task 295.0 in stage 8.0 (TID 718)] (Logging.scala:57) Running task 295.0 in stage 8.0 (TID 718)
18:51:42.932 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 294.0 in stage 8.0 (TID 717) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (296/400)
18:51:42.937 [INFO - Executor task launch worker for task 295.0 in stage 8.0 (TID 718)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.937 [INFO - Executor task launch worker for task 295.0 in stage 8.0 (TID 718)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.939 [INFO - Executor task launch worker for task 295.0 in stage 8.0 (TID 718)] (Logging.scala:57) Finished task 295.0 in stage 8.0 (TID 718). 15687 bytes result sent to driver
18:51:42.940 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 296.0 in stage 8.0 (TID 719) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 296, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.940 [INFO - Executor task launch worker for task 296.0 in stage 8.0 (TID 719)] (Logging.scala:57) Running task 296.0 in stage 8.0 (TID 719)
18:51:42.940 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 295.0 in stage 8.0 (TID 718) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (297/400)
18:51:42.945 [INFO - Executor task launch worker for task 296.0 in stage 8.0 (TID 719)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.945 [INFO - Executor task launch worker for task 296.0 in stage 8.0 (TID 719)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.948 [INFO - Executor task launch worker for task 296.0 in stage 8.0 (TID 719)] (Logging.scala:57) Finished task 296.0 in stage 8.0 (TID 719). 15687 bytes result sent to driver
18:51:42.948 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 297.0 in stage 8.0 (TID 720) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 297, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.948 [INFO - Executor task launch worker for task 297.0 in stage 8.0 (TID 720)] (Logging.scala:57) Running task 297.0 in stage 8.0 (TID 720)
18:51:42.949 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 296.0 in stage 8.0 (TID 719) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (298/400)
18:51:42.952 [INFO - Executor task launch worker for task 297.0 in stage 8.0 (TID 720)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.952 [INFO - Executor task launch worker for task 297.0 in stage 8.0 (TID 720)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.954 [INFO - Executor task launch worker for task 297.0 in stage 8.0 (TID 720)] (Logging.scala:57) Finished task 297.0 in stage 8.0 (TID 720). 15687 bytes result sent to driver
18:51:42.954 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 298.0 in stage 8.0 (TID 721) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 298, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.955 [INFO - Executor task launch worker for task 298.0 in stage 8.0 (TID 721)] (Logging.scala:57) Running task 298.0 in stage 8.0 (TID 721)
18:51:42.955 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 297.0 in stage 8.0 (TID 720) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (299/400)
18:51:42.959 [INFO - Executor task launch worker for task 298.0 in stage 8.0 (TID 721)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.959 [INFO - Executor task launch worker for task 298.0 in stage 8.0 (TID 721)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.961 [INFO - Executor task launch worker for task 298.0 in stage 8.0 (TID 721)] (Logging.scala:57) Finished task 298.0 in stage 8.0 (TID 721). 15687 bytes result sent to driver
18:51:42.962 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 299.0 in stage 8.0 (TID 722) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 299, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.962 [INFO - Executor task launch worker for task 299.0 in stage 8.0 (TID 722)] (Logging.scala:57) Running task 299.0 in stage 8.0 (TID 722)
18:51:42.962 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 298.0 in stage 8.0 (TID 721) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (300/400)
18:51:42.966 [INFO - Executor task launch worker for task 299.0 in stage 8.0 (TID 722)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.966 [INFO - Executor task launch worker for task 299.0 in stage 8.0 (TID 722)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.967 [INFO - Executor task launch worker for task 299.0 in stage 8.0 (TID 722)] (Logging.scala:57) Finished task 299.0 in stage 8.0 (TID 722). 15687 bytes result sent to driver
18:51:42.968 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 300.0 in stage 8.0 (TID 723) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 300, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.968 [INFO - Executor task launch worker for task 300.0 in stage 8.0 (TID 723)] (Logging.scala:57) Running task 300.0 in stage 8.0 (TID 723)
18:51:42.968 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 299.0 in stage 8.0 (TID 722) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (301/400)
18:51:42.971 [INFO - Executor task launch worker for task 300.0 in stage 8.0 (TID 723)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.971 [INFO - Executor task launch worker for task 300.0 in stage 8.0 (TID 723)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.973 [INFO - Executor task launch worker for task 300.0 in stage 8.0 (TID 723)] (Logging.scala:57) Finished task 300.0 in stage 8.0 (TID 723). 15687 bytes result sent to driver
18:51:42.973 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 301.0 in stage 8.0 (TID 724) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 301, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.974 [INFO - Executor task launch worker for task 301.0 in stage 8.0 (TID 724)] (Logging.scala:57) Running task 301.0 in stage 8.0 (TID 724)
18:51:42.974 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 300.0 in stage 8.0 (TID 723) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (302/400)
18:51:42.978 [INFO - Executor task launch worker for task 301.0 in stage 8.0 (TID 724)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.978 [INFO - Executor task launch worker for task 301.0 in stage 8.0 (TID 724)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.980 [INFO - Executor task launch worker for task 301.0 in stage 8.0 (TID 724)] (Logging.scala:57) Finished task 301.0 in stage 8.0 (TID 724). 15687 bytes result sent to driver
18:51:42.980 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 302.0 in stage 8.0 (TID 725) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 302, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.981 [INFO - Executor task launch worker for task 302.0 in stage 8.0 (TID 725)] (Logging.scala:57) Running task 302.0 in stage 8.0 (TID 725)
18:51:42.981 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 301.0 in stage 8.0 (TID 724) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (303/400)
18:51:42.984 [INFO - Executor task launch worker for task 302.0 in stage 8.0 (TID 725)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.984 [INFO - Executor task launch worker for task 302.0 in stage 8.0 (TID 725)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.986 [INFO - Executor task launch worker for task 302.0 in stage 8.0 (TID 725)] (Logging.scala:57) Finished task 302.0 in stage 8.0 (TID 725). 15687 bytes result sent to driver
18:51:42.986 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 303.0 in stage 8.0 (TID 726) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 303, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.986 [INFO - Executor task launch worker for task 303.0 in stage 8.0 (TID 726)] (Logging.scala:57) Running task 303.0 in stage 8.0 (TID 726)
18:51:42.987 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 302.0 in stage 8.0 (TID 725) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (304/400)
18:51:42.990 [INFO - Executor task launch worker for task 303.0 in stage 8.0 (TID 726)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.990 [INFO - Executor task launch worker for task 303.0 in stage 8.0 (TID 726)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.991 [INFO - Executor task launch worker for task 303.0 in stage 8.0 (TID 726)] (Logging.scala:57) Finished task 303.0 in stage 8.0 (TID 726). 15687 bytes result sent to driver
18:51:42.992 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 304.0 in stage 8.0 (TID 727) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 304, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.992 [INFO - Executor task launch worker for task 304.0 in stage 8.0 (TID 727)] (Logging.scala:57) Running task 304.0 in stage 8.0 (TID 727)
18:51:42.993 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 303.0 in stage 8.0 (TID 726) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (305/400)
18:51:42.996 [INFO - Executor task launch worker for task 304.0 in stage 8.0 (TID 727)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:42.996 [INFO - Executor task launch worker for task 304.0 in stage 8.0 (TID 727)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:42.998 [INFO - Executor task launch worker for task 304.0 in stage 8.0 (TID 727)] (Logging.scala:57) Finished task 304.0 in stage 8.0 (TID 727). 15687 bytes result sent to driver
18:51:42.999 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 305.0 in stage 8.0 (TID 728) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 305, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:42.999 [INFO - Executor task launch worker for task 305.0 in stage 8.0 (TID 728)] (Logging.scala:57) Running task 305.0 in stage 8.0 (TID 728)
18:51:42.999 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 304.0 in stage 8.0 (TID 727) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (306/400)
18:51:43.002 [INFO - Executor task launch worker for task 305.0 in stage 8.0 (TID 728)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.002 [INFO - Executor task launch worker for task 305.0 in stage 8.0 (TID 728)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.004 [INFO - Executor task launch worker for task 305.0 in stage 8.0 (TID 728)] (Logging.scala:57) Finished task 305.0 in stage 8.0 (TID 728). 15687 bytes result sent to driver
18:51:43.005 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 306.0 in stage 8.0 (TID 729) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 306, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.005 [INFO - Executor task launch worker for task 306.0 in stage 8.0 (TID 729)] (Logging.scala:57) Running task 306.0 in stage 8.0 (TID 729)
18:51:43.005 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 305.0 in stage 8.0 (TID 728) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (307/400)
18:51:43.009 [INFO - Executor task launch worker for task 306.0 in stage 8.0 (TID 729)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.009 [INFO - Executor task launch worker for task 306.0 in stage 8.0 (TID 729)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.011 [INFO - Executor task launch worker for task 306.0 in stage 8.0 (TID 729)] (Logging.scala:57) Finished task 306.0 in stage 8.0 (TID 729). 15687 bytes result sent to driver
18:51:43.012 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 307.0 in stage 8.0 (TID 730) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 307, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.012 [INFO - Executor task launch worker for task 307.0 in stage 8.0 (TID 730)] (Logging.scala:57) Running task 307.0 in stage 8.0 (TID 730)
18:51:43.012 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 306.0 in stage 8.0 (TID 729) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (308/400)
18:51:43.015 [INFO - Executor task launch worker for task 307.0 in stage 8.0 (TID 730)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.015 [INFO - Executor task launch worker for task 307.0 in stage 8.0 (TID 730)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.017 [INFO - Executor task launch worker for task 307.0 in stage 8.0 (TID 730)] (Logging.scala:57) Finished task 307.0 in stage 8.0 (TID 730). 15687 bytes result sent to driver
18:51:43.017 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 308.0 in stage 8.0 (TID 731) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 308, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.017 [INFO - Executor task launch worker for task 308.0 in stage 8.0 (TID 731)] (Logging.scala:57) Running task 308.0 in stage 8.0 (TID 731)
18:51:43.018 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 307.0 in stage 8.0 (TID 730) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (309/400)
18:51:43.021 [INFO - Executor task launch worker for task 308.0 in stage 8.0 (TID 731)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.021 [INFO - Executor task launch worker for task 308.0 in stage 8.0 (TID 731)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.022 [INFO - Executor task launch worker for task 308.0 in stage 8.0 (TID 731)] (Logging.scala:57) Finished task 308.0 in stage 8.0 (TID 731). 15687 bytes result sent to driver
18:51:43.023 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 309.0 in stage 8.0 (TID 732) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 309, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.023 [INFO - Executor task launch worker for task 309.0 in stage 8.0 (TID 732)] (Logging.scala:57) Running task 309.0 in stage 8.0 (TID 732)
18:51:43.023 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 308.0 in stage 8.0 (TID 731) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (310/400)
18:51:43.026 [INFO - Executor task launch worker for task 309.0 in stage 8.0 (TID 732)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.026 [INFO - Executor task launch worker for task 309.0 in stage 8.0 (TID 732)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.028 [INFO - Executor task launch worker for task 309.0 in stage 8.0 (TID 732)] (Logging.scala:57) Finished task 309.0 in stage 8.0 (TID 732). 15687 bytes result sent to driver
18:51:43.029 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 310.0 in stage 8.0 (TID 733) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 310, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.029 [INFO - Executor task launch worker for task 310.0 in stage 8.0 (TID 733)] (Logging.scala:57) Running task 310.0 in stage 8.0 (TID 733)
18:51:43.029 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 309.0 in stage 8.0 (TID 732) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (311/400)
18:51:43.033 [INFO - Executor task launch worker for task 310.0 in stage 8.0 (TID 733)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.033 [INFO - Executor task launch worker for task 310.0 in stage 8.0 (TID 733)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.035 [INFO - Executor task launch worker for task 310.0 in stage 8.0 (TID 733)] (Logging.scala:57) Finished task 310.0 in stage 8.0 (TID 733). 15687 bytes result sent to driver
18:51:43.035 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 311.0 in stage 8.0 (TID 734) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 311, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.036 [INFO - Executor task launch worker for task 311.0 in stage 8.0 (TID 734)] (Logging.scala:57) Running task 311.0 in stage 8.0 (TID 734)
18:51:43.036 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 310.0 in stage 8.0 (TID 733) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (312/400)
18:51:43.039 [INFO - Executor task launch worker for task 311.0 in stage 8.0 (TID 734)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.039 [INFO - Executor task launch worker for task 311.0 in stage 8.0 (TID 734)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.041 [INFO - Executor task launch worker for task 311.0 in stage 8.0 (TID 734)] (Logging.scala:57) Finished task 311.0 in stage 8.0 (TID 734). 15687 bytes result sent to driver
18:51:43.042 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 312.0 in stage 8.0 (TID 735) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 312, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.042 [INFO - Executor task launch worker for task 312.0 in stage 8.0 (TID 735)] (Logging.scala:57) Running task 312.0 in stage 8.0 (TID 735)
18:51:43.042 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 311.0 in stage 8.0 (TID 734) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (313/400)
18:51:43.047 [INFO - Executor task launch worker for task 312.0 in stage 8.0 (TID 735)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.047 [INFO - Executor task launch worker for task 312.0 in stage 8.0 (TID 735)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.049 [INFO - Executor task launch worker for task 312.0 in stage 8.0 (TID 735)] (Logging.scala:57) Finished task 312.0 in stage 8.0 (TID 735). 15687 bytes result sent to driver
18:51:43.050 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 313.0 in stage 8.0 (TID 736) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 313, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.050 [INFO - Executor task launch worker for task 313.0 in stage 8.0 (TID 736)] (Logging.scala:57) Running task 313.0 in stage 8.0 (TID 736)
18:51:43.050 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 312.0 in stage 8.0 (TID 735) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (314/400)
18:51:43.054 [INFO - Executor task launch worker for task 313.0 in stage 8.0 (TID 736)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.054 [INFO - Executor task launch worker for task 313.0 in stage 8.0 (TID 736)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.056 [INFO - Executor task launch worker for task 313.0 in stage 8.0 (TID 736)] (Logging.scala:57) Finished task 313.0 in stage 8.0 (TID 736). 15687 bytes result sent to driver
18:51:43.056 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 314.0 in stage 8.0 (TID 737) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 314, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.056 [INFO - Executor task launch worker for task 314.0 in stage 8.0 (TID 737)] (Logging.scala:57) Running task 314.0 in stage 8.0 (TID 737)
18:51:43.057 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 313.0 in stage 8.0 (TID 736) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (315/400)
18:51:43.060 [INFO - Executor task launch worker for task 314.0 in stage 8.0 (TID 737)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.060 [INFO - Executor task launch worker for task 314.0 in stage 8.0 (TID 737)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.061 [INFO - Executor task launch worker for task 314.0 in stage 8.0 (TID 737)] (Logging.scala:57) Finished task 314.0 in stage 8.0 (TID 737). 15687 bytes result sent to driver
18:51:43.062 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 315.0 in stage 8.0 (TID 738) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 315, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.062 [INFO - Executor task launch worker for task 315.0 in stage 8.0 (TID 738)] (Logging.scala:57) Running task 315.0 in stage 8.0 (TID 738)
18:51:43.062 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 314.0 in stage 8.0 (TID 737) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (316/400)
18:51:43.065 [INFO - Executor task launch worker for task 315.0 in stage 8.0 (TID 738)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.065 [INFO - Executor task launch worker for task 315.0 in stage 8.0 (TID 738)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.067 [INFO - Executor task launch worker for task 315.0 in stage 8.0 (TID 738)] (Logging.scala:57) Finished task 315.0 in stage 8.0 (TID 738). 15687 bytes result sent to driver
18:51:43.067 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 316.0 in stage 8.0 (TID 739) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 316, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.067 [INFO - Executor task launch worker for task 316.0 in stage 8.0 (TID 739)] (Logging.scala:57) Running task 316.0 in stage 8.0 (TID 739)
18:51:43.068 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 315.0 in stage 8.0 (TID 738) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (317/400)
18:51:43.071 [INFO - Executor task launch worker for task 316.0 in stage 8.0 (TID 739)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.071 [INFO - Executor task launch worker for task 316.0 in stage 8.0 (TID 739)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.073 [INFO - Executor task launch worker for task 316.0 in stage 8.0 (TID 739)] (Logging.scala:57) Finished task 316.0 in stage 8.0 (TID 739). 15687 bytes result sent to driver
18:51:43.073 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 317.0 in stage 8.0 (TID 740) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 317, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.073 [INFO - Executor task launch worker for task 317.0 in stage 8.0 (TID 740)] (Logging.scala:57) Running task 317.0 in stage 8.0 (TID 740)
18:51:43.074 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 316.0 in stage 8.0 (TID 739) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (318/400)
18:51:43.078 [INFO - Executor task launch worker for task 317.0 in stage 8.0 (TID 740)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.078 [INFO - Executor task launch worker for task 317.0 in stage 8.0 (TID 740)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.081 [INFO - Executor task launch worker for task 317.0 in stage 8.0 (TID 740)] (Logging.scala:57) Finished task 317.0 in stage 8.0 (TID 740). 15687 bytes result sent to driver
18:51:43.081 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 318.0 in stage 8.0 (TID 741) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 318, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.081 [INFO - Executor task launch worker for task 318.0 in stage 8.0 (TID 741)] (Logging.scala:57) Running task 318.0 in stage 8.0 (TID 741)
18:51:43.082 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 317.0 in stage 8.0 (TID 740) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (319/400)
18:51:43.085 [INFO - Executor task launch worker for task 318.0 in stage 8.0 (TID 741)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.085 [INFO - Executor task launch worker for task 318.0 in stage 8.0 (TID 741)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.087 [INFO - Executor task launch worker for task 318.0 in stage 8.0 (TID 741)] (Logging.scala:57) Finished task 318.0 in stage 8.0 (TID 741). 15687 bytes result sent to driver
18:51:43.087 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 319.0 in stage 8.0 (TID 742) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 319, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.088 [INFO - Executor task launch worker for task 319.0 in stage 8.0 (TID 742)] (Logging.scala:57) Running task 319.0 in stage 8.0 (TID 742)
18:51:43.088 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 318.0 in stage 8.0 (TID 741) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (320/400)
18:51:43.091 [INFO - Executor task launch worker for task 319.0 in stage 8.0 (TID 742)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.091 [INFO - Executor task launch worker for task 319.0 in stage 8.0 (TID 742)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.093 [INFO - Executor task launch worker for task 319.0 in stage 8.0 (TID 742)] (Logging.scala:57) Finished task 319.0 in stage 8.0 (TID 742). 15687 bytes result sent to driver
18:51:43.093 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 320.0 in stage 8.0 (TID 743) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 320, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.093 [INFO - Executor task launch worker for task 320.0 in stage 8.0 (TID 743)] (Logging.scala:57) Running task 320.0 in stage 8.0 (TID 743)
18:51:43.093 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 319.0 in stage 8.0 (TID 742) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (321/400)
18:51:43.097 [INFO - Executor task launch worker for task 320.0 in stage 8.0 (TID 743)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.097 [INFO - Executor task launch worker for task 320.0 in stage 8.0 (TID 743)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.099 [INFO - Executor task launch worker for task 320.0 in stage 8.0 (TID 743)] (Logging.scala:57) Finished task 320.0 in stage 8.0 (TID 743). 15687 bytes result sent to driver
18:51:43.099 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 321.0 in stage 8.0 (TID 744) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 321, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.099 [INFO - Executor task launch worker for task 321.0 in stage 8.0 (TID 744)] (Logging.scala:57) Running task 321.0 in stage 8.0 (TID 744)
18:51:43.100 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 320.0 in stage 8.0 (TID 743) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (322/400)
18:51:43.103 [INFO - Executor task launch worker for task 321.0 in stage 8.0 (TID 744)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.103 [INFO - Executor task launch worker for task 321.0 in stage 8.0 (TID 744)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.105 [INFO - Executor task launch worker for task 321.0 in stage 8.0 (TID 744)] (Logging.scala:57) Finished task 321.0 in stage 8.0 (TID 744). 15687 bytes result sent to driver
18:51:43.105 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 322.0 in stage 8.0 (TID 745) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 322, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.105 [INFO - Executor task launch worker for task 322.0 in stage 8.0 (TID 745)] (Logging.scala:57) Running task 322.0 in stage 8.0 (TID 745)
18:51:43.106 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 321.0 in stage 8.0 (TID 744) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (323/400)
18:51:43.109 [INFO - Executor task launch worker for task 322.0 in stage 8.0 (TID 745)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.109 [INFO - Executor task launch worker for task 322.0 in stage 8.0 (TID 745)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.111 [INFO - Executor task launch worker for task 322.0 in stage 8.0 (TID 745)] (Logging.scala:57) Finished task 322.0 in stage 8.0 (TID 745). 15687 bytes result sent to driver
18:51:43.111 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 323.0 in stage 8.0 (TID 746) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 323, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.111 [INFO - Executor task launch worker for task 323.0 in stage 8.0 (TID 746)] (Logging.scala:57) Running task 323.0 in stage 8.0 (TID 746)
18:51:43.112 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 322.0 in stage 8.0 (TID 745) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (324/400)
18:51:43.116 [INFO - Executor task launch worker for task 323.0 in stage 8.0 (TID 746)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.117 [INFO - Executor task launch worker for task 323.0 in stage 8.0 (TID 746)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.119 [INFO - Executor task launch worker for task 323.0 in stage 8.0 (TID 746)] (Logging.scala:57) Finished task 323.0 in stage 8.0 (TID 746). 15687 bytes result sent to driver
18:51:43.119 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 324.0 in stage 8.0 (TID 747) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 324, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.120 [INFO - Executor task launch worker for task 324.0 in stage 8.0 (TID 747)] (Logging.scala:57) Running task 324.0 in stage 8.0 (TID 747)
18:51:43.120 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 323.0 in stage 8.0 (TID 746) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (325/400)
18:51:43.125 [INFO - Executor task launch worker for task 324.0 in stage 8.0 (TID 747)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.125 [INFO - Executor task launch worker for task 324.0 in stage 8.0 (TID 747)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.127 [INFO - Executor task launch worker for task 324.0 in stage 8.0 (TID 747)] (Logging.scala:57) Finished task 324.0 in stage 8.0 (TID 747). 15687 bytes result sent to driver
18:51:43.128 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 325.0 in stage 8.0 (TID 748) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 325, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.128 [INFO - Executor task launch worker for task 325.0 in stage 8.0 (TID 748)] (Logging.scala:57) Running task 325.0 in stage 8.0 (TID 748)
18:51:43.129 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 324.0 in stage 8.0 (TID 747) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (326/400)
18:51:43.132 [INFO - Executor task launch worker for task 325.0 in stage 8.0 (TID 748)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.132 [INFO - Executor task launch worker for task 325.0 in stage 8.0 (TID 748)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.134 [INFO - Executor task launch worker for task 325.0 in stage 8.0 (TID 748)] (Logging.scala:57) Finished task 325.0 in stage 8.0 (TID 748). 15687 bytes result sent to driver
18:51:43.134 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 326.0 in stage 8.0 (TID 749) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 326, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.135 [INFO - Executor task launch worker for task 326.0 in stage 8.0 (TID 749)] (Logging.scala:57) Running task 326.0 in stage 8.0 (TID 749)
18:51:43.135 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 325.0 in stage 8.0 (TID 748) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (327/400)
18:51:43.140 [INFO - Executor task launch worker for task 326.0 in stage 8.0 (TID 749)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.140 [INFO - Executor task launch worker for task 326.0 in stage 8.0 (TID 749)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.142 [INFO - Executor task launch worker for task 326.0 in stage 8.0 (TID 749)] (Logging.scala:57) Finished task 326.0 in stage 8.0 (TID 749). 15687 bytes result sent to driver
18:51:43.142 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 327.0 in stage 8.0 (TID 750) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 327, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.143 [INFO - Executor task launch worker for task 327.0 in stage 8.0 (TID 750)] (Logging.scala:57) Running task 327.0 in stage 8.0 (TID 750)
18:51:43.143 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 326.0 in stage 8.0 (TID 749) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (328/400)
18:51:43.146 [INFO - Executor task launch worker for task 327.0 in stage 8.0 (TID 750)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.146 [INFO - Executor task launch worker for task 327.0 in stage 8.0 (TID 750)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.148 [INFO - Executor task launch worker for task 327.0 in stage 8.0 (TID 750)] (Logging.scala:57) Finished task 327.0 in stage 8.0 (TID 750). 15687 bytes result sent to driver
18:51:43.148 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 328.0 in stage 8.0 (TID 751) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 328, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.149 [INFO - Executor task launch worker for task 328.0 in stage 8.0 (TID 751)] (Logging.scala:57) Running task 328.0 in stage 8.0 (TID 751)
18:51:43.149 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 327.0 in stage 8.0 (TID 750) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (329/400)
18:51:43.153 [INFO - Executor task launch worker for task 328.0 in stage 8.0 (TID 751)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.154 [INFO - Executor task launch worker for task 328.0 in stage 8.0 (TID 751)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.156 [INFO - Executor task launch worker for task 328.0 in stage 8.0 (TID 751)] (Logging.scala:57) Finished task 328.0 in stage 8.0 (TID 751). 15687 bytes result sent to driver
18:51:43.156 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 329.0 in stage 8.0 (TID 752) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 329, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.157 [INFO - Executor task launch worker for task 329.0 in stage 8.0 (TID 752)] (Logging.scala:57) Running task 329.0 in stage 8.0 (TID 752)
18:51:43.157 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 328.0 in stage 8.0 (TID 751) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (330/400)
18:51:43.160 [INFO - Executor task launch worker for task 329.0 in stage 8.0 (TID 752)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.161 [INFO - Executor task launch worker for task 329.0 in stage 8.0 (TID 752)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.162 [INFO - Executor task launch worker for task 329.0 in stage 8.0 (TID 752)] (Logging.scala:57) Finished task 329.0 in stage 8.0 (TID 752). 15687 bytes result sent to driver
18:51:43.163 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 330.0 in stage 8.0 (TID 753) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 330, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.163 [INFO - Executor task launch worker for task 330.0 in stage 8.0 (TID 753)] (Logging.scala:57) Running task 330.0 in stage 8.0 (TID 753)
18:51:43.163 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 329.0 in stage 8.0 (TID 752) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (331/400)
18:51:43.166 [INFO - Executor task launch worker for task 330.0 in stage 8.0 (TID 753)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.166 [INFO - Executor task launch worker for task 330.0 in stage 8.0 (TID 753)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.168 [INFO - Executor task launch worker for task 330.0 in stage 8.0 (TID 753)] (Logging.scala:57) Finished task 330.0 in stage 8.0 (TID 753). 15687 bytes result sent to driver
18:51:43.169 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 331.0 in stage 8.0 (TID 754) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 331, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.169 [INFO - Executor task launch worker for task 331.0 in stage 8.0 (TID 754)] (Logging.scala:57) Running task 331.0 in stage 8.0 (TID 754)
18:51:43.169 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 330.0 in stage 8.0 (TID 753) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (332/400)
18:51:43.172 [INFO - Executor task launch worker for task 331.0 in stage 8.0 (TID 754)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.172 [INFO - Executor task launch worker for task 331.0 in stage 8.0 (TID 754)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.174 [INFO - Executor task launch worker for task 331.0 in stage 8.0 (TID 754)] (Logging.scala:57) Finished task 331.0 in stage 8.0 (TID 754). 15687 bytes result sent to driver
18:51:43.174 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 332.0 in stage 8.0 (TID 755) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 332, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.175 [INFO - Executor task launch worker for task 332.0 in stage 8.0 (TID 755)] (Logging.scala:57) Running task 332.0 in stage 8.0 (TID 755)
18:51:43.175 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 331.0 in stage 8.0 (TID 754) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (333/400)
18:51:43.180 [INFO - Executor task launch worker for task 332.0 in stage 8.0 (TID 755)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.180 [INFO - Executor task launch worker for task 332.0 in stage 8.0 (TID 755)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.182 [INFO - Executor task launch worker for task 332.0 in stage 8.0 (TID 755)] (Logging.scala:57) Finished task 332.0 in stage 8.0 (TID 755). 15687 bytes result sent to driver
18:51:43.183 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 333.0 in stage 8.0 (TID 756) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 333, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.183 [INFO - Executor task launch worker for task 333.0 in stage 8.0 (TID 756)] (Logging.scala:57) Running task 333.0 in stage 8.0 (TID 756)
18:51:43.183 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 332.0 in stage 8.0 (TID 755) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (334/400)
18:51:43.188 [INFO - Executor task launch worker for task 333.0 in stage 8.0 (TID 756)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.188 [INFO - Executor task launch worker for task 333.0 in stage 8.0 (TID 756)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.191 [INFO - Executor task launch worker for task 333.0 in stage 8.0 (TID 756)] (Logging.scala:57) Finished task 333.0 in stage 8.0 (TID 756). 15687 bytes result sent to driver
18:51:43.191 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 334.0 in stage 8.0 (TID 757) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 334, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.191 [INFO - Executor task launch worker for task 334.0 in stage 8.0 (TID 757)] (Logging.scala:57) Running task 334.0 in stage 8.0 (TID 757)
18:51:43.192 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 333.0 in stage 8.0 (TID 756) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (335/400)
18:51:43.195 [INFO - Executor task launch worker for task 334.0 in stage 8.0 (TID 757)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.195 [INFO - Executor task launch worker for task 334.0 in stage 8.0 (TID 757)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.197 [INFO - Executor task launch worker for task 334.0 in stage 8.0 (TID 757)] (Logging.scala:57) Finished task 334.0 in stage 8.0 (TID 757). 15687 bytes result sent to driver
18:51:43.197 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 335.0 in stage 8.0 (TID 758) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 335, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.197 [INFO - Executor task launch worker for task 335.0 in stage 8.0 (TID 758)] (Logging.scala:57) Running task 335.0 in stage 8.0 (TID 758)
18:51:43.198 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 334.0 in stage 8.0 (TID 757) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (336/400)
18:51:43.202 [INFO - Executor task launch worker for task 335.0 in stage 8.0 (TID 758)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.202 [INFO - Executor task launch worker for task 335.0 in stage 8.0 (TID 758)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.204 [INFO - Executor task launch worker for task 335.0 in stage 8.0 (TID 758)] (Logging.scala:57) Finished task 335.0 in stage 8.0 (TID 758). 15687 bytes result sent to driver
18:51:43.205 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 336.0 in stage 8.0 (TID 759) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 336, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.205 [INFO - Executor task launch worker for task 336.0 in stage 8.0 (TID 759)] (Logging.scala:57) Running task 336.0 in stage 8.0 (TID 759)
18:51:43.205 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 335.0 in stage 8.0 (TID 758) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (337/400)
18:51:43.210 [INFO - Executor task launch worker for task 336.0 in stage 8.0 (TID 759)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.210 [INFO - Executor task launch worker for task 336.0 in stage 8.0 (TID 759)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.213 [INFO - Executor task launch worker for task 336.0 in stage 8.0 (TID 759)] (Logging.scala:57) Finished task 336.0 in stage 8.0 (TID 759). 15687 bytes result sent to driver
18:51:43.213 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 337.0 in stage 8.0 (TID 760) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 337, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.213 [INFO - Executor task launch worker for task 337.0 in stage 8.0 (TID 760)] (Logging.scala:57) Running task 337.0 in stage 8.0 (TID 760)
18:51:43.214 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 336.0 in stage 8.0 (TID 759) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (338/400)
18:51:43.217 [INFO - Executor task launch worker for task 337.0 in stage 8.0 (TID 760)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.217 [INFO - Executor task launch worker for task 337.0 in stage 8.0 (TID 760)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.218 [INFO - Executor task launch worker for task 337.0 in stage 8.0 (TID 760)] (Logging.scala:57) Finished task 337.0 in stage 8.0 (TID 760). 15687 bytes result sent to driver
18:51:43.219 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 338.0 in stage 8.0 (TID 761) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 338, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.219 [INFO - Executor task launch worker for task 338.0 in stage 8.0 (TID 761)] (Logging.scala:57) Running task 338.0 in stage 8.0 (TID 761)
18:51:43.220 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 337.0 in stage 8.0 (TID 760) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (339/400)
18:51:43.222 [INFO - Executor task launch worker for task 338.0 in stage 8.0 (TID 761)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.222 [INFO - Executor task launch worker for task 338.0 in stage 8.0 (TID 761)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.224 [INFO - Executor task launch worker for task 338.0 in stage 8.0 (TID 761)] (Logging.scala:57) Finished task 338.0 in stage 8.0 (TID 761). 15687 bytes result sent to driver
18:51:43.225 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 339.0 in stage 8.0 (TID 762) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 339, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.225 [INFO - Executor task launch worker for task 339.0 in stage 8.0 (TID 762)] (Logging.scala:57) Running task 339.0 in stage 8.0 (TID 762)
18:51:43.225 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 338.0 in stage 8.0 (TID 761) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (340/400)
18:51:43.229 [INFO - Executor task launch worker for task 339.0 in stage 8.0 (TID 762)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.229 [INFO - Executor task launch worker for task 339.0 in stage 8.0 (TID 762)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.230 [INFO - Executor task launch worker for task 339.0 in stage 8.0 (TID 762)] (Logging.scala:57) Finished task 339.0 in stage 8.0 (TID 762). 15687 bytes result sent to driver
18:51:43.231 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 340.0 in stage 8.0 (TID 763) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 340, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.231 [INFO - Executor task launch worker for task 340.0 in stage 8.0 (TID 763)] (Logging.scala:57) Running task 340.0 in stage 8.0 (TID 763)
18:51:43.231 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 339.0 in stage 8.0 (TID 762) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (341/400)
18:51:43.235 [INFO - Executor task launch worker for task 340.0 in stage 8.0 (TID 763)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.235 [INFO - Executor task launch worker for task 340.0 in stage 8.0 (TID 763)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.237 [INFO - Executor task launch worker for task 340.0 in stage 8.0 (TID 763)] (Logging.scala:57) Finished task 340.0 in stage 8.0 (TID 763). 15687 bytes result sent to driver
18:51:43.237 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 341.0 in stage 8.0 (TID 764) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 341, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.238 [INFO - Executor task launch worker for task 341.0 in stage 8.0 (TID 764)] (Logging.scala:57) Running task 341.0 in stage 8.0 (TID 764)
18:51:43.238 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 340.0 in stage 8.0 (TID 763) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (342/400)
18:51:43.241 [INFO - Executor task launch worker for task 341.0 in stage 8.0 (TID 764)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.241 [INFO - Executor task launch worker for task 341.0 in stage 8.0 (TID 764)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.243 [INFO - Executor task launch worker for task 341.0 in stage 8.0 (TID 764)] (Logging.scala:57) Finished task 341.0 in stage 8.0 (TID 764). 15687 bytes result sent to driver
18:51:43.243 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 342.0 in stage 8.0 (TID 765) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 342, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.243 [INFO - Executor task launch worker for task 342.0 in stage 8.0 (TID 765)] (Logging.scala:57) Running task 342.0 in stage 8.0 (TID 765)
18:51:43.244 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 341.0 in stage 8.0 (TID 764) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (343/400)
18:51:43.247 [INFO - Executor task launch worker for task 342.0 in stage 8.0 (TID 765)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.247 [INFO - Executor task launch worker for task 342.0 in stage 8.0 (TID 765)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.249 [INFO - Executor task launch worker for task 342.0 in stage 8.0 (TID 765)] (Logging.scala:57) Finished task 342.0 in stage 8.0 (TID 765). 15687 bytes result sent to driver
18:51:43.249 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 343.0 in stage 8.0 (TID 766) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 343, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.249 [INFO - Executor task launch worker for task 343.0 in stage 8.0 (TID 766)] (Logging.scala:57) Running task 343.0 in stage 8.0 (TID 766)
18:51:43.250 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 342.0 in stage 8.0 (TID 765) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (344/400)
18:51:43.253 [INFO - Executor task launch worker for task 343.0 in stage 8.0 (TID 766)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.253 [INFO - Executor task launch worker for task 343.0 in stage 8.0 (TID 766)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.255 [INFO - Executor task launch worker for task 343.0 in stage 8.0 (TID 766)] (Logging.scala:57) Finished task 343.0 in stage 8.0 (TID 766). 15687 bytes result sent to driver
18:51:43.255 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 344.0 in stage 8.0 (TID 767) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 344, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.256 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 343.0 in stage 8.0 (TID 766) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (345/400)
18:51:43.256 [INFO - Executor task launch worker for task 344.0 in stage 8.0 (TID 767)] (Logging.scala:57) Running task 344.0 in stage 8.0 (TID 767)
18:51:43.260 [INFO - Executor task launch worker for task 344.0 in stage 8.0 (TID 767)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.260 [INFO - Executor task launch worker for task 344.0 in stage 8.0 (TID 767)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.262 [INFO - Executor task launch worker for task 344.0 in stage 8.0 (TID 767)] (Logging.scala:57) Finished task 344.0 in stage 8.0 (TID 767). 15687 bytes result sent to driver
18:51:43.262 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 345.0 in stage 8.0 (TID 768) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 345, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.263 [INFO - Executor task launch worker for task 345.0 in stage 8.0 (TID 768)] (Logging.scala:57) Running task 345.0 in stage 8.0 (TID 768)
18:51:43.263 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 344.0 in stage 8.0 (TID 767) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (346/400)
18:51:43.267 [INFO - Executor task launch worker for task 345.0 in stage 8.0 (TID 768)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.267 [INFO - Executor task launch worker for task 345.0 in stage 8.0 (TID 768)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.269 [INFO - Executor task launch worker for task 345.0 in stage 8.0 (TID 768)] (Logging.scala:57) Finished task 345.0 in stage 8.0 (TID 768). 15687 bytes result sent to driver
18:51:43.269 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 346.0 in stage 8.0 (TID 769) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 346, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.270 [INFO - Executor task launch worker for task 346.0 in stage 8.0 (TID 769)] (Logging.scala:57) Running task 346.0 in stage 8.0 (TID 769)
18:51:43.270 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 345.0 in stage 8.0 (TID 768) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (347/400)
18:51:43.275 [INFO - Executor task launch worker for task 346.0 in stage 8.0 (TID 769)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.275 [INFO - Executor task launch worker for task 346.0 in stage 8.0 (TID 769)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.278 [INFO - Executor task launch worker for task 346.0 in stage 8.0 (TID 769)] (Logging.scala:57) Finished task 346.0 in stage 8.0 (TID 769). 15687 bytes result sent to driver
18:51:43.278 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 347.0 in stage 8.0 (TID 770) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 347, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.279 [INFO - Executor task launch worker for task 347.0 in stage 8.0 (TID 770)] (Logging.scala:57) Running task 347.0 in stage 8.0 (TID 770)
18:51:43.279 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 346.0 in stage 8.0 (TID 769) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (348/400)
18:51:43.283 [INFO - Executor task launch worker for task 347.0 in stage 8.0 (TID 770)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.283 [INFO - Executor task launch worker for task 347.0 in stage 8.0 (TID 770)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.285 [INFO - Executor task launch worker for task 347.0 in stage 8.0 (TID 770)] (Logging.scala:57) Finished task 347.0 in stage 8.0 (TID 770). 15687 bytes result sent to driver
18:51:43.286 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 348.0 in stage 8.0 (TID 771) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 348, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.286 [INFO - Executor task launch worker for task 348.0 in stage 8.0 (TID 771)] (Logging.scala:57) Running task 348.0 in stage 8.0 (TID 771)
18:51:43.286 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 347.0 in stage 8.0 (TID 770) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (349/400)
18:51:43.290 [INFO - Executor task launch worker for task 348.0 in stage 8.0 (TID 771)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.290 [INFO - Executor task launch worker for task 348.0 in stage 8.0 (TID 771)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.291 [INFO - Executor task launch worker for task 348.0 in stage 8.0 (TID 771)] (Logging.scala:57) Finished task 348.0 in stage 8.0 (TID 771). 15687 bytes result sent to driver
18:51:43.292 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 349.0 in stage 8.0 (TID 772) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 349, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.292 [INFO - Executor task launch worker for task 349.0 in stage 8.0 (TID 772)] (Logging.scala:57) Running task 349.0 in stage 8.0 (TID 772)
18:51:43.292 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 348.0 in stage 8.0 (TID 771) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (350/400)
18:51:43.296 [INFO - Executor task launch worker for task 349.0 in stage 8.0 (TID 772)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.296 [INFO - Executor task launch worker for task 349.0 in stage 8.0 (TID 772)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.297 [INFO - Executor task launch worker for task 349.0 in stage 8.0 (TID 772)] (Logging.scala:57) Finished task 349.0 in stage 8.0 (TID 772). 15687 bytes result sent to driver
18:51:43.298 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 350.0 in stage 8.0 (TID 773) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 350, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.298 [INFO - Executor task launch worker for task 350.0 in stage 8.0 (TID 773)] (Logging.scala:57) Running task 350.0 in stage 8.0 (TID 773)
18:51:43.298 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 349.0 in stage 8.0 (TID 772) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (351/400)
18:51:43.302 [INFO - Executor task launch worker for task 350.0 in stage 8.0 (TID 773)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.302 [INFO - Executor task launch worker for task 350.0 in stage 8.0 (TID 773)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.304 [INFO - Executor task launch worker for task 350.0 in stage 8.0 (TID 773)] (Logging.scala:57) Finished task 350.0 in stage 8.0 (TID 773). 15687 bytes result sent to driver
18:51:43.304 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 351.0 in stage 8.0 (TID 774) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 351, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.304 [INFO - Executor task launch worker for task 351.0 in stage 8.0 (TID 774)] (Logging.scala:57) Running task 351.0 in stage 8.0 (TID 774)
18:51:43.304 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 350.0 in stage 8.0 (TID 773) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (352/400)
18:51:43.308 [INFO - Executor task launch worker for task 351.0 in stage 8.0 (TID 774)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.308 [INFO - Executor task launch worker for task 351.0 in stage 8.0 (TID 774)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.309 [INFO - Executor task launch worker for task 351.0 in stage 8.0 (TID 774)] (Logging.scala:57) Finished task 351.0 in stage 8.0 (TID 774). 15687 bytes result sent to driver
18:51:43.310 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 352.0 in stage 8.0 (TID 775) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 352, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.310 [INFO - Executor task launch worker for task 352.0 in stage 8.0 (TID 775)] (Logging.scala:57) Running task 352.0 in stage 8.0 (TID 775)
18:51:43.310 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 351.0 in stage 8.0 (TID 774) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (353/400)
18:51:43.313 [INFO - Executor task launch worker for task 352.0 in stage 8.0 (TID 775)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.313 [INFO - Executor task launch worker for task 352.0 in stage 8.0 (TID 775)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.315 [INFO - Executor task launch worker for task 352.0 in stage 8.0 (TID 775)] (Logging.scala:57) Finished task 352.0 in stage 8.0 (TID 775). 15687 bytes result sent to driver
18:51:43.315 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 353.0 in stage 8.0 (TID 776) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 353, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.315 [INFO - Executor task launch worker for task 353.0 in stage 8.0 (TID 776)] (Logging.scala:57) Running task 353.0 in stage 8.0 (TID 776)
18:51:43.316 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 352.0 in stage 8.0 (TID 775) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (354/400)
18:51:43.319 [INFO - Executor task launch worker for task 353.0 in stage 8.0 (TID 776)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.319 [INFO - Executor task launch worker for task 353.0 in stage 8.0 (TID 776)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.321 [INFO - Executor task launch worker for task 353.0 in stage 8.0 (TID 776)] (Logging.scala:57) Finished task 353.0 in stage 8.0 (TID 776). 15687 bytes result sent to driver
18:51:43.321 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 354.0 in stage 8.0 (TID 777) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 354, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.322 [INFO - Executor task launch worker for task 354.0 in stage 8.0 (TID 777)] (Logging.scala:57) Running task 354.0 in stage 8.0 (TID 777)
18:51:43.322 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 353.0 in stage 8.0 (TID 776) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (355/400)
18:51:43.325 [INFO - Executor task launch worker for task 354.0 in stage 8.0 (TID 777)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.325 [INFO - Executor task launch worker for task 354.0 in stage 8.0 (TID 777)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.327 [INFO - Executor task launch worker for task 354.0 in stage 8.0 (TID 777)] (Logging.scala:57) Finished task 354.0 in stage 8.0 (TID 777). 15687 bytes result sent to driver
18:51:43.327 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 355.0 in stage 8.0 (TID 778) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 355, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.327 [INFO - Executor task launch worker for task 355.0 in stage 8.0 (TID 778)] (Logging.scala:57) Running task 355.0 in stage 8.0 (TID 778)
18:51:43.328 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 354.0 in stage 8.0 (TID 777) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (356/400)
18:51:43.331 [INFO - Executor task launch worker for task 355.0 in stage 8.0 (TID 778)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.331 [INFO - Executor task launch worker for task 355.0 in stage 8.0 (TID 778)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.332 [INFO - Executor task launch worker for task 355.0 in stage 8.0 (TID 778)] (Logging.scala:57) Finished task 355.0 in stage 8.0 (TID 778). 15687 bytes result sent to driver
18:51:43.333 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 356.0 in stage 8.0 (TID 779) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 356, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.333 [INFO - Executor task launch worker for task 356.0 in stage 8.0 (TID 779)] (Logging.scala:57) Running task 356.0 in stage 8.0 (TID 779)
18:51:43.333 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 355.0 in stage 8.0 (TID 778) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (357/400)
18:51:43.338 [INFO - Executor task launch worker for task 356.0 in stage 8.0 (TID 779)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.338 [INFO - Executor task launch worker for task 356.0 in stage 8.0 (TID 779)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.340 [INFO - Executor task launch worker for task 356.0 in stage 8.0 (TID 779)] (Logging.scala:57) Finished task 356.0 in stage 8.0 (TID 779). 15687 bytes result sent to driver
18:51:43.341 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 357.0 in stage 8.0 (TID 780) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 357, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.341 [INFO - Executor task launch worker for task 357.0 in stage 8.0 (TID 780)] (Logging.scala:57) Running task 357.0 in stage 8.0 (TID 780)
18:51:43.341 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 356.0 in stage 8.0 (TID 779) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (358/400)
18:51:43.344 [INFO - Executor task launch worker for task 357.0 in stage 8.0 (TID 780)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.344 [INFO - Executor task launch worker for task 357.0 in stage 8.0 (TID 780)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.346 [INFO - Executor task launch worker for task 357.0 in stage 8.0 (TID 780)] (Logging.scala:57) Finished task 357.0 in stage 8.0 (TID 780). 15687 bytes result sent to driver
18:51:43.346 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 358.0 in stage 8.0 (TID 781) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 358, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.346 [INFO - Executor task launch worker for task 358.0 in stage 8.0 (TID 781)] (Logging.scala:57) Running task 358.0 in stage 8.0 (TID 781)
18:51:43.347 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 357.0 in stage 8.0 (TID 780) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (359/400)
18:51:43.350 [INFO - Executor task launch worker for task 358.0 in stage 8.0 (TID 781)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.350 [INFO - Executor task launch worker for task 358.0 in stage 8.0 (TID 781)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.351 [INFO - Executor task launch worker for task 358.0 in stage 8.0 (TID 781)] (Logging.scala:57) Finished task 358.0 in stage 8.0 (TID 781). 15687 bytes result sent to driver
18:51:43.352 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 359.0 in stage 8.0 (TID 782) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 359, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.352 [INFO - Executor task launch worker for task 359.0 in stage 8.0 (TID 782)] (Logging.scala:57) Running task 359.0 in stage 8.0 (TID 782)
18:51:43.352 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 358.0 in stage 8.0 (TID 781) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (360/400)
18:51:43.357 [INFO - Executor task launch worker for task 359.0 in stage 8.0 (TID 782)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.357 [INFO - Executor task launch worker for task 359.0 in stage 8.0 (TID 782)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.358 [INFO - Executor task launch worker for task 359.0 in stage 8.0 (TID 782)] (Logging.scala:57) Finished task 359.0 in stage 8.0 (TID 782). 15687 bytes result sent to driver
18:51:43.359 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 360.0 in stage 8.0 (TID 783) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 360, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.359 [INFO - Executor task launch worker for task 360.0 in stage 8.0 (TID 783)] (Logging.scala:57) Running task 360.0 in stage 8.0 (TID 783)
18:51:43.359 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 359.0 in stage 8.0 (TID 782) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (361/400)
18:51:43.362 [INFO - Executor task launch worker for task 360.0 in stage 8.0 (TID 783)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.362 [INFO - Executor task launch worker for task 360.0 in stage 8.0 (TID 783)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.364 [INFO - Executor task launch worker for task 360.0 in stage 8.0 (TID 783)] (Logging.scala:57) Finished task 360.0 in stage 8.0 (TID 783). 15687 bytes result sent to driver
18:51:43.364 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 361.0 in stage 8.0 (TID 784) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 361, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.364 [INFO - Executor task launch worker for task 361.0 in stage 8.0 (TID 784)] (Logging.scala:57) Running task 361.0 in stage 8.0 (TID 784)
18:51:43.365 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 360.0 in stage 8.0 (TID 783) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (362/400)
18:51:43.368 [INFO - Executor task launch worker for task 361.0 in stage 8.0 (TID 784)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.368 [INFO - Executor task launch worker for task 361.0 in stage 8.0 (TID 784)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.370 [INFO - Executor task launch worker for task 361.0 in stage 8.0 (TID 784)] (Logging.scala:57) Finished task 361.0 in stage 8.0 (TID 784). 15687 bytes result sent to driver
18:51:43.370 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 362.0 in stage 8.0 (TID 785) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 362, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.371 [INFO - Executor task launch worker for task 362.0 in stage 8.0 (TID 785)] (Logging.scala:57) Running task 362.0 in stage 8.0 (TID 785)
18:51:43.371 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 361.0 in stage 8.0 (TID 784) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (363/400)
18:51:43.374 [INFO - Executor task launch worker for task 362.0 in stage 8.0 (TID 785)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.374 [INFO - Executor task launch worker for task 362.0 in stage 8.0 (TID 785)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.376 [INFO - Executor task launch worker for task 362.0 in stage 8.0 (TID 785)] (Logging.scala:57) Finished task 362.0 in stage 8.0 (TID 785). 15687 bytes result sent to driver
18:51:43.376 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 363.0 in stage 8.0 (TID 786) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 363, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.377 [INFO - Executor task launch worker for task 363.0 in stage 8.0 (TID 786)] (Logging.scala:57) Running task 363.0 in stage 8.0 (TID 786)
18:51:43.377 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 362.0 in stage 8.0 (TID 785) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (364/400)
18:51:43.380 [INFO - Executor task launch worker for task 363.0 in stage 8.0 (TID 786)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.380 [INFO - Executor task launch worker for task 363.0 in stage 8.0 (TID 786)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.382 [INFO - Executor task launch worker for task 363.0 in stage 8.0 (TID 786)] (Logging.scala:57) Finished task 363.0 in stage 8.0 (TID 786). 15687 bytes result sent to driver
18:51:43.382 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 364.0 in stage 8.0 (TID 787) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 364, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.383 [INFO - Executor task launch worker for task 364.0 in stage 8.0 (TID 787)] (Logging.scala:57) Running task 364.0 in stage 8.0 (TID 787)
18:51:43.383 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 363.0 in stage 8.0 (TID 786) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (365/400)
18:51:43.386 [INFO - Executor task launch worker for task 364.0 in stage 8.0 (TID 787)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.386 [INFO - Executor task launch worker for task 364.0 in stage 8.0 (TID 787)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.388 [INFO - Executor task launch worker for task 364.0 in stage 8.0 (TID 787)] (Logging.scala:57) Finished task 364.0 in stage 8.0 (TID 787). 15687 bytes result sent to driver
18:51:43.388 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 365.0 in stage 8.0 (TID 788) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 365, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.389 [INFO - Executor task launch worker for task 365.0 in stage 8.0 (TID 788)] (Logging.scala:57) Running task 365.0 in stage 8.0 (TID 788)
18:51:43.389 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 364.0 in stage 8.0 (TID 787) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (366/400)
18:51:43.392 [INFO - Executor task launch worker for task 365.0 in stage 8.0 (TID 788)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.392 [INFO - Executor task launch worker for task 365.0 in stage 8.0 (TID 788)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.394 [INFO - Executor task launch worker for task 365.0 in stage 8.0 (TID 788)] (Logging.scala:57) Finished task 365.0 in stage 8.0 (TID 788). 15687 bytes result sent to driver
18:51:43.394 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 366.0 in stage 8.0 (TID 789) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 366, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.394 [INFO - Executor task launch worker for task 366.0 in stage 8.0 (TID 789)] (Logging.scala:57) Running task 366.0 in stage 8.0 (TID 789)
18:51:43.395 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 365.0 in stage 8.0 (TID 788) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (367/400)
18:51:43.398 [INFO - Executor task launch worker for task 366.0 in stage 8.0 (TID 789)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.398 [INFO - Executor task launch worker for task 366.0 in stage 8.0 (TID 789)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.400 [INFO - Executor task launch worker for task 366.0 in stage 8.0 (TID 789)] (Logging.scala:57) Finished task 366.0 in stage 8.0 (TID 789). 15687 bytes result sent to driver
18:51:43.400 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 367.0 in stage 8.0 (TID 790) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 367, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.400 [INFO - Executor task launch worker for task 367.0 in stage 8.0 (TID 790)] (Logging.scala:57) Running task 367.0 in stage 8.0 (TID 790)
18:51:43.400 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 366.0 in stage 8.0 (TID 789) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (368/400)
18:51:43.404 [INFO - Executor task launch worker for task 367.0 in stage 8.0 (TID 790)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.404 [INFO - Executor task launch worker for task 367.0 in stage 8.0 (TID 790)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.405 [INFO - Executor task launch worker for task 367.0 in stage 8.0 (TID 790)] (Logging.scala:57) Finished task 367.0 in stage 8.0 (TID 790). 15687 bytes result sent to driver
18:51:43.406 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 368.0 in stage 8.0 (TID 791) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 368, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.406 [INFO - Executor task launch worker for task 368.0 in stage 8.0 (TID 791)] (Logging.scala:57) Running task 368.0 in stage 8.0 (TID 791)
18:51:43.406 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 367.0 in stage 8.0 (TID 790) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (369/400)
18:51:43.409 [INFO - Executor task launch worker for task 368.0 in stage 8.0 (TID 791)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.409 [INFO - Executor task launch worker for task 368.0 in stage 8.0 (TID 791)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.411 [INFO - Executor task launch worker for task 368.0 in stage 8.0 (TID 791)] (Logging.scala:57) Finished task 368.0 in stage 8.0 (TID 791). 15687 bytes result sent to driver
18:51:43.412 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 369.0 in stage 8.0 (TID 792) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 369, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.412 [INFO - Executor task launch worker for task 369.0 in stage 8.0 (TID 792)] (Logging.scala:57) Running task 369.0 in stage 8.0 (TID 792)
18:51:43.412 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 368.0 in stage 8.0 (TID 791) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (370/400)
18:51:43.415 [INFO - Executor task launch worker for task 369.0 in stage 8.0 (TID 792)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.415 [INFO - Executor task launch worker for task 369.0 in stage 8.0 (TID 792)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.417 [INFO - Executor task launch worker for task 369.0 in stage 8.0 (TID 792)] (Logging.scala:57) Finished task 369.0 in stage 8.0 (TID 792). 15687 bytes result sent to driver
18:51:43.417 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 370.0 in stage 8.0 (TID 793) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 370, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.418 [INFO - Executor task launch worker for task 370.0 in stage 8.0 (TID 793)] (Logging.scala:57) Running task 370.0 in stage 8.0 (TID 793)
18:51:43.418 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 369.0 in stage 8.0 (TID 792) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (371/400)
18:51:43.422 [INFO - Executor task launch worker for task 370.0 in stage 8.0 (TID 793)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.422 [INFO - Executor task launch worker for task 370.0 in stage 8.0 (TID 793)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.423 [INFO - Executor task launch worker for task 370.0 in stage 8.0 (TID 793)] (Logging.scala:57) Finished task 370.0 in stage 8.0 (TID 793). 15687 bytes result sent to driver
18:51:43.424 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 371.0 in stage 8.0 (TID 794) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 371, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.424 [INFO - Executor task launch worker for task 371.0 in stage 8.0 (TID 794)] (Logging.scala:57) Running task 371.0 in stage 8.0 (TID 794)
18:51:43.424 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 370.0 in stage 8.0 (TID 793) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (372/400)
18:51:43.428 [INFO - Executor task launch worker for task 371.0 in stage 8.0 (TID 794)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.428 [INFO - Executor task launch worker for task 371.0 in stage 8.0 (TID 794)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.429 [INFO - Executor task launch worker for task 371.0 in stage 8.0 (TID 794)] (Logging.scala:57) Finished task 371.0 in stage 8.0 (TID 794). 15687 bytes result sent to driver
18:51:43.430 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 372.0 in stage 8.0 (TID 795) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 372, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.430 [INFO - Executor task launch worker for task 372.0 in stage 8.0 (TID 795)] (Logging.scala:57) Running task 372.0 in stage 8.0 (TID 795)
18:51:43.430 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 371.0 in stage 8.0 (TID 794) in 6 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (373/400)
18:51:43.435 [INFO - Executor task launch worker for task 372.0 in stage 8.0 (TID 795)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.435 [INFO - Executor task launch worker for task 372.0 in stage 8.0 (TID 795)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.437 [INFO - Executor task launch worker for task 372.0 in stage 8.0 (TID 795)] (Logging.scala:57) Finished task 372.0 in stage 8.0 (TID 795). 15687 bytes result sent to driver
18:51:43.438 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 373.0 in stage 8.0 (TID 796) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 373, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.438 [INFO - Executor task launch worker for task 373.0 in stage 8.0 (TID 796)] (Logging.scala:57) Running task 373.0 in stage 8.0 (TID 796)
18:51:43.438 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 372.0 in stage 8.0 (TID 795) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (374/400)
18:51:43.443 [INFO - Executor task launch worker for task 373.0 in stage 8.0 (TID 796)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.443 [INFO - Executor task launch worker for task 373.0 in stage 8.0 (TID 796)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.445 [INFO - Executor task launch worker for task 373.0 in stage 8.0 (TID 796)] (Logging.scala:57) Finished task 373.0 in stage 8.0 (TID 796). 15687 bytes result sent to driver
18:51:43.446 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 374.0 in stage 8.0 (TID 797) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 374, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.446 [INFO - Executor task launch worker for task 374.0 in stage 8.0 (TID 797)] (Logging.scala:57) Running task 374.0 in stage 8.0 (TID 797)
18:51:43.447 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 373.0 in stage 8.0 (TID 796) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (375/400)
18:51:43.451 [INFO - Executor task launch worker for task 374.0 in stage 8.0 (TID 797)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.451 [INFO - Executor task launch worker for task 374.0 in stage 8.0 (TID 797)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.453 [INFO - Executor task launch worker for task 374.0 in stage 8.0 (TID 797)] (Logging.scala:57) Finished task 374.0 in stage 8.0 (TID 797). 15687 bytes result sent to driver
18:51:43.453 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 375.0 in stage 8.0 (TID 798) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 375, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.453 [INFO - Executor task launch worker for task 375.0 in stage 8.0 (TID 798)] (Logging.scala:57) Running task 375.0 in stage 8.0 (TID 798)
18:51:43.454 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 374.0 in stage 8.0 (TID 797) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (376/400)
18:51:43.457 [INFO - Executor task launch worker for task 375.0 in stage 8.0 (TID 798)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.457 [INFO - Executor task launch worker for task 375.0 in stage 8.0 (TID 798)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.459 [INFO - Executor task launch worker for task 375.0 in stage 8.0 (TID 798)] (Logging.scala:57) Finished task 375.0 in stage 8.0 (TID 798). 15687 bytes result sent to driver
18:51:43.459 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 376.0 in stage 8.0 (TID 799) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 376, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.460 [INFO - Executor task launch worker for task 376.0 in stage 8.0 (TID 799)] (Logging.scala:57) Running task 376.0 in stage 8.0 (TID 799)
18:51:43.460 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 375.0 in stage 8.0 (TID 798) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (377/400)
18:51:43.463 [INFO - Executor task launch worker for task 376.0 in stage 8.0 (TID 799)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.464 [INFO - Executor task launch worker for task 376.0 in stage 8.0 (TID 799)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.465 [INFO - Executor task launch worker for task 376.0 in stage 8.0 (TID 799)] (Logging.scala:57) Finished task 376.0 in stage 8.0 (TID 799). 15687 bytes result sent to driver
18:51:43.466 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 377.0 in stage 8.0 (TID 800) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 377, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.466 [INFO - Executor task launch worker for task 377.0 in stage 8.0 (TID 800)] (Logging.scala:57) Running task 377.0 in stage 8.0 (TID 800)
18:51:43.466 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 376.0 in stage 8.0 (TID 799) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (378/400)
18:51:43.471 [INFO - Executor task launch worker for task 377.0 in stage 8.0 (TID 800)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.471 [INFO - Executor task launch worker for task 377.0 in stage 8.0 (TID 800)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.474 [INFO - Executor task launch worker for task 377.0 in stage 8.0 (TID 800)] (Logging.scala:57) Finished task 377.0 in stage 8.0 (TID 800). 15687 bytes result sent to driver
18:51:43.474 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 378.0 in stage 8.0 (TID 801) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 378, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.474 [INFO - Executor task launch worker for task 378.0 in stage 8.0 (TID 801)] (Logging.scala:57) Running task 378.0 in stage 8.0 (TID 801)
18:51:43.475 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 377.0 in stage 8.0 (TID 800) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (379/400)
18:51:43.480 [INFO - Executor task launch worker for task 378.0 in stage 8.0 (TID 801)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.480 [INFO - Executor task launch worker for task 378.0 in stage 8.0 (TID 801)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.482 [INFO - Executor task launch worker for task 378.0 in stage 8.0 (TID 801)] (Logging.scala:57) Finished task 378.0 in stage 8.0 (TID 801). 15687 bytes result sent to driver
18:51:43.482 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 379.0 in stage 8.0 (TID 802) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 379, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.482 [INFO - Executor task launch worker for task 379.0 in stage 8.0 (TID 802)] (Logging.scala:57) Running task 379.0 in stage 8.0 (TID 802)
18:51:43.483 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 378.0 in stage 8.0 (TID 801) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (380/400)
18:51:43.486 [INFO - Executor task launch worker for task 379.0 in stage 8.0 (TID 802)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.486 [INFO - Executor task launch worker for task 379.0 in stage 8.0 (TID 802)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.488 [INFO - Executor task launch worker for task 379.0 in stage 8.0 (TID 802)] (Logging.scala:57) Finished task 379.0 in stage 8.0 (TID 802). 15687 bytes result sent to driver
18:51:43.488 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 380.0 in stage 8.0 (TID 803) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 380, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.488 [INFO - Executor task launch worker for task 380.0 in stage 8.0 (TID 803)] (Logging.scala:57) Running task 380.0 in stage 8.0 (TID 803)
18:51:43.489 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 379.0 in stage 8.0 (TID 802) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (381/400)
18:51:43.493 [INFO - Executor task launch worker for task 380.0 in stage 8.0 (TID 803)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.493 [INFO - Executor task launch worker for task 380.0 in stage 8.0 (TID 803)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.495 [INFO - Executor task launch worker for task 380.0 in stage 8.0 (TID 803)] (Logging.scala:57) Finished task 380.0 in stage 8.0 (TID 803). 15687 bytes result sent to driver
18:51:43.496 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 381.0 in stage 8.0 (TID 804) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 381, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.496 [INFO - Executor task launch worker for task 381.0 in stage 8.0 (TID 804)] (Logging.scala:57) Running task 381.0 in stage 8.0 (TID 804)
18:51:43.496 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 380.0 in stage 8.0 (TID 803) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (382/400)
18:51:43.501 [INFO - Executor task launch worker for task 381.0 in stage 8.0 (TID 804)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.501 [INFO - Executor task launch worker for task 381.0 in stage 8.0 (TID 804)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.504 [INFO - Executor task launch worker for task 381.0 in stage 8.0 (TID 804)] (Logging.scala:57) Finished task 381.0 in stage 8.0 (TID 804). 15687 bytes result sent to driver
18:51:43.504 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 382.0 in stage 8.0 (TID 805) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 382, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.505 [INFO - Executor task launch worker for task 382.0 in stage 8.0 (TID 805)] (Logging.scala:57) Running task 382.0 in stage 8.0 (TID 805)
18:51:43.505 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 381.0 in stage 8.0 (TID 804) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (383/400)
18:51:43.509 [INFO - Executor task launch worker for task 382.0 in stage 8.0 (TID 805)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.509 [INFO - Executor task launch worker for task 382.0 in stage 8.0 (TID 805)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.510 [INFO - Executor task launch worker for task 382.0 in stage 8.0 (TID 805)] (Logging.scala:57) Finished task 382.0 in stage 8.0 (TID 805). 15687 bytes result sent to driver
18:51:43.511 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 383.0 in stage 8.0 (TID 806) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 383, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.511 [INFO - Executor task launch worker for task 383.0 in stage 8.0 (TID 806)] (Logging.scala:57) Running task 383.0 in stage 8.0 (TID 806)
18:51:43.512 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 382.0 in stage 8.0 (TID 805) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (384/400)
18:51:43.515 [INFO - Executor task launch worker for task 383.0 in stage 8.0 (TID 806)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.516 [INFO - Executor task launch worker for task 383.0 in stage 8.0 (TID 806)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.518 [INFO - Executor task launch worker for task 383.0 in stage 8.0 (TID 806)] (Logging.scala:57) Finished task 383.0 in stage 8.0 (TID 806). 15687 bytes result sent to driver
18:51:43.518 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 384.0 in stage 8.0 (TID 807) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 384, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.519 [INFO - Executor task launch worker for task 384.0 in stage 8.0 (TID 807)] (Logging.scala:57) Running task 384.0 in stage 8.0 (TID 807)
18:51:43.519 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 383.0 in stage 8.0 (TID 806) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (385/400)
18:51:43.523 [INFO - Executor task launch worker for task 384.0 in stage 8.0 (TID 807)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.524 [INFO - Executor task launch worker for task 384.0 in stage 8.0 (TID 807)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.526 [INFO - Executor task launch worker for task 384.0 in stage 8.0 (TID 807)] (Logging.scala:57) Finished task 384.0 in stage 8.0 (TID 807). 15687 bytes result sent to driver
18:51:43.526 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 385.0 in stage 8.0 (TID 808) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 385, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.527 [INFO - Executor task launch worker for task 385.0 in stage 8.0 (TID 808)] (Logging.scala:57) Running task 385.0 in stage 8.0 (TID 808)
18:51:43.527 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 384.0 in stage 8.0 (TID 807) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (386/400)
18:51:43.530 [INFO - Executor task launch worker for task 385.0 in stage 8.0 (TID 808)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.530 [INFO - Executor task launch worker for task 385.0 in stage 8.0 (TID 808)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.532 [INFO - Executor task launch worker for task 385.0 in stage 8.0 (TID 808)] (Logging.scala:57) Finished task 385.0 in stage 8.0 (TID 808). 15687 bytes result sent to driver
18:51:43.532 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 387.0 in stage 8.0 (TID 809) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 387, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.532 [INFO - Executor task launch worker for task 387.0 in stage 8.0 (TID 809)] (Logging.scala:57) Running task 387.0 in stage 8.0 (TID 809)
18:51:43.533 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 385.0 in stage 8.0 (TID 808) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (387/400)
18:51:43.537 [INFO - Executor task launch worker for task 387.0 in stage 8.0 (TID 809)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.537 [INFO - Executor task launch worker for task 387.0 in stage 8.0 (TID 809)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.539 [INFO - Executor task launch worker for task 387.0 in stage 8.0 (TID 809)] (Logging.scala:57) Finished task 387.0 in stage 8.0 (TID 809). 15687 bytes result sent to driver
18:51:43.539 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 388.0 in stage 8.0 (TID 810) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 388, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.539 [INFO - Executor task launch worker for task 388.0 in stage 8.0 (TID 810)] (Logging.scala:57) Running task 388.0 in stage 8.0 (TID 810)
18:51:43.540 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 387.0 in stage 8.0 (TID 809) in 8 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (388/400)
18:51:43.543 [INFO - Executor task launch worker for task 388.0 in stage 8.0 (TID 810)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.543 [INFO - Executor task launch worker for task 388.0 in stage 8.0 (TID 810)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.545 [INFO - Executor task launch worker for task 388.0 in stage 8.0 (TID 810)] (Logging.scala:57) Finished task 388.0 in stage 8.0 (TID 810). 15687 bytes result sent to driver
18:51:43.545 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 389.0 in stage 8.0 (TID 811) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 389, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.545 [INFO - Executor task launch worker for task 389.0 in stage 8.0 (TID 811)] (Logging.scala:57) Running task 389.0 in stage 8.0 (TID 811)
18:51:43.546 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 388.0 in stage 8.0 (TID 810) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (389/400)
18:51:43.551 [INFO - Executor task launch worker for task 389.0 in stage 8.0 (TID 811)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.551 [INFO - Executor task launch worker for task 389.0 in stage 8.0 (TID 811)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.553 [INFO - Executor task launch worker for task 389.0 in stage 8.0 (TID 811)] (Logging.scala:57) Finished task 389.0 in stage 8.0 (TID 811). 15687 bytes result sent to driver
18:51:43.554 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 390.0 in stage 8.0 (TID 812) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 390, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.554 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 389.0 in stage 8.0 (TID 811) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (390/400)
18:51:43.554 [INFO - Executor task launch worker for task 390.0 in stage 8.0 (TID 812)] (Logging.scala:57) Running task 390.0 in stage 8.0 (TID 812)
18:51:43.560 [INFO - Executor task launch worker for task 390.0 in stage 8.0 (TID 812)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.560 [INFO - Executor task launch worker for task 390.0 in stage 8.0 (TID 812)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.562 [INFO - Executor task launch worker for task 390.0 in stage 8.0 (TID 812)] (Logging.scala:57) Finished task 390.0 in stage 8.0 (TID 812). 15687 bytes result sent to driver
18:51:43.563 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 391.0 in stage 8.0 (TID 813) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 391, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.563 [INFO - Executor task launch worker for task 391.0 in stage 8.0 (TID 813)] (Logging.scala:57) Running task 391.0 in stage 8.0 (TID 813)
18:51:43.564 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 390.0 in stage 8.0 (TID 812) in 11 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (391/400)
18:51:43.567 [INFO - Executor task launch worker for task 391.0 in stage 8.0 (TID 813)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.567 [INFO - Executor task launch worker for task 391.0 in stage 8.0 (TID 813)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.569 [INFO - Executor task launch worker for task 391.0 in stage 8.0 (TID 813)] (Logging.scala:57) Finished task 391.0 in stage 8.0 (TID 813). 15687 bytes result sent to driver
18:51:43.569 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 392.0 in stage 8.0 (TID 814) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 392, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.570 [INFO - Executor task launch worker for task 392.0 in stage 8.0 (TID 814)] (Logging.scala:57) Running task 392.0 in stage 8.0 (TID 814)
18:51:43.570 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 391.0 in stage 8.0 (TID 813) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (392/400)
18:51:43.573 [INFO - Executor task launch worker for task 392.0 in stage 8.0 (TID 814)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.573 [INFO - Executor task launch worker for task 392.0 in stage 8.0 (TID 814)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.575 [INFO - Executor task launch worker for task 392.0 in stage 8.0 (TID 814)] (Logging.scala:57) Finished task 392.0 in stage 8.0 (TID 814). 15687 bytes result sent to driver
18:51:43.599 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 393.0 in stage 8.0 (TID 815) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 393, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.599 [INFO - Executor task launch worker for task 393.0 in stage 8.0 (TID 815)] (Logging.scala:57) Running task 393.0 in stage 8.0 (TID 815)
18:51:43.600 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 392.0 in stage 8.0 (TID 814) in 31 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (393/400)
18:51:43.604 [INFO - Executor task launch worker for task 393.0 in stage 8.0 (TID 815)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.604 [INFO - Executor task launch worker for task 393.0 in stage 8.0 (TID 815)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.606 [INFO - Executor task launch worker for task 393.0 in stage 8.0 (TID 815)] (Logging.scala:57) Finished task 393.0 in stage 8.0 (TID 815). 15687 bytes result sent to driver
18:51:43.607 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 394.0 in stage 8.0 (TID 816) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 394, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.607 [INFO - Executor task launch worker for task 394.0 in stage 8.0 (TID 816)] (Logging.scala:57) Running task 394.0 in stage 8.0 (TID 816)
18:51:43.608 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 393.0 in stage 8.0 (TID 815) in 32 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (394/400)
18:51:43.612 [INFO - Executor task launch worker for task 394.0 in stage 8.0 (TID 816)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.612 [INFO - Executor task launch worker for task 394.0 in stage 8.0 (TID 816)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.613 [INFO - Executor task launch worker for task 394.0 in stage 8.0 (TID 816)] (Logging.scala:57) Finished task 394.0 in stage 8.0 (TID 816). 15687 bytes result sent to driver
18:51:43.614 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 395.0 in stage 8.0 (TID 817) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 395, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.614 [INFO - Executor task launch worker for task 395.0 in stage 8.0 (TID 817)] (Logging.scala:57) Running task 395.0 in stage 8.0 (TID 817)
18:51:43.615 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 394.0 in stage 8.0 (TID 816) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (395/400)
18:51:43.618 [INFO - Executor task launch worker for task 395.0 in stage 8.0 (TID 817)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.618 [INFO - Executor task launch worker for task 395.0 in stage 8.0 (TID 817)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.620 [INFO - Executor task launch worker for task 395.0 in stage 8.0 (TID 817)] (Logging.scala:57) Finished task 395.0 in stage 8.0 (TID 817). 15687 bytes result sent to driver
18:51:43.621 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 396.0 in stage 8.0 (TID 818) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 396, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.621 [INFO - Executor task launch worker for task 396.0 in stage 8.0 (TID 818)] (Logging.scala:57) Running task 396.0 in stage 8.0 (TID 818)
18:51:43.621 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 395.0 in stage 8.0 (TID 817) in 7 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (396/400)
18:51:43.625 [INFO - Executor task launch worker for task 396.0 in stage 8.0 (TID 818)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.625 [INFO - Executor task launch worker for task 396.0 in stage 8.0 (TID 818)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.628 [INFO - Executor task launch worker for task 396.0 in stage 8.0 (TID 818)] (Logging.scala:57) Finished task 396.0 in stage 8.0 (TID 818). 15687 bytes result sent to driver
18:51:43.628 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 397.0 in stage 8.0 (TID 819) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 397, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.629 [INFO - Executor task launch worker for task 397.0 in stage 8.0 (TID 819)] (Logging.scala:57) Running task 397.0 in stage 8.0 (TID 819)
18:51:43.629 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 396.0 in stage 8.0 (TID 818) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (397/400)
18:51:43.635 [INFO - Executor task launch worker for task 397.0 in stage 8.0 (TID 819)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.635 [INFO - Executor task launch worker for task 397.0 in stage 8.0 (TID 819)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.638 [INFO - Executor task launch worker for task 397.0 in stage 8.0 (TID 819)] (Logging.scala:57) Finished task 397.0 in stage 8.0 (TID 819). 15687 bytes result sent to driver
18:51:43.638 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 398.0 in stage 8.0 (TID 820) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 398, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.639 [INFO - Executor task launch worker for task 398.0 in stage 8.0 (TID 820)] (Logging.scala:57) Running task 398.0 in stage 8.0 (TID 820)
18:51:43.639 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 397.0 in stage 8.0 (TID 819) in 11 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (398/400)
18:51:43.643 [INFO - Executor task launch worker for task 398.0 in stage 8.0 (TID 820)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.643 [INFO - Executor task launch worker for task 398.0 in stage 8.0 (TID 820)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.646 [INFO - Executor task launch worker for task 398.0 in stage 8.0 (TID 820)] (Logging.scala:57) Finished task 398.0 in stage 8.0 (TID 820). 15687 bytes result sent to driver
18:51:43.646 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 399.0 in stage 8.0 (TID 821) (dist-test-slave-6k22.c.gcp-upstream.internal, executor driver, partition 399, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
18:51:43.647 [INFO - Executor task launch worker for task 399.0 in stage 8.0 (TID 821)] (Logging.scala:57) Running task 399.0 in stage 8.0 (TID 821)
18:51:43.647 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 398.0 in stage 8.0 (TID 820) in 9 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (399/400)
18:51:43.652 [INFO - Executor task launch worker for task 399.0 in stage 8.0 (TID 821)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
18:51:43.653 [INFO - Executor task launch worker for task 399.0 in stage 8.0 (TID 821)] (Logging.scala:57) Started 0 remote fetches in 0 ms
18:51:43.655 [INFO - Executor task launch worker for task 399.0 in stage 8.0 (TID 821)] (Logging.scala:57) Finished task 399.0 in stage 8.0 (TID 821). 15687 bytes result sent to driver
18:51:43.656 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 399.0 in stage 8.0 (TID 821) in 10 ms on dist-test-slave-6k22.c.gcp-upstream.internal (executor driver) (400/400)
18:51:43.656 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
18:51:43.657 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (collect at IntegrationTestBigLinkedList.scala:421) finished in 3.106 s
18:51:43.658 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
18:51:43.658 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
18:51:43.658 [INFO - main] (Logging.scala:57) Job 1 finished: collect at IntegrationTestBigLinkedList.scala:421, took 17.106092 s
18:51:43.692 [INFO - main] (Logging.scala:57) Code generated in 8.566573 ms
18:51:43.731 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
18:51:43.837 [INFO - main] (Logging.scala:57) MemoryStore cleared
18:51:43.837 [INFO - main] (Logging.scala:57) BlockManager stopped
18:51:43.843 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
18:51:43.852 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
18:51:43.858 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
18:51:43.861 [DEBUG - main] (Connection.java:575) [peer master-127.7.128.125:40911(127.7.128.125:40911)] disconnecting while in state READY
18:51:43.862 [DEBUG - main] (Connection.java:575) [peer master-127.7.128.126:41919(127.7.128.126:41919)] disconnecting while in state READY
18:51:43.862 [DEBUG - main] (Connection.java:575) [peer 18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)] disconnecting while in state READY
18:51:43.863 [DEBUG - main] (Connection.java:575) [peer ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)] disconnecting while in state READY
18:51:43.863 [DEBUG - main] (Connection.java:575) [peer master-127.7.128.124:37095(127.7.128.124:37095)] disconnecting while in state READY
18:51:43.863 [DEBUG - main] (Connection.java:575) [peer 49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)] disconnecting while in state READY
18:51:43.873 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
18:51:43.874 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.7.128.125:40911(127.7.128.125:40911)] handling channelInactive
18:51:43.874 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.7.128.126:41919(127.7.128.126:41919)] handling channelInactive
18:51:43.874 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.7.128.125:40911(127.7.128.125:40911)] cleaning up while in state READY due to: connection closed
18:51:43.874 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.7.128.126:41919(127.7.128.126:41919)] cleaning up while in state READY due to: connection closed
18:51:43.874 [DEBUG - kudu-nio-0] (Connection.java:239) [peer ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)] handling channelInactive
18:51:43.874 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)] handling channelInactive
18:51:43.875 [DEBUG - kudu-nio-0] (Connection.java:709) [peer ca808b6299bd4cc0badea8b5e0c2ad2a(127.7.128.65:40705)] cleaning up while in state READY due to: connection closed
18:51:43.875 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 18146abb15c5448db2f4b44f337cc6f4(127.7.128.67:34351)] cleaning up while in state READY due to: connection closed
18:51:43.875 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.7.128.124:37095(127.7.128.124:37095)] handling channelInactive
18:51:43.875 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)] handling channelInactive
18:51:43.875 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.7.128.124:37095(127.7.128.124:37095)] cleaning up while in state READY due to: connection closed
18:51:43.875 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 49367e0eb0e04551923afa03486dfd4d(127.7.128.66:45045)] cleaning up while in state READY due to: connection closed
18:51:43.876 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 45 thread-local buffer(s) from thread: kudu-nio-1
18:51:43.876 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 52 thread-local buffer(s) from thread: kudu-nio-0
18:51:43.885 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
18:51:43.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:43.885979  7681 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskYXmvW5/build/release/bin/kudu with pid 8044
18:51:43.901 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:43.900791  7681 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskYXmvW5/build/release/bin/kudu with pid 8210
18:51:43.910 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:43.910130  7681 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskYXmvW5/build/release/bin/kudu with pid 8369
18:51:43.923 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:43.922853  7681 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskYXmvW5/build/release/bin/kudu with pid 7698
18:51:43.930 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:43.930091  7681 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskYXmvW5/build/release/bin/kudu with pid 7787
18:51:43.937 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 18:51:43.937386  7681 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskYXmvW5/build/release/bin/kudu with pid 7880
18:51:43.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T18:51:43Z chronyd exiting
log4j:WARN No appenders could be found for logger (org.apache.kudu.shaded.org.apache.http.client.protocol.RequestAddCookies).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

Time: 31.276

OK (1 test)

18:51:44.257 [INFO - shutdown-hook-0] (Logging.scala:57) Shutdown hook called
18:51:44.258 [INFO - shutdown-hook-0] (Logging.scala:57) Deleting directory /tmp/spark-39a47332-3574-4b93-9a91-dede14fd7964
