JUnit version 4.13.2
.SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/dist-test-taski9ZDj8/java/build/jars/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/dist-test-taski9ZDj8/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]
22:12:42.560 [INFO - main] (RandomUtils.java:49) Using random seed: 1786486362525
22:12:42.587 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
22:12:42.630 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
22:12:42.638 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taski9ZDj8/test-tmp
22:12:42.640 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
22:12:42.643 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taski9ZDj8/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
22:12:42.674 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

22:12:42.857 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
22:12:42.864 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

22:12:42.866 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:42.866056 14037 mini_oidc.cc:152] Starting JWKS server
22:12:42.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:42.868521 14037 webserver.cc:460] Webserver started at http://127.0.0.1:41769/ using document root <none> and password file <none>
22:12:42.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:42.868664 14037 mini_oidc.cc:189] Starting OIDC Discovery server
22:12:42.871 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:42.871516 14037 webserver.cc:460] Webserver started at http://127.0.0.1:35055/ using document root <none> and password file <none>
22:12:42.886 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T22:12:42Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
22:12:42.887 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T22:12:42Z Disabled control of system clock
22:12:42.891 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:42.891673 14037 external_mini_cluster.cc:1326] Running /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/wal
22:12:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/data
22:12:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
22:12:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
22:12:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
22:12:42.892 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:42.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:42.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:42.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/logs
22:12:42.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/data/info.pb
22:12:42.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:42.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
22:12:42.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
22:12:42.893 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.126:43791
22:12:42.894 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.126
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
22:12:42.895 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41769/jwks.json with env {}
22:12:43.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.003464 14049 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
22:12:43.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.003763 14049 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
22:12:43.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.003821 14049 flags.cc:425] Enabled unsafe flag: --never_fsync=true
22:12:43.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.008157 14049 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
22:12:43.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.008244 14049 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
22:12:43.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.008271 14049 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
22:12:43.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.008293 14049 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
22:12:43.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.008317 14049 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
22:12:43.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.008337 14049 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41769/jwks.json
22:12:43.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.013375 14049 master_runner.cc:386] Master server non-default flags:
22:12:43.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:43.013 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:43.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:43.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:43.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/data
22:12:43.014 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/wal
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.126:43791
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
22:12:43.015 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41769/jwks.json
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/data/info.pb
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.126
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14049
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
22:12:43.016 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/logs
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 21:38:32 UTC on ccycloud.quasar-aqvrvy.root.comops.site
22:12:43.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581604
22:12:43.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.014780 14049 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
22:12:43.018 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.016680 14049 file_cache.cc:493] Constructed file cache file cache with capacity 419430
22:12:43.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.025822 14049 server_base.cc:1034] running on GCE node
22:12:43.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.025779 14059 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
22:12:43.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.025771 14055 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
22:12:43.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.025764 14057 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
22:12:43.026 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.026685 14049 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
22:12:43.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.027885 14049 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
22:12:43.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.029075 14049 hybrid_clock.cc:648] HybridClock initialized: now 1786486363029054 us; error 35 us; skew 500 ppm
22:12:43.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.033967 14049 webserver.cc:460] Webserver started at http://127.13.181.126:32937/ using document root <none> and password file <none>
22:12:43.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.034600 14049 fs_manager.cc:359] Metadata directory not provided
22:12:43.034 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.034694 14049 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
22:12:43.035 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.034966 14049 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
22:12:43.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.036954 14049 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/data/instance:
22:12:43.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a6bfcbdb94c46588748ebc553bcbf50"
22:12:43.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.037 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.037595 14049 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/wal/instance:
22:12:43.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a6bfcbdb94c46588748ebc553bcbf50"
22:12:43.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.041522 14049 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
22:12:43.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.044104 14065 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
22:12:43.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.045328 14049 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
22:12:43.045 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.045504 14049 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/data,/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/wal
22:12:43.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "4a6bfcbdb94c46588748ebc553bcbf50"
22:12:43.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.046 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.045614 14049 fs_report.cc:383] FS layout report
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/wal
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/wal
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/data/data
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
22:12:43.047 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
22:12:43.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
22:12:43.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
22:12:43.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
22:12:43.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
22:12:43.048 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
22:12:43.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.068295 14049 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
22:12:43.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.069383 14049 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
22:12:43.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.069680 14049 kserver.cc:163] Server-wide thread pool size limit: 3276
22:12:43.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.077072 14049 rpc_server.cc:307] RPC server started. Bound to: 127.13.181.126:43791
22:12:43.077 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.077080 14126 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.181.126:43791 every 8 connection(s)
22:12:43.078 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.078105 14049 server_base.cc:1166] Dumped server information to /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/data/info.pb
22:12:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.080169 14037 external_mini_cluster.cc:1388] Started /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu as pid 14049
22:12:43.080 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.080344 14037 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-0/wal/instance
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.082095 14037 external_mini_cluster.cc:1326] Running /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/wal
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/data
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/logs
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/data/info.pb
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:43.082 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.125:37685
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.125
22:12:43.083 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41769/jwks.json with env {}
22:12:43.084 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.082183 14128 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:43.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.086220 14128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.099 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.099294 14128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.100144 14068 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.181.125:37685: connect: Connection refused (error 111)
22:12:43.101 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.100950 14128 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.125:37685: Network error: Client connection negotiation failed: client connection to 127.13.181.125:37685: connect: Connection refused (error 111)
22:12:43.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.150207 14128 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } attempt: 1
22:12:43.152 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.151822 14128 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.125:37685: Network error: Client connection negotiation failed: client connection to 127.13.181.125:37685: connect: Connection refused (error 111)
22:12:43.195 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.195477 14130 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
22:12:43.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.195715 14130 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
22:12:43.196 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.195750 14130 flags.cc:425] Enabled unsafe flag: --never_fsync=true
22:12:43.199 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.199611 14130 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
22:12:43.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.199652 14130 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
22:12:43.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.199669 14130 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
22:12:43.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.199684 14130 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
22:12:43.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.199699 14130 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
22:12:43.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.199712 14130 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41769/jwks.json
22:12:43.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.205775 14130 master_runner.cc:386] Master server non-default flags:
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/data
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/wal
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:43.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.125:37685
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41769/jwks.json
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/data/info.pb
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.125
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
22:12:43.207 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14130
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/logs
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
22:12:43.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 21:38:32 UTC on ccycloud.quasar-aqvrvy.root.comops.site
22:12:43.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581604
22:12:43.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.206979 14130 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
22:12:43.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.208752 14130 file_cache.cc:493] Constructed file cache file cache with capacity 419430
22:12:43.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.217077 14139 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
22:12:43.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.217100 14138 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
22:12:43.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.217096 14141 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
22:12:43.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.217478 14130 server_base.cc:1034] running on GCE node
22:12:43.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.218080 14130 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
22:12:43.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.219269 14130 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
22:12:43.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.219995 14128 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } attempt: 2
22:12:43.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.220446 14130 hybrid_clock.cc:648] HybridClock initialized: now 1786486363220380 us; error 83 us; skew 500 ppm
22:12:43.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.221882 14128 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.125:37685: Network error: Client connection negotiation failed: client connection to 127.13.181.125:37685: connect: Connection refused (error 111)
22:12:43.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.222643 14130 webserver.cc:460] Webserver started at http://127.13.181.125:38207/ using document root <none> and password file <none>
22:12:43.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.223237 14130 fs_manager.cc:359] Metadata directory not provided
22:12:43.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.223342 14130 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
22:12:43.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.223606 14130 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
22:12:43.225 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.225468 14130 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/data/instance:
22:12:43.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "394831b4557844be93ab8019dd2c47cf"
22:12:43.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.226070 14130 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/wal/instance:
22:12:43.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "394831b4557844be93ab8019dd2c47cf"
22:12:43.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.229 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.229790 14130 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.004s
22:12:43.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.232299 14148 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
22:12:43.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.233572 14130 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
22:12:43.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.233721 14130 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/data,/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/wal
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "394831b4557844be93ab8019dd2c47cf"
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.233819 14130 fs_report.cc:383] FS layout report
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/wal
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/wal
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/data/data
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
22:12:43.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
22:12:43.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
22:12:43.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.257133 14130 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
22:12:43.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.257905 14130 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
22:12:43.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.258124 14130 kserver.cc:163] Server-wide thread pool size limit: 3276
22:12:43.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.264839 14130 rpc_server.cc:307] RPC server started. Bound to: 127.13.181.125:37685
22:12:43.265 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.264842 14210 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.181.125:37685 every 8 connection(s)
22:12:43.266 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.265843 14130 server_base.cc:1166] Dumped server information to /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/data/info.pb
22:12:43.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.268595 14037 external_mini_cluster.cc:1388] Started /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu as pid 14130
22:12:43.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.268682 14037 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-1/wal/instance
22:12:43.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.269256 14211 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:43.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.269269 14037 external_mini_cluster.cc:1326] Running /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:43.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:43.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/wal
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/data
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/logs
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/data/info.pb
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:43.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.124:34777
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.124
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:43.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
22:12:43.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41769/jwks.json with env {}
22:12:43.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.273481 14211 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.284 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.283852 14211 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.291041 14211 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.291852 14150 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.13.181.124:34777: connect: Connection refused (error 111)
22:12:43.296 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.296109 14211 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.124:34777: Network error: Client connection negotiation failed: client connection to 127.13.181.124:34777: connect: Connection refused (error 111)
22:12:43.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.313052 14128 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } attempt: 3
22:12:43.318 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.318106 14128 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.319 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.319555 14128 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.124:34777: Network error: Client connection negotiation failed: client connection to 127.13.181.124:34777: connect: Connection refused (error 111)
22:12:43.345 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.345378 14211 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } attempt: 1
22:12:43.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.347065 14211 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.124:34777: Network error: Client connection negotiation failed: client connection to 127.13.181.124:34777: connect: Connection refused (error 111)
22:12:43.351 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.350752 14128 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } attempt: 1
22:12:43.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.352226 14128 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.124:34777: Network error: Client connection negotiation failed: client connection to 127.13.181.124:34777: connect: Connection refused (error 111)
22:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.390664 14214 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
22:12:43.391 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.391008 14214 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
22:12:43.392 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.391072 14214 flags.cc:425] Enabled unsafe flag: --never_fsync=true
22:12:43.395 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.395670 14214 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
22:12:43.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.395772 14214 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
22:12:43.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.395802 14214 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
22:12:43.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.395828 14214 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
22:12:43.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.395851 14214 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
22:12:43.396 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.395869 14214 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:41769/jwks.json
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.400872 14214 master_runner.cc:386] Master server non-default flags:
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/data
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/wal
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
22:12:43.401 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.124:34777
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:41769/jwks.json
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/data/info.pb
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.124
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14214
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:43.402 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/logs
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 21:38:32 UTC on ccycloud.quasar-aqvrvy.root.comops.site
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581604
22:12:43.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.402385 14214 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
22:12:43.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.404243 14214 file_cache.cc:493] Constructed file cache file cache with capacity 419430
22:12:43.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.412806 14224 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
22:12:43.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.412865 14226 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
22:12:43.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.413548 14214 server_base.cc:1034] running on GCE node
22:12:43.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.412801 14223 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
22:12:43.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.415169 14214 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
22:12:43.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.415257 14211 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } attempt: 2
22:12:43.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.416612 14214 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
22:12:43.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.416796 14211 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.124:34777: Network error: Client connection negotiation failed: client connection to 127.13.181.124:34777: connect: Connection refused (error 111)
22:12:43.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.423980 14214 hybrid_clock.cc:648] HybridClock initialized: now 1786486363423932 us; error 54 us; skew 500 ppm
22:12:43.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.426380 14214 webserver.cc:460] Webserver started at http://127.13.181.124:32935/ using document root <none> and password file <none>
22:12:43.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.427160 14214 fs_manager.cc:359] Metadata directory not provided
22:12:43.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.427222 14214 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
22:12:43.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.427423 14214 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
22:12:43.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.427469 14128 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } attempt: 2
22:12:43.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.429040 14128 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.13.181.124:34777: Network error: Client connection negotiation failed: client connection to 127.13.181.124:34777: connect: Connection refused (error 111)
22:12:43.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.430219 14214 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/data/instance:
22:12:43.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "23cc1d59c2884ceca188e244a9b91b22"
22:12:43.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.430867 14214 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/wal/instance:
22:12:43.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "23cc1d59c2884ceca188e244a9b91b22"
22:12:43.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.434912 14214 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
22:12:43.437 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.437669 14233 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
22:12:43.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.439119 14214 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
22:12:43.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.439270 14214 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/data,/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/wal
22:12:43.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "23cc1d59c2884ceca188e244a9b91b22"
22:12:43.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:43 on dist-test-slave-5k54"
22:12:43.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.439380 14214 fs_report.cc:383] FS layout report
22:12:43.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
22:12:43.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/wal
22:12:43.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/wal
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/data/data
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
22:12:43.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
22:12:43.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.448724 14214 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
22:12:43.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.449400 14214 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
22:12:43.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.449604 14214 kserver.cc:163] Server-wide thread pool size limit: 3276
22:12:43.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.456805 14214 rpc_server.cc:307] RPC server started. Bound to: 127.13.181.124:34777
22:12:43.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.456826 14292 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.181.124:34777 every 8 connection(s)
22:12:43.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.457784 14214 server_base.cc:1166] Dumped server information to /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/data/info.pb
22:12:43.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.460886 14293 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:43.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.464167 14293 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.466023 14037 external_mini_cluster.cc:1388] Started /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu as pid 14214
22:12:43.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.466147 14037 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/master-2/wal/instance
22:12:43.475 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.475608 14293 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.481123 14293 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } has no permanent_uuid. Determining permanent_uuid...
22:12:43.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.490736 14293 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22: Bootstrap starting.
22:12:43.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.492935 14293 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22: Neither blocks nor log segments found. Creating new log.
22:12:43.494 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.493636 14293 log.cc:824] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22: Log is configured to *not* fsync() on all Append() calls
22:12:43.497 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.497231 14293 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22: No bootstrap required, opened a new log
22:12:43.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.507966 14211 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } attempt: 3
22:12:43.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.507738 14293 raft_consensus.cc:348] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.508352 14293 raft_consensus.cc:374] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:43.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.508671 14293 raft_consensus.cc:729] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 23cc1d59c2884ceca188e244a9b91b22, State: Initialized, Role: FOLLOWER
22:12:43.510 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.510180 14293 consensus_queue.cc:260] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [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: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.514775 14293 sys_catalog.cc:564] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [sys.catalog]: configured and running, proceeding with master startup.
22:12:43.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.519871 14303 sys_catalog.cc:455] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [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: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.521046 14303 sys_catalog.cc:458] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [sys.catalog]: This master's current role is: FOLLOWER
22:12:43.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.528237 14128 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } attempt: 3
22:12:43.531 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.530869 14316 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
22:12:43.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.532027 14316 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
22:12:43.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.525367 14214 master_runner.cc:186] Error getting master registration for 127.13.181.126:43791: OK, instance_id { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" instance_seqno: 1786486363075279 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
22:12:43.538 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.538036 14214 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
22:12:43.541 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.540553 14211 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: Bootstrap starting.
22:12:43.553 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.552770 14128 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50: Bootstrap starting.
22:12:43.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.556890 14211 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: Neither blocks nor log segments found. Creating new log.
22:12:43.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.559762 14128 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50: Neither blocks nor log segments found. Creating new log.
22:12:43.562 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.562269 14128 log.cc:824] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50: Log is configured to *not* fsync() on all Append() calls
22:12:43.567 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.566821 14211 log.cc:824] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: Log is configured to *not* fsync() on all Append() calls
22:12:43.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.571995 14211 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: No bootstrap required, opened a new log
22:12:43.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.572606 14128 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50: No bootstrap required, opened a new log
22:12:43.581 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.580871 14211 raft_consensus.cc:348] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.583107 14211 raft_consensus.cc:374] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:43.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.583853 14211 raft_consensus.cc:729] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 394831b4557844be93ab8019dd2c47cf, State: Initialized, Role: FOLLOWER
22:12:43.586 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.585500 14211 consensus_queue.cc:260] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [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: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.586438 14128 raft_consensus.cc:348] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.587579 14128 raft_consensus.cc:374] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:43.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.588146 14128 raft_consensus.cc:729] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a6bfcbdb94c46588748ebc553bcbf50, State: Initialized, Role: FOLLOWER
22:12:43.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.589871 14211 sys_catalog.cc:564] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [sys.catalog]: configured and running, proceeding with master startup.
22:12:43.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.589934 14128 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [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: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.593 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.593120 14128 sys_catalog.cc:564] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [sys.catalog]: configured and running, proceeding with master startup.
22:12:43.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.598255 14320 sys_catalog.cc:455] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [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: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.598538 14320 sys_catalog.cc:458] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [sys.catalog]: This master's current role is: FOLLOWER
22:12:43.601 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.601404 14321 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [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: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.602 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.602164 14321 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [sys.catalog]: This master's current role is: FOLLOWER
22:12:43.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.605269 14334 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
22:12:43.606 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.606014 14334 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
22:12:43.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.620474 14345 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
22:12:43.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.599604 14130 master_runner.cc:186] Error getting master registration for 127.13.181.126:43791: OK, instance_id { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" instance_seqno: 1786486363075279 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
22:12:43.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.634840 14345 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
22:12:43.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.632956 14049 master_runner.cc:263] No leader master found from master 4a6bfcbdb94c46588748ebc553bcbf50
22:12:43.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.635599 14049 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
22:12:43.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.639577 14130 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
22:12:43.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.701064 14239 tablet.cc:2369] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22: Can't schedule compaction. Clean time has not been advanced past its initial value.
22:12:43.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.740422 14303 raft_consensus.cc:482] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
22:12:43.759 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.740660 14303 raft_consensus.cc:504] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.741815 14303 leader_election.cc:288] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4a6bfcbdb94c46588748ebc553bcbf50 (127.13.181.126:43791), 394831b4557844be93ab8019dd2c47cf (127.13.181.125:37685)
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.742648 14182 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "23cc1d59c2884ceca188e244a9b91b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394831b4557844be93ab8019dd2c47cf" is_pre_election: true
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.743180 14182 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 23cc1d59c2884ceca188e244a9b91b22 in term 0.
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.744076 14098 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "23cc1d59c2884ceca188e244a9b91b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" is_pre_election: true
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.744395 14098 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 23cc1d59c2884ceca188e244a9b91b22 in term 0.
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.744954 14237 leader_election.cc:302] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [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: 23cc1d59c2884ceca188e244a9b91b22, 4a6bfcbdb94c46588748ebc553bcbf50; no voters: 
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.745723 14303 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 0 FOLLOWER]: Leader pre-election won for term 1
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.745826 14303 raft_consensus.cc:482] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.745875 14303 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 0 FOLLOWER]: Advancing to term 1
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.747315 14303 raft_consensus.cc:504] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.748481 14098 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "23cc1d59c2884ceca188e244a9b91b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a6bfcbdb94c46588748ebc553bcbf50"
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.748611 14098 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [term 0 FOLLOWER]: Advancing to term 1
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.749989 14098 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 23cc1d59c2884ceca188e244a9b91b22 in term 1.
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.750342 14237 leader_election.cc:302] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [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: 23cc1d59c2884ceca188e244a9b91b22, 4a6bfcbdb94c46588748ebc553bcbf50; no voters: 
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.750716 14182 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "23cc1d59c2884ceca188e244a9b91b22" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "394831b4557844be93ab8019dd2c47cf"
22:12:43.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.750914 14182 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [term 0 FOLLOWER]: Advancing to term 1
22:12:43.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.752328 14182 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 23cc1d59c2884ceca188e244a9b91b22 in term 1.
22:12:43.761 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.759742 14155 tablet.cc:2369] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: Can't schedule compaction. Clean time has not been advanced past its initial value.
22:12:43.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.762068 14303 leader_election.cc:288] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [CANDIDATE]: Term 1 election: Requested vote from peers 4a6bfcbdb94c46588748ebc553bcbf50 (127.13.181.126:43791), 394831b4557844be93ab8019dd2c47cf (127.13.181.125:37685)
22:12:43.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.762274 14303 raft_consensus.cc:2781] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 1 FOLLOWER]: Leader election won for term 1
22:12:43.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.762360 14303 raft_consensus.cc:686] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [term 1 LEADER]: Becoming Leader. State: Replica: 23cc1d59c2884ceca188e244a9b91b22, State: Running, Role: LEADER
22:12:43.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.762733 14303 consensus_queue.cc:237] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [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: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } }
22:12:43.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.765081 14303 sys_catalog.cc:455] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 23cc1d59c2884ceca188e244a9b91b22. Latest consensus state: current_term: 1 leader_uuid: "23cc1d59c2884ceca188e244a9b91b22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.770 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.765202 14303 sys_catalog.cc:458] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [sys.catalog]: This master's current role is: LEADER
22:12:43.779 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.779201 14351 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
22:12:43.782 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.782176 14351 catalog_manager.cc:1484] Initializing Kudu cluster ID...
22:12:43.790 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.789851 14182 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [term 1 FOLLOWER]: Refusing update from remote peer 23cc1d59c2884ceca188e244a9b91b22: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
22:12:43.796 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.795568 14348 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
22:12:43.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.800508 14320 sys_catalog.cc:455] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [sys.catalog]: SysCatalogTable state changed. Reason: New leader 23cc1d59c2884ceca188e244a9b91b22. Latest consensus state: current_term: 1 leader_uuid: "23cc1d59c2884ceca188e244a9b91b22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.800 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.800639 14320 sys_catalog.cc:458] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [sys.catalog]: This master's current role is: FOLLOWER
22:12:43.802 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.802095 14098 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [term 1 FOLLOWER]: Refusing update from remote peer 23cc1d59c2884ceca188e244a9b91b22: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
22:12:43.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.802881 14348 consensus_queue.cc:1035] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
22:12:43.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.807238 14321 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 23cc1d59c2884ceca188e244a9b91b22. Latest consensus state: current_term: 1 leader_uuid: "23cc1d59c2884ceca188e244a9b91b22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.807 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.807355 14321 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [sys.catalog]: This master's current role is: FOLLOWER
22:12:43.811 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.811491 14348 sys_catalog.cc:455] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "23cc1d59c2884ceca188e244a9b91b22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.811619 14348 sys_catalog.cc:458] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [sys.catalog]: This master's current role is: LEADER
22:12:43.812 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.812213 14352 mvcc.cc:205] Tried to move back new op lower bound from 7317448146073202688 to 7317448145976487936. Current Snapshot: MvccSnapshot[applied={T|T < 7317448146073202688}]
22:12:43.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.814749 14303 sys_catalog.cc:455] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "23cc1d59c2884ceca188e244a9b91b22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.814895 14303 sys_catalog.cc:458] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22 [sys.catalog]: This master's current role is: LEADER
22:12:43.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.814909 14351 catalog_manager.cc:1347] Generated new cluster ID: 9767d4a24b4a4a19b941ff7f61df8222
22:12:43.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.815021 14351 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
22:12:43.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.816622 14321 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "23cc1d59c2884ceca188e244a9b91b22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.817 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.816732 14321 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50 [sys.catalog]: This master's current role is: FOLLOWER
22:12:43.818 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.817978 14355 mvcc.cc:205] Tried to move back new op lower bound from 7317448146073202688 to 7317448145976487936. Current Snapshot: MvccSnapshot[applied={T|T < 7317448146073202688}]
22:12:43.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.820235 14320 sys_catalog.cc:455] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "23cc1d59c2884ceca188e244a9b91b22" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4a6bfcbdb94c46588748ebc553bcbf50" member_type: VOTER last_known_addr { host: "127.13.181.126" port: 43791 } } peers { permanent_uuid: "394831b4557844be93ab8019dd2c47cf" member_type: VOTER last_known_addr { host: "127.13.181.125" port: 37685 } } peers { permanent_uuid: "23cc1d59c2884ceca188e244a9b91b22" member_type: VOTER last_known_addr { host: "127.13.181.124" port: 34777 } } }
22:12:43.820 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.820343 14320 sys_catalog.cc:458] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf [sys.catalog]: This master's current role is: FOLLOWER
22:12:43.821 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.821015 14353 mvcc.cc:205] Tried to move back new op lower bound from 7317448146073202688 to 7317448145976487936. Current Snapshot: MvccSnapshot[applied={T|T < 7317448146073202688}]
22:12:43.839 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.839383 14351 catalog_manager.cc:1370] Generated new certificate authority record
22:12:43.842 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.842731 14351 catalog_manager.cc:1504] Loading token signing keys...
22:12:43.855 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.854904 14351 catalog_manager.cc:5868] T 00000000000000000000000000000000 P 23cc1d59c2884ceca188e244a9b91b22: Generated new TSK 0
22:12:43.856 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.856143 14351 catalog_manager.cc:1514] Initializing in-progress tserver states...
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.868221 14037 external_mini_cluster.cc:1326] Running /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/wal
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/data
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/logs
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/data/info.pb
22:12:43.868 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.65:0
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.181.65
22:12:43.869 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.65
22:12:43.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:43.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:43.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:43.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:43.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:43.870 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
22:12:43.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.981781 14361 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
22:12:43.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.982072 14361 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
22:12:43.982 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.982127 14361 flags.cc:425] Enabled unsafe flag: --never_fsync=true
22:12:43.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.986259 14361 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
22:12:43.986 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:43.986392 14361 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.13.181.65
22:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.991335 14361 tablet_server_runner.cc:78] Tablet server non-default flags:
22:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/data
22:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/wal
22:12:43.991 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.65:0
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/data/info.pb
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.65
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14361
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.181.65
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/logs
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 21:38:32 UTC on ccycloud.quasar-aqvrvy.root.comops.site
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581604
22:12:43.992 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.992729 14361 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
22:12:43.994 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:43.994208 14361 file_cache.cc:493] Constructed file cache file cache with capacity 419430
22:12:44.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.004140 14371 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
22:12:44.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.004204 14368 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
22:12:44.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.004182 14369 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
22:12:44.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.004356 14361 server_base.cc:1034] running on GCE node
22:12:44.004 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.004840 14361 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
22:12:44.005 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.005455 14361 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
22:12:44.006 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.006626 14361 hybrid_clock.cc:648] HybridClock initialized: now 1786486364006612 us; error 32 us; skew 500 ppm
22:12:44.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.008498 14361 webserver.cc:460] Webserver started at http://127.13.181.65:40557/ using document root <none> and password file <none>
22:12:44.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.009045 14361 fs_manager.cc:359] Metadata directory not provided
22:12:44.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.009109 14361 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
22:12:44.009 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.009282 14361 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
22:12:44.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.011734 14361 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/data/instance:
22:12:44.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d42b62f461434de8984ceb48c8af4a01"
22:12:44.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.012403 14361 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/wal/instance:
22:12:44.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d42b62f461434de8984ceb48c8af4a01"
22:12:44.012 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.017095 14361 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
22:12:44.019 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.019662 14379 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.020912 14361 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.021056 14361 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/data,/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/wal
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d42b62f461434de8984ceb48c8af4a01"
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.021200 14361 fs_report.cc:383] FS layout report
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/wal
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/wal
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/data/data
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
22:12:44.021 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
22:12:44.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
22:12:44.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
22:12:44.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
22:12:44.022 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
22:12:44.041 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.041661 14361 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
22:12:44.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.042376 14361 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
22:12:44.042 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.042611 14361 kserver.cc:163] Server-wide thread pool size limit: 3276
22:12:44.043 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.043205 14361 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
22:12:44.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.044243 14361 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
22:12:44.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.044318 14361 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
22:12:44.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.044378 14361 ts_tablet_manager.cc:610] Registered 0 tablets
22:12:44.044 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.044396 14361 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
22:12:44.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.053006 14361 rpc_server.cc:307] RPC server started. Bound to: 127.13.181.65:45329
22:12:44.053 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.053072 14501 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.181.65:45329 every 8 connection(s)
22:12:44.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.053928 14361 server_base.cc:1166] Dumped server information to /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/data/info.pb
22:12:44.054 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.054816 14037 external_mini_cluster.cc:1388] Started /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu as pid 14361
22:12:44.055 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.054914 14037 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-0/wal/instance
22:12:44.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.058697 14037 external_mini_cluster.cc:1326] Running /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:44.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:44.060 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/wal
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/data
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/logs
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/data/info.pb
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
22:12:44.061 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.66:0
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.181.66
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.66
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:44.062 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
22:12:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.067857 14502 heartbeater.cc:347] Connected to a master server at 127.13.181.124:34777
22:12:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.067869 14503 heartbeater.cc:347] Connected to a master server at 127.13.181.126:43791
22:12:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.067870 14505 heartbeater.cc:347] Connected to a master server at 127.13.181.125:37685
22:12:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.068115 14505 heartbeater.cc:464] Registering TS with master...
22:12:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.068114 14503 heartbeater.cc:464] Registering TS with master...
22:12:44.068 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.068114 14502 heartbeater.cc:464] Registering TS with master...
22:12:44.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.068818 14503 heartbeater.cc:511] Master 127.13.181.126:43791 requested a full tablet report, sending...
22:12:44.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.068818 14505 heartbeater.cc:511] Master 127.13.181.125:37685 requested a full tablet report, sending...
22:12:44.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.068981 14502 heartbeater.cc:511] Master 127.13.181.124:34777 requested a full tablet report, sending...
22:12:44.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.070351 14251 ts_manager.cc:194] Registered new tserver with Master: d42b62f461434de8984ceb48c8af4a01 (127.13.181.65:45329)
22:12:44.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.070546 14168 ts_manager.cc:194] Registered new tserver with Master: d42b62f461434de8984ceb48c8af4a01 (127.13.181.65:45329)
22:12:44.070 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.070557 14084 ts_manager.cc:194] Registered new tserver with Master: d42b62f461434de8984ceb48c8af4a01 (127.13.181.65:45329)
22:12:44.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.071763 14251 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.13.181.65:53889
22:12:44.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.177600 14514 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
22:12:44.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.177876 14514 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
22:12:44.178 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.177930 14514 flags.cc:425] Enabled unsafe flag: --never_fsync=true
22:12:44.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.182360 14514 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
22:12:44.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.182498 14514 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.13.181.66
22:12:44.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.187641 14514 tablet_server_runner.cc:78] Tablet server non-default flags:
22:12:44.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/data
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/wal
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.66:0
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/data/info.pb
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.66
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14514
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
22:12:44.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.181.66
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/logs
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 21:38:32 UTC on ccycloud.quasar-aqvrvy.root.comops.site
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581604
22:12:44.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.188994 14514 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
22:12:44.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.190532 14514 file_cache.cc:493] Constructed file cache file cache with capacity 419430
22:12:44.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.200374 14520 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
22:12:44.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.200506 14523 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
22:12:44.200 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.200374 14521 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
22:12:44.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.201345 14514 server_base.cc:1034] running on GCE node
22:12:44.201 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.201663 14514 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
22:12:44.202 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.202198 14514 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
22:12:44.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.203502 14514 hybrid_clock.cc:648] HybridClock initialized: now 1786486364203444 us; error 77 us; skew 500 ppm
22:12:44.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.205403 14514 webserver.cc:460] Webserver started at http://127.13.181.66:40143/ using document root <none> and password file <none>
22:12:44.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.205897 14514 fs_manager.cc:359] Metadata directory not provided
22:12:44.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.205962 14514 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
22:12:44.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.206118 14514 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
22:12:44.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.207952 14514 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/data/instance:
22:12:44.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a52b311850994ec2bb1788ce66c07ac3"
22:12:44.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.208554 14514 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/wal/instance:
22:12:44.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a52b311850994ec2bb1788ce66c07ac3"
22:12:44.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.212438 14514 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
22:12:44.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.214694 14529 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
22:12:44.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.216054 14514 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
22:12:44.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.216183 14514 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/data,/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/wal
22:12:44.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a52b311850994ec2bb1788ce66c07ac3"
22:12:44.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.216280 14514 fs_report.cc:383] FS layout report
22:12:44.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
22:12:44.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/wal
22:12:44.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/wal
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/data/data
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
22:12:44.217 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
22:12:44.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.238067 14514 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
22:12:44.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.239006 14514 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
22:12:44.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.239224 14514 kserver.cc:163] Server-wide thread pool size limit: 3276
22:12:44.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.240024 14514 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
22:12:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.241439 14514 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
22:12:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.241511 14514 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
22:12:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.241577 14514 ts_tablet_manager.cc:610] Registered 0 tablets
22:12:44.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.241601 14514 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
22:12:44.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.257251 14514 rpc_server.cc:307] RPC server started. Bound to: 127.13.181.66:35927
22:12:44.257 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.257278 14653 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.181.66:35927 every 8 connection(s)
22:12:44.258 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.258661 14514 server_base.cc:1166] Dumped server information to /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/data/info.pb
22:12:44.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.267534 14037 external_mini_cluster.cc:1388] Started /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu as pid 14514
22:12:44.268 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.267633 14037 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-1/wal/instance
22:12:44.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.270519 14037 external_mini_cluster.cc:1326] Running /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:44.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu
22:12:44.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/wal
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/data
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/logs
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/data/info.pb
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.67:0
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.181.67
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.67
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:44.273 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
22:12:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.277324 14654 heartbeater.cc:347] Connected to a master server at 127.13.181.124:34777
22:12:44.277 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.277604 14654 heartbeater.cc:464] Registering TS with master...
22:12:44.278 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.278141 14654 heartbeater.cc:511] Master 127.13.181.124:34777 requested a full tablet report, sending...
22:12:44.279 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.279243 14251 ts_manager.cc:194] Registered new tserver with Master: a52b311850994ec2bb1788ce66c07ac3 (127.13.181.66:35927)
22:12:44.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.280009 14251 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.13.181.66:48889
22:12:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.281041 14655 heartbeater.cc:347] Connected to a master server at 127.13.181.126:43791
22:12:44.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.281121 14655 heartbeater.cc:464] Registering TS with master...
22:12:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.281497 14655 heartbeater.cc:511] Master 127.13.181.126:43791 requested a full tablet report, sending...
22:12:44.282 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.282140 14084 ts_manager.cc:194] Registered new tserver with Master: a52b311850994ec2bb1788ce66c07ac3 (127.13.181.66:35927)
22:12:44.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.283504 14656 heartbeater.cc:347] Connected to a master server at 127.13.181.125:37685
22:12:44.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.283607 14656 heartbeater.cc:464] Registering TS with master...
22:12:44.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.283811 14656 heartbeater.cc:511] Master 127.13.181.125:37685 requested a full tablet report, sending...
22:12:44.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.284919 14168 ts_manager.cc:194] Registered new tserver with Master: a52b311850994ec2bb1788ce66c07ac3 (127.13.181.66:35927)
22:12:44.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.399796 14661 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
22:12:44.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.400089 14661 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
22:12:44.400 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.400146 14661 flags.cc:425] Enabled unsafe flag: --never_fsync=true
22:12:44.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.404332 14661 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
22:12:44.404 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.404469 14661 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.13.181.67
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.409363 14661 tablet_server_runner.cc:78] Tablet server non-default flags:
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.13.181.84:42281
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/data
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/wal
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.13.181.67:0
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
22:12:44.409 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/data/info.pb
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.13.181.67
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.13.181.126:43791,127.13.181.125:37685,127.13.181.124:34777
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.14661
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.13.181.67
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/logs
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 21:38:32 UTC on ccycloud.quasar-aqvrvy.root.comops.site
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4581604
22:12:44.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.410777 14661 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
22:12:44.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.412331 14661 file_cache.cc:493] Constructed file cache file cache with capacity 419430
22:12:44.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.422816 14668 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
22:12:44.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.422878 14667 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
22:12:44.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 22:12:44.422885 14670 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
22:12:44.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.422952 14661 server_base.cc:1034] running on GCE node
22:12:44.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.423691 14661 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
22:12:44.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.424437 14661 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
22:12:44.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.425607 14661 hybrid_clock.cc:648] HybridClock initialized: now 1786486364425588 us; error 36 us; skew 500 ppm
22:12:44.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.427532 14661 webserver.cc:460] Webserver started at http://127.13.181.67:40441/ using document root <none> and password file <none>
22:12:44.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.428074 14661 fs_manager.cc:359] Metadata directory not provided
22:12:44.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.428133 14661 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
22:12:44.428 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.428314 14661 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
22:12:44.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.430215 14661 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/data/instance:
22:12:44.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd423347f646421a8169884af275024e"
22:12:44.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.430711 14661 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/wal/instance:
22:12:44.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd423347f646421a8169884af275024e"
22:12:44.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.434321 14661 fs_manager.cc:691] Time spent creating directory manager: real 0.003s	user 0.002s	sys 0.004s
22:12:44.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.436748 14677 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.437986 14661 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.438079 14661 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/data,/tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/wal
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "fd423347f646421a8169884af275024e"
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 22:12:44 on dist-test-slave-5k54"
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.438170 14661 fs_report.cc:383] FS layout report
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/wal
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/wal
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/data/data
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
22:12:44.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
22:12:44.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.455020 14661 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
22:12:44.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.455717 14661 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
22:12:44.455 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.455876 14661 kserver.cc:163] Server-wide thread pool size limit: 3276
22:12:44.456 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.456362 14661 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
22:12:44.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.457312 14661 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
22:12:44.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.457358 14661 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
22:12:44.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.457396 14661 ts_tablet_manager.cc:610] Registered 0 tablets
22:12:44.457 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.457412 14661 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
22:12:44.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.471066 14661 rpc_server.cc:307] RPC server started. Bound to: 127.13.181.67:32873
22:12:44.471 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.471127 14805 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.13.181.67:32873 every 8 connection(s)
22:12:44.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.472002 14661 server_base.cc:1166] Dumped server information to /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/data/info.pb
22:12:44.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.480670 14037 external_mini_cluster.cc:1388] Started /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu as pid 14661
22:12:44.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.480787 14037 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taski9ZDj8/test-tmp/mini-kudu-cluster3972973265983647488/ts-2/wal/instance
22:12:44.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.483668 14806 heartbeater.cc:347] Connected to a master server at 127.13.181.124:34777
22:12:44.483 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.483700 14807 heartbeater.cc:347] Connected to a master server at 127.13.181.126:43791
22:12:44.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.483700 14808 heartbeater.cc:347] Connected to a master server at 127.13.181.125:37685
22:12:44.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.483899 14808 heartbeater.cc:464] Registering TS with master...
22:12:44.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.483901 14807 heartbeater.cc:464] Registering TS with master...
22:12:44.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.483899 14806 heartbeater.cc:464] Registering TS with master...
22:12:44.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.484535 14807 heartbeater.cc:511] Master 127.13.181.126:43791 requested a full tablet report, sending...
22:12:44.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.484535 14808 heartbeater.cc:511] Master 127.13.181.125:37685 requested a full tablet report, sending...
22:12:44.484 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.484575 14806 heartbeater.cc:511] Master 127.13.181.124:34777 requested a full tablet report, sending...
22:12:44.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.485621 14251 ts_manager.cc:194] Registered new tserver with Master: fd423347f646421a8169884af275024e (127.13.181.67:32873)
22:12:44.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.485671 14084 ts_manager.cc:194] Registered new tserver with Master: fd423347f646421a8169884af275024e (127.13.181.67:32873)
22:12:44.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.485664 14168 ts_manager.cc:194] Registered new tserver with Master: fd423347f646421a8169884af275024e (127.13.181.67:32873)
22:12:44.486 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.486351 14251 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.13.181.67:54755
22:12:44.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.489605 14037 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
22:12:44.490 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
22:12:44.491 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

22:12:44.500 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.181.126"
      port: 43791
    }
    bound_http_address {
      host: "127.13.181.126"
      port: 32937
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.181.125"
      port: 37685
    }
    bound_http_address {
      host: "127.13.181.125"
      port: 38207
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.181.124"
      port: 34777
    }
    bound_http_address {
      host: "127.13.181.124"
      port: 32935
    }
  }
}

22:12:44.507 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

22:12:44.509 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.13.181.65"
      port: 45329
    }
    bound_http_address {
      host: "127.13.181.65"
      port: 40557
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.13.181.66"
      port: 35927
    }
    bound_http_address {
      host: "127.13.181.66"
      port: 40143
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.13.181.67"
      port: 32873
    }
    bound_http_address {
      host: "127.13.181.67"
      port: 40441
    }
  }
}

22:12:44.512 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
22:12:44.522 [DEBUG - main] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
22:12:44.527 [DEBUG - main] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
22:12:44.527 [DEBUG - main] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
22:12:44.532 [DEBUG - main] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@78365cfa
22:12:44.558 [DEBUG - main] (PlatformDependent0.java:497) -Dio.netty.noUnsafe: false
22:12:44.558 [DEBUG - main] (PlatformDependent0.java:1001) Java version: 8
22:12:44.559 [DEBUG - main] (PlatformDependent0.java:137) sun.misc.Unsafe.theUnsafe: available
22:12:44.560 [DEBUG - main] (PlatformDependent0.java:161) sun.misc.Unsafe.copyMemory: available
22:12:44.560 [DEBUG - main] (PlatformDependent0.java:193) sun.misc.Unsafe.storeFence: available
22:12:44.561 [DEBUG - main] (PlatformDependent0.java:236) java.nio.Buffer.address: available
22:12:44.562 [DEBUG - main] (PlatformDependent0.java:308) direct buffer constructor: available
22:12:44.562 [DEBUG - main] (PlatformDependent0.java:386) java.nio.Bits.unaligned: available, true
22:12:44.563 [DEBUG - main] (PlatformDependent0.java:460) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
22:12:44.563 [DEBUG - main] (PlatformDependent0.java:483) java.nio.DirectByteBuffer.<init>(long, {int,long}): available
22:12:44.563 [DEBUG - main] (PlatformDependent.java:1159) sun.misc.Unsafe: available
22:12:44.563 [DEBUG - main] (PlatformDependent.java:1289) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
22:12:44.564 [DEBUG - main] (PlatformDependent.java:1368) -Dio.netty.bitMode: 64 (sun.arch.data.model)
22:12:44.565 [DEBUG - main] (PlatformDependent.java:178) -Dio.netty.maxDirectMemory: 3799121920 bytes
22:12:44.565 [DEBUG - main] (PlatformDependent.java:185) -Dio.netty.uninitializedArrayAllocationThreshold: -1
22:12:44.566 [DEBUG - main] (CleanerJava6.java:92) java.nio.ByteBuffer.cleaner(): available
22:12:44.566 [DEBUG - main] (PlatformDependent.java:205) -Dio.netty.noPreferDirect: false
22:12:44.576 [DEBUG - main] (PlatformDependent.java:1010) org.jctools-core.MpscChunkedArrayQueue: available
22:12:44.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.608291 14334 catalog_manager.cc:1259] Loaded cluster ID: 9767d4a24b4a4a19b941ff7f61df8222
22:12:44.608 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.608378 14334 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: loading cluster ID for follower catalog manager: success
22:12:44.610 [DEBUG - main] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 2
22:12:44.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.610786 14334 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: acquiring CA information for follower catalog manager: success
22:12:44.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.612352 14334 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 394831b4557844be93ab8019dd2c47cf: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
22:12:44.620 [DEBUG - main] (GlobalEventExecutor.java:53) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
22:12:44.626 [DEBUG - main] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
22:12:44.626 [DEBUG - main] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
22:12:44.632 [DEBUG - main] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
22:12:44.632 [DEBUG - main] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
22:12:44.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.636560 14345 catalog_manager.cc:1259] Loaded cluster ID: 9767d4a24b4a4a19b941ff7f61df8222
22:12:44.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.636626 14345 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50: loading cluster ID for follower catalog manager: success
22:12:44.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.638387 14345 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50: acquiring CA information for follower catalog manager: success
22:12:44.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:44.639592 14345 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 4a6bfcbdb94c46588748ebc553bcbf50: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
22:12:44.664 [DEBUG - main] (PooledByteBufAllocator.java:157) -Dio.netty.allocator.numHeapArenas: 2
22:12:44.664 [DEBUG - main] (PooledByteBufAllocator.java:158) -Dio.netty.allocator.numDirectArenas: 2
22:12:44.664 [DEBUG - main] (PooledByteBufAllocator.java:160) -Dio.netty.allocator.pageSize: 8192
22:12:44.664 [DEBUG - main] (PooledByteBufAllocator.java:165) -Dio.netty.allocator.maxOrder: 9
22:12:44.664 [DEBUG - main] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.chunkSize: 4194304
22:12:44.664 [DEBUG - main] (PooledByteBufAllocator.java:170) -Dio.netty.allocator.smallCacheSize: 256
22:12:44.665 [DEBUG - main] (PooledByteBufAllocator.java:171) -Dio.netty.allocator.normalCacheSize: 64
22:12:44.665 [DEBUG - main] (PooledByteBufAllocator.java:172) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
22:12:44.665 [DEBUG - main] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.cacheTrimInterval: 8192
22:12:44.665 [DEBUG - main] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
22:12:44.665 [DEBUG - main] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.useCacheForAllThreads: false
22:12:44.665 [DEBUG - main] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
22:12:44.695 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
22:12:44.826 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
22:12:45.055 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
22:12:45.073 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:45.073689 14502 heartbeater.cc:503] Master 127.13.181.124:34777 was elected leader, sending a full tablet report...
22:12:45.168 [INFO - main] (Logging.scala:57) ==============================================================
22:12:45.168 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
22:12:45.169 [INFO - main] (Logging.scala:57) ==============================================================
22:12:45.169 [INFO - main] (Logging.scala:57) Submitted application: test
22:12:45.198 [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)
22:12:45.214 [INFO - main] (Logging.scala:57) Limiting resource is cpu
22:12:45.216 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
22:12:45.283 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:45.282909 14654 heartbeater.cc:503] Master 127.13.181.124:34777 was elected leader, sending a full tablet report...
22:12:45.339 [INFO - main] (Logging.scala:57) Changing view acls to: slave
22:12:45.340 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
22:12:45.341 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
22:12:45.341 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
22:12:45.342 [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()
22:12:45.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:45.488220 14806 heartbeater.cc:503] Master 127.13.181.124:34777 was elected leader, sending a full tablet report...
22:12:45.654 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 38045.
22:12:45.689 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
22:12:45.738 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
22:12:45.764 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
22:12:45.765 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
22:12:45.770 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
22:12:45.787 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-4fbf5c06-701a-4391-9b36-f90a0f337f73
22:12:45.835 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
22:12:45.855 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
22:12:46.048 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-5k54.c.gcp-upstream.internal
22:12:46.089 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 40541.
22:12:46.089 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-5k54.c.gcp-upstream.internal:40541
22:12:46.091 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
22:12:46.101 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-5k54.c.gcp-upstream.internal, 40541, None)
22:12:46.107 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-5k54.c.gcp-upstream.internal:40541 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-5k54.c.gcp-upstream.internal, 40541, None)
22:12:46.111 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-5k54.c.gcp-upstream.internal, 40541, None)
22:12:46.112 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-5k54.c.gcp-upstream.internal, 40541, None)
22:12:46.355 [INFO - main] (Log.java:169) Logging initialized @5570ms to org.sparkproject.jetty.util.log.Slf4jLog
22:12:46.600 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
22:12:46.654 [DEBUG - main] (Connection.java:748) [peer master-127.13.181.126:43791(127.13.181.126:43791)] connecting to peer
22:12:46.659 [DEBUG - main] (DefaultChannelId.java:79) -Dio.netty.processId: 14024 (auto-detected)
22:12:46.661 [DEBUG - main] (NetUtil.java:148) -Djava.net.preferIPv4Stack: true
22:12:46.662 [DEBUG - main] (NetUtil.java:149) -Djava.net.preferIPv6Addresses: false
22:12:46.663 [DEBUG - main] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
22:12:46.664 [DEBUG - main] (NetUtil.java:188) /proc/sys/net/core/somaxconn: 4096
22:12:46.665 [DEBUG - main] (DefaultChannelId.java:101) -Dio.netty.machineId: 02:42:77:ff:fe:79:94:3d (auto-detected)
22:12:46.688 [DEBUG - main] (ByteBufUtil.java:88) -Dio.netty.allocator.type: pooled
22:12:46.688 [DEBUG - main] (ByteBufUtil.java:97) -Dio.netty.threadLocalDirectBufferSize: 0
22:12:46.688 [DEBUG - main] (ByteBufUtil.java:100) -Dio.netty.maxThreadLocalCharBufferSize: 16384
22:12:46.699 [DEBUG - main] (Connection.java:748) [peer master-127.13.181.125:37685(127.13.181.125:37685)] connecting to peer
22:12:46.701 [DEBUG - main] (Connection.java:748) [peer master-127.13.181.124:34777(127.13.181.124:34777)] connecting to peer
22:12:46.726 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.13.181.125:37685(127.13.181.125:37685)] Successfully connected to peer
22:12:46.727 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.181.126:43791(127.13.181.126:43791)] Successfully connected to peer
22:12:46.739 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
22:12:46.739 [DEBUG - kudu-nio-1] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
22:12:46.739 [DEBUG - kudu-nio-1] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@3cd7f110
22:12:46.745 [DEBUG - kudu-nio-0] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
22:12:46.745 [DEBUG - kudu-nio-0] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
22:12:46.745 [DEBUG - kudu-nio-0] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
22:12:46.746 [DEBUG - kudu-nio-0] (Recycler.java:99) -Dio.netty.recycler.blocking: false
22:12:46.746 [DEBUG - kudu-nio-0] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
22:12:46.788 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.13.181.124:34777(127.13.181.124:34777)] Successfully connected to peer
22:12:46.809 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.181.125
22:12:46.809 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.181.126
22:12:46.924 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.13.181.124
22:12:47.027 [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
22:12:47.040 [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
22:12:47.047 [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
22:12:47.040 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x6400013e, L:/127.0.0.1:41110 - R:/127.13.181.125:37685] using SASL/PLAIN
22:12:47.050 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xcf09b83f, L:/127.0.0.1:41746 - R:/127.13.181.126:43791] using SASL/PLAIN
22:12:47.056 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x1ce971f6, L:/127.0.0.1:56872 - R:/127.13.181.124:34777] using SASL/PLAIN
22:12:47.107 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
22:12:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.182126 14251 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56872:
22:12:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
22:12:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
22:12:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
22:12:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
22:12:47.182 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.183 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
22:12:47.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
22:12:47.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
22:12:47.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.188 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
22:12:47.189 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
22:12:47.189 [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"
22:12:47.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
22:12:47.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
22:12:47.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
22:12:47.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
22:12:47.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
22:12:47.190 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
22:12:47.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
22:12:47.191 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
22:12:47.211 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.210075 14729 tablet_service.cc:1467] Processing CreateTablet for tablet 8141f324ee8a412483c6696e42a0259d (DEFAULT_TABLE table=test [id=e3d068771d974f0b9e132197c9cb2abc]), partition=RANGE (key) PARTITION 50 <= VALUES
22:12:47.212 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.212033 14729 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 8141f324ee8a412483c6696e42a0259d. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:47.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.210070 14429 tablet_service.cc:1467] Processing CreateTablet for tablet ac1be2e6776a4635860be944630d2eb2 (DEFAULT_TABLE table=test [id=e3d068771d974f0b9e132197c9cb2abc]), partition=RANGE (key) PARTITION VALUES < 50
22:12:47.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.215620 14429 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ac1be2e6776a4635860be944630d2eb2. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:47.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.221200 14873 tablet_bootstrap.cc:492] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e: Bootstrap starting.
22:12:47.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.223483 14874 tablet_bootstrap.cc:492] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01: Bootstrap starting.
22:12:47.224 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.224285 14873 tablet_bootstrap.cc:654] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e: Neither blocks nor log segments found. Creating new log.
22:12:47.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.225888 14874 tablet_bootstrap.cc:654] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01: Neither blocks nor log segments found. Creating new log.
22:12:47.226 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.226145 14873 log.cc:824] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e: Log is configured to *not* fsync() on all Append() calls
22:12:47.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.226890 14874 log.cc:824] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01: Log is configured to *not* fsync() on all Append() calls
22:12:47.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.228413 14873 tablet_bootstrap.cc:492] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e: No bootstrap required, opened a new log
22:12:47.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.228627 14873 ts_tablet_manager.cc:1397] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e: Time spent bootstrapping tablet: real 0.008s	user 0.006s	sys 0.000s
22:12:47.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.228896 14874 tablet_bootstrap.cc:492] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01: No bootstrap required, opened a new log
22:12:47.231 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.229058 14874 ts_tablet_manager.cc:1397] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01: Time spent bootstrapping tablet: real 0.006s	user 0.003s	sys 0.000s
22:12:47.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.233117 14874 raft_consensus.cc:348] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.233501 14874 raft_consensus.cc:374] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:47.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.233364 14873 raft_consensus.cc:348] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } }
22:12:47.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.233610 14873 raft_consensus.cc:374] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:47.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.233664 14873 raft_consensus.cc:729] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd423347f646421a8169884af275024e, State: Initialized, Role: FOLLOWER
22:12:47.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.233783 14874 raft_consensus.cc:729] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d42b62f461434de8984ceb48c8af4a01, State: Initialized, Role: FOLLOWER
22:12:47.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.234190 14873 consensus_queue.cc:260] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [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: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } }
22:12:47.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.234297 14874 consensus_queue.cc:260] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [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: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.234462 14874 raft_consensus.cc:388] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
22:12:47.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.234519 14874 raft_consensus.cc:482] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
22:12:47.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.234602 14874 raft_consensus.cc:3037] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Advancing to term 1
22:12:47.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.235280 14873 raft_consensus.cc:388] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
22:12:47.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.235553 14873 raft_consensus.cc:482] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
22:12:47.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.235751 14874 raft_consensus.cc:504] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.235814 14873 raft_consensus.cc:3037] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Advancing to term 1
22:12:47.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.236317 14874 leader_election.cc:302] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [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: d42b62f461434de8984ceb48c8af4a01; no voters: 
22:12:47.236 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.236806 14874 leader_election.cc:288] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [CANDIDATE]: Term 1 election: Requested vote from peers 
22:12:47.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.237016 14873 raft_consensus.cc:504] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } }
22:12:47.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.237552 14873 leader_election.cc:302] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [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: fd423347f646421a8169884af275024e; no voters: 
22:12:47.237 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.237857 14874 ts_tablet_manager.cc:1428] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
22:12:47.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.238065 14873 leader_election.cc:288] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [CANDIDATE]: Term 1 election: Requested vote from peers 
22:12:47.238 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e3d068771d974f0b9e132197c9cb2abc
22:12:47.239 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.239187 14873 ts_tablet_manager.cc:1428] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
22:12:47.240 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.240854 14879 raft_consensus.cc:2781] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 1 FOLLOWER]: Leader election won for term 1
22:12:47.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.241271 14879 raft_consensus.cc:686] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [term 1 LEADER]: Becoming Leader. State: Replica: fd423347f646421a8169884af275024e, State: Running, Role: LEADER
22:12:47.242 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.241827 14879 consensus_queue.cc:237] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e [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: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } }
22:12:47.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.245043 14250 catalog_manager.cc:5495] T 8141f324ee8a412483c6696e42a0259d P fd423347f646421a8169884af275024e reported cstate change: term changed from 0 to 1, leader changed from <none> to fd423347f646421a8169884af275024e (127.13.181.67). New cstate: current_term: 1 leader_uuid: "fd423347f646421a8169884af275024e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } health_report { overall_health: HEALTHY } } }
22:12:47.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.245740 14877 raft_consensus.cc:2781] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 1 FOLLOWER]: Leader election won for term 1
22:12:47.246 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.246132 14877 raft_consensus.cc:686] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [term 1 LEADER]: Becoming Leader. State: Replica: d42b62f461434de8984ceb48c8af4a01, State: Running, Role: LEADER
22:12:47.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.249130 14877 consensus_queue.cc:237] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 [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: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.254 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.253084 14250 catalog_manager.cc:5495] T ac1be2e6776a4635860be944630d2eb2 P d42b62f461434de8984ceb48c8af4a01 reported cstate change: term changed from 0 to 1, leader changed from <none> to d42b62f461434de8984ceb48c8af4a01 (127.13.181.65). New cstate: current_term: 1 leader_uuid: "d42b62f461434de8984ceb48c8af4a01" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } health_report { overall_health: HEALTHY } } }
22:12:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.269001 14250 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56872:
22:12:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
22:12:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
22:12:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
22:12:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
22:12:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
22:12:47.269 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.270 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
22:12:47.285 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 8db284770d34496cb17ad5eda251d94e
22:12:47.289 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.288992 14581 tablet_service.cc:1467] Processing CreateTablet for tablet a432c6cb46fb4e1ebf48a009cd7fa723 (DEFAULT_TABLE table=simple-test [id=8db284770d34496cb17ad5eda251d94e]), partition=RANGE (key) PARTITION UNBOUNDED
22:12:47.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.290073 14581 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet a432c6cb46fb4e1ebf48a009cd7fa723. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:47.298 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.298056 14888 tablet_bootstrap.cc:492] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3: Bootstrap starting.
22:12:47.300 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.300418 14888 tablet_bootstrap.cc:654] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3: Neither blocks nor log segments found. Creating new log.
22:12:47.301 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.301100 14888 log.cc:824] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3: Log is configured to *not* fsync() on all Append() calls
22:12:47.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.302891 14888 tablet_bootstrap.cc:492] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3: No bootstrap required, opened a new log
22:12:47.303 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.303048 14888 ts_tablet_manager.cc:1397] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3: Time spent bootstrapping tablet: real 0.005s	user 0.004s	sys 0.000s
22:12:47.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.306260 14888 raft_consensus.cc:348] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } }
22:12:47.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.306471 14888 raft_consensus.cc:374] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:47.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.306505 14888 raft_consensus.cc:729] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a52b311850994ec2bb1788ce66c07ac3, State: Initialized, Role: FOLLOWER
22:12:47.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.306910 14888 consensus_queue.cc:260] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [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: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } }
22:12:47.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.307046 14888 raft_consensus.cc:388] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
22:12:47.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.307088 14888 raft_consensus.cc:482] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
22:12:47.307 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.307153 14888 raft_consensus.cc:3037] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Advancing to term 1
22:12:47.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.308008 14888 raft_consensus.cc:504] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } }
22:12:47.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.308295 14888 leader_election.cc:302] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [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: a52b311850994ec2bb1788ce66c07ac3; no voters: 
22:12:47.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.308658 14888 leader_election.cc:288] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [CANDIDATE]: Term 1 election: Requested vote from peers 
22:12:47.308 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.308725 14891 raft_consensus.cc:2781] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 1 FOLLOWER]: Leader election won for term 1
22:12:47.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.308988 14891 raft_consensus.cc:686] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [term 1 LEADER]: Becoming Leader. State: Replica: a52b311850994ec2bb1788ce66c07ac3, State: Running, Role: LEADER
22:12:47.309 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.309427 14891 consensus_queue.cc:237] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 [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: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } }
22:12:47.310 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.309791 14888 ts_tablet_manager.cc:1428] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
22:12:47.313 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.313651 14250 catalog_manager.cc:5495] T a432c6cb46fb4e1ebf48a009cd7fa723 P a52b311850994ec2bb1788ce66c07ac3 reported cstate change: term changed from 0 to 1, leader changed from <none> to a52b311850994ec2bb1788ce66c07ac3 (127.13.181.66). New cstate: current_term: 1 leader_uuid: "a52b311850994ec2bb1788ce66c07ac3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } health_report { overall_health: HEALTHY } } }
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.387043 14250 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56872:
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "default.IntegrationTestBigLinkedList"
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key1"
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key2"
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "prev1"
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
22:12:47.387 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "prev2"
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "row_id"
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "client"
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "update_count"
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\004\001\000\377\377\377\377\377\377\377\377"
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
22:12:47.388 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key1"
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 2
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key1"
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
22:12:47.389 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
22:12:47.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.399942 14729 tablet_service.cc:1467] Processing CreateTablet for tablet ca323f27ce7f405ebb880439376f20c7 (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=85340a683f864586956bf532cfb9d21c]), partition=HASH (key1) PARTITION 1, RANGE (key1) PARTITION VALUES < -1
22:12:47.403 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 85340a683f864586956bf532cfb9d21c
22:12:47.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.399935 14429 tablet_service.cc:1467] Processing CreateTablet for tablet 3cfacab7fb4b4404b39b69deeb1e851f (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=85340a683f864586956bf532cfb9d21c]), partition=HASH (key1) PARTITION 0, RANGE (key1) PARTITION VALUES < -1
22:12:47.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.400303 14429 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 3cfacab7fb4b4404b39b69deeb1e851f. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:47.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.400303 14729 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ca323f27ce7f405ebb880439376f20c7. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:47.403 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.402716 14873 tablet_bootstrap.cc:492] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e: Bootstrap starting.
22:12:47.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.403838 14873 tablet_bootstrap.cc:654] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e: Neither blocks nor log segments found. Creating new log.
22:12:47.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.404304 14581 tablet_service.cc:1467] Processing CreateTablet for tablet abd2d6dde7e2478eaf0426afc31a7978 (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=85340a683f864586956bf532cfb9d21c]), partition=HASH (key1) PARTITION 0, RANGE (key1) PARTITION -1 <= VALUES
22:12:47.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.404800 14428 tablet_service.cc:1467] Processing CreateTablet for tablet ba562f8baf9341e99b82b5c4bfd36ebc (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=85340a683f864586956bf532cfb9d21c]), partition=HASH (key1) PARTITION 1, RANGE (key1) PARTITION -1 <= VALUES
22:12:47.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.405069 14428 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet ba562f8baf9341e99b82b5c4bfd36ebc. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:47.405 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.405081 14581 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet abd2d6dde7e2478eaf0426afc31a7978. 1 dirs total, 0 dirs full, 0 dirs failed
22:12:47.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.406224 14873 tablet_bootstrap.cc:492] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e: No bootstrap required, opened a new log
22:12:47.407 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.406308 14873 ts_tablet_manager.cc:1397] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
22:12:47.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.407012 14873 raft_consensus.cc:348] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } }
22:12:47.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.407112 14873 raft_consensus.cc:374] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:47.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.407142 14873 raft_consensus.cc:729] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fd423347f646421a8169884af275024e, State: Initialized, Role: FOLLOWER
22:12:47.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.407270 14873 consensus_queue.cc:260] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [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: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } }
22:12:47.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.407356 14873 raft_consensus.cc:388] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
22:12:47.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.407388 14873 raft_consensus.cc:482] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
22:12:47.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.407459 14873 raft_consensus.cc:3037] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 0 FOLLOWER]: Advancing to term 1
22:12:47.408 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.407569 14874 tablet_bootstrap.cc:492] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01: Bootstrap starting.
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.408421 14873 raft_consensus.cc:504] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } }
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.408569 14874 tablet_bootstrap.cc:654] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01: Neither blocks nor log segments found. Creating new log.
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.408583 14873 leader_election.cc:302] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [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: fd423347f646421a8169884af275024e; no voters: 
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.408667 14873 leader_election.cc:288] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [CANDIDATE]: Term 1 election: Requested vote from peers 
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.408901 14873 ts_tablet_manager.cc:1428] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.409076 14888 tablet_bootstrap.cc:492] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3: Bootstrap starting.
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.409267 14880 raft_consensus.cc:2781] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 1 FOLLOWER]: Leader election won for term 1
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.409380 14880 raft_consensus.cc:686] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [term 1 LEADER]: Becoming Leader. State: Replica: fd423347f646421a8169884af275024e, State: Running, Role: LEADER
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.409503 14880 consensus_queue.cc:237] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e [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: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } }
22:12:47.410 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.410046 14888 tablet_bootstrap.cc:654] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3: Neither blocks nor log segments found. Creating new log.
22:12:47.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.411734 14874 tablet_bootstrap.cc:492] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01: No bootstrap required, opened a new log
22:12:47.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.411744 14888 tablet_bootstrap.cc:492] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3: No bootstrap required, opened a new log
22:12:47.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.411816 14874 ts_tablet_manager.cc:1397] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
22:12:47.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.411816 14888 ts_tablet_manager.cc:1397] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3: Time spent bootstrapping tablet: real 0.003s	user 0.002s	sys 0.000s
22:12:47.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412389 14874 raft_consensus.cc:348] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412389 14888 raft_consensus.cc:348] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } }
22:12:47.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412487 14874 raft_consensus.cc:374] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412504 14888 raft_consensus.cc:374] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412523 14874 raft_consensus.cc:729] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d42b62f461434de8984ceb48c8af4a01, State: Initialized, Role: FOLLOWER
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412540 14888 raft_consensus.cc:729] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a52b311850994ec2bb1788ce66c07ac3, State: Initialized, Role: FOLLOWER
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412650 14874 consensus_queue.cc:260] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [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: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412734 14874 raft_consensus.cc:388] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412766 14874 raft_consensus.cc:482] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412806 14874 raft_consensus.cc:3037] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Advancing to term 1
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412782 14888 consensus_queue.cc:260] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [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: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } }
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412873 14888 raft_consensus.cc:388] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412909 14888 raft_consensus.cc:482] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
22:12:47.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.412956 14888 raft_consensus.cc:3037] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 0 FOLLOWER]: Advancing to term 1
22:12:47.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.413123 14250 catalog_manager.cc:5495] T ca323f27ce7f405ebb880439376f20c7 P fd423347f646421a8169884af275024e reported cstate change: term changed from 0 to 1, leader changed from <none> to fd423347f646421a8169884af275024e (127.13.181.67). New cstate: current_term: 1 leader_uuid: "fd423347f646421a8169884af275024e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fd423347f646421a8169884af275024e" member_type: VOTER last_known_addr { host: "127.13.181.67" port: 32873 } health_report { overall_health: HEALTHY } } }
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.413780 14874 raft_consensus.cc:504] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.413861 14888 raft_consensus.cc:504] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } }
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.413910 14874 leader_election.cc:302] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [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: d42b62f461434de8984ceb48c8af4a01; no voters: 
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.413961 14888 leader_election.cc:302] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [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: a52b311850994ec2bb1788ce66c07ac3; no voters: 
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.414007 14874 leader_election.cc:288] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [CANDIDATE]: Term 1 election: Requested vote from peers 
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.414213 14874 ts_tablet_manager.cc:1428] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01: Time spent starting tablet: real 0.002s	user 0.002s	sys 0.000s
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.415670 14877 raft_consensus.cc:2781] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 1 FOLLOWER]: Leader election won for term 1
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.415752 14877 raft_consensus.cc:686] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [term 1 LEADER]: Becoming Leader. State: Replica: d42b62f461434de8984ceb48c8af4a01, State: Running, Role: LEADER
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.415859 14877 consensus_queue.cc:237] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 [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: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.423725 14250 catalog_manager.cc:5495] T 3cfacab7fb4b4404b39b69deeb1e851f P d42b62f461434de8984ceb48c8af4a01 reported cstate change: term changed from 0 to 1, leader changed from <none> to d42b62f461434de8984ceb48c8af4a01 (127.13.181.65). New cstate: current_term: 1 leader_uuid: "d42b62f461434de8984ceb48c8af4a01" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } health_report { overall_health: HEALTHY } } }
22:12:47.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.425513 14874 tablet_bootstrap.cc:492] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01: Bootstrap starting.
22:12:47.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.427172 14874 tablet_bootstrap.cc:654] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01: Neither blocks nor log segments found. Creating new log.
22:12:47.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.429409 14874 tablet_bootstrap.cc:492] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01: No bootstrap required, opened a new log
22:12:47.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.429646 14874 ts_tablet_manager.cc:1397] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01: Time spent bootstrapping tablet: real 0.004s	user 0.002s	sys 0.000s
22:12:47.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.430229 14874 raft_consensus.cc:348] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.430385 14874 raft_consensus.cc:374] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
22:12:47.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.430421 14874 raft_consensus.cc:729] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d42b62f461434de8984ceb48c8af4a01, State: Initialized, Role: FOLLOWER
22:12:47.430 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.430794 14874 consensus_queue.cc:260] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [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: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.431044 14874 raft_consensus.cc:388] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
22:12:47.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.431087 14893 raft_consensus.cc:2781] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 1 FOLLOWER]: Leader election won for term 1
22:12:47.439 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.431217 14893 raft_consensus.cc:686] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [term 1 LEADER]: Becoming Leader. State: Replica: a52b311850994ec2bb1788ce66c07ac3, State: Running, Role: LEADER
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.431291 14874 raft_consensus.cc:482] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.431351 14874 raft_consensus.cc:3037] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 0 FOLLOWER]: Advancing to term 1
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.431388 14893 consensus_queue.cc:237] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [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: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } }
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.432567 14874 raft_consensus.cc:504] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.432698 14874 leader_election.cc:302] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [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: d42b62f461434de8984ceb48c8af4a01; no voters: 
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.432880 14884 raft_consensus.cc:2781] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 1 FOLLOWER]: Leader election won for term 1
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.432967 14884 raft_consensus.cc:686] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [term 1 LEADER]: Becoming Leader. State: Replica: d42b62f461434de8984ceb48c8af4a01, State: Running, Role: LEADER
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.433065 14884 consensus_queue.cc:237] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [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: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } }
22:12:47.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.434279 14250 catalog_manager.cc:5495] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 reported cstate change: term changed from 0 to 1, leader changed from <none> to a52b311850994ec2bb1788ce66c07ac3 (127.13.181.66). New cstate: current_term: 1 leader_uuid: "a52b311850994ec2bb1788ce66c07ac3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a52b311850994ec2bb1788ce66c07ac3" member_type: VOTER last_known_addr { host: "127.13.181.66" port: 35927 } health_report { overall_health: HEALTHY } } }
22:12:47.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.435987 14251 catalog_manager.cc:5495] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 reported cstate change: term changed from 0 to 1, leader changed from <none> to d42b62f461434de8984ceb48c8af4a01 (127.13.181.65). New cstate: current_term: 1 leader_uuid: "d42b62f461434de8984ceb48c8af4a01" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d42b62f461434de8984ceb48c8af4a01" member_type: VOTER last_known_addr { host: "127.13.181.65" port: 45329 } health_report { overall_health: HEALTHY } } }
22:12:47.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.437940 14874 leader_election.cc:288] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01 [CANDIDATE]: Term 1 election: Requested vote from peers 
22:12:47.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.440387 14874 ts_tablet_manager.cc:1428] T ba562f8baf9341e99b82b5c4bfd36ebc P d42b62f461434de8984ceb48c8af4a01: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.000s
22:12:47.448 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.447892 14888 leader_election.cc:288] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3 [CANDIDATE]: Term 1 election: Requested vote from peers 
22:12:47.450 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:12:47.450502 14888 ts_tablet_manager.cc:1428] T abd2d6dde7e2478eaf0426afc31a7978 P a52b311850994ec2bb1788ce66c07ac3: Time spent starting tablet: real 0.039s	user 0.000s	sys 0.003s
22:12:48.045 [INFO - main] (Logging.scala:57) Starting job: foreach at IntegrationTestBigLinkedList.scala:194
22:12:48.064 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (foreach at IntegrationTestBigLinkedList.scala:194) with 2 output partitions
22:12:48.065 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (foreach at IntegrationTestBigLinkedList.scala:194)
22:12:48.065 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
22:12:48.067 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
22:12:48.074 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (ParallelCollectionRDD[0] at makeRDD at IntegrationTestBigLinkedList.scala:193), which has no missing parents
22:12:48.166 [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)
22:12:48.207 [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)
22:12:48.210 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 3.6 KiB, free: 1993.9 MiB)
22:12:48.213 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
22:12:48.230 [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))
22:12:48.232 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
22:12:48.329 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4578 bytes) taskResourceAssignments Map()
22:12:48.364 [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)
22:12:48.747 [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
22:12:48.752 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 85340a683f864586956bf532cfb9d21c
22:12:48.772 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.781 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.782 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.782 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299997, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299997, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299997, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299997}]
22:12:48.813 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.813 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.813 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.814 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.814 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.819 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.820 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.820 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.820 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.821 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.823 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.823 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.825 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.825 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.832 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.832 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.832 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.836 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.836 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.837 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.837 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.838 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.841 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.842 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.842 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.842 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.843 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.845 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.845 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.845 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.846 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.846 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.850 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.851 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.851 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.851 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.853 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.853 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.855 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.855 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.856 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.857 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.857 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.858 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.859 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.859 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.859 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.860 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.860 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.861 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.862 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.862 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.863 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.863 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.864 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.865 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.865 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.866 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.866 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.867 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.868 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.868 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.869 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.870 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.870 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.872 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.872 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.872 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.873 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.873 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.879 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.879 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.880 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.880 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.881 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.881 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.882 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.882 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.882 [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@1e967fc1, flushNotification=Deferred@1690170573(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:48.883 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.884 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.884 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.884 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.885 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.886 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.887 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.887 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.893 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.894 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.894 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.895 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.896 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.896 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.896 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.897 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.898 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.898 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.899 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.899 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.899 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.900 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.901 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.901 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.901 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.902 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.902 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.903 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.904 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.904 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.905 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.906 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.906 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.906 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.906 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.908 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.908 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.908 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.909 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.909 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.910 [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@4d7b061f, flushNotification=Deferred@1784286952(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:48.910 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.910 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.911 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.911 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.912 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.912 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.913 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.913 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.914 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.914 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.914 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.915 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.915 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.916 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.917 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.917 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.918 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.919 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.919 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.919 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.919 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.921 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.921 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.921 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.921 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.922 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.923 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.923 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.924 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.924 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.925 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.926 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.926 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.926 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.927 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.928 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.928 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.929 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.929 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.929 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.930 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.931 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.932 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.932 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.932 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.932 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.933 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.934 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.934 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.935 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.935 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.936 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.937 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.937 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.937 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.938 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.938 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)] connecting to peer
22:12:48.938 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.940 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.941 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.941 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.941 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.942 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.942 [DEBUG - kudu-nio-1] (Connection.java:757) [peer d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)] Successfully connected to peer
22:12:48.944 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.944 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.944 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.945 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.945 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.946 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.947 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.947 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.947 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.947 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.950 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:48.951 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:48.951 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:48.952 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:48.952 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:48.956 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer fd423347f646421a8169884af275024e(127.13.181.67:32873)] connecting to peer
22:12:48.960 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)] connecting to peer
22:12:48.972 [DEBUG - kudu-nio-0] (Connection.java:757) [peer fd423347f646421a8169884af275024e(127.13.181.67:32873)] Successfully connected to peer
22:12:49.006 [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
22:12:49.006 [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
22:12:49.007 [DEBUG - kudu-nio-1] (Connection.java:757) [peer a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)] Successfully connected to peer
22:12:49.008 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0xa1acb79f, L:/127.0.0.1:51796 - R:/127.13.181.65:45329] using TOKEN/null
22:12:49.010 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xf57ede8b, L:/127.0.0.1:44708 - R:/127.13.181.67:32873] using TOKEN/null
22:12:49.093 [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
22:12:49.097 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x9bb02d73, L:/127.0.0.1:59628 - R:/127.13.181.66:35927] using TOKEN/null
22:12:49.122 [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@78cd1406, flushNotification=Deferred@1289292175(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.159 [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@11123d7, flushNotification=Deferred@541420101(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.174 [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@30b8376f, flushNotification=Deferred@875156870(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.226 [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@3cae474f, flushNotification=Deferred@926025181(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.243 [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@46c04f1b, flushNotification=Deferred@1010775968(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.297 [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@72658b57, flushNotification=Deferred@1440642091(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.322 [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@11a2411c, flushNotification=Deferred@1415968447(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.360 [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@a04f057, flushNotification=Deferred@744333840(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.393 [DEBUG - kudu-nio-1] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@44cdf001, flushNotification=Deferred@1676847574(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.398 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (IntegrationTestBigLinkedList.scala:230) local-1786486365992-0 inserted 10000 node linked list in 639.767853.3ms
22:12:49.404 [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@3878d3f1, flushNotification=Deferred@845663556(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.448 [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@1d2c105e, flushNotification=Deferred@1100690269(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.489 [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@3f0287c4, flushNotification=Deferred@855859341(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.506 [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@4e502853, flushNotification=Deferred@1456073503(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.556 [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@7dde7aa5, flushNotification=Deferred@1441888923(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.582 [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@1aacd2c6, flushNotification=Deferred@52712351(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.620 [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@da10a0c, flushNotification=Deferred@1398447233(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.640 [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@2f1c4ece, flushNotification=Deferred@243619865(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.658 [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@bf1c2af, flushNotification=Deferred@214497732(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.688 [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@416facad, flushNotification=Deferred@1695441161(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.711 [DEBUG - kudu-nio-0] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@11ff8d81, flushNotification=Deferred@1564763589(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.716 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (IntegrationTestBigLinkedList.scala:230) local-1786486365992-0 inserted 10000 node linked list in 317.349352.3ms
22:12:49.743 [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). 4900 bytes result sent to driver
22:12:49.748 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, PROCESS_LOCAL, 4578 bytes) taskResourceAssignments Map()
22:12:49.749 [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)
22:12:49.757 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 1464 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/2)
22:12:49.757 [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
22:12:49.761 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 85340a683f864586956bf532cfb9d21c
22:12:49.766 [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@23756ebe, flushNotification=Deferred@1170908319(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.783 [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@13990c9a, flushNotification=Deferred@752638354(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.821 [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@2454c229, flushNotification=Deferred@883582048(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.834 [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@6f8c53b3, flushNotification=Deferred@559056665(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.869 [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@23155c90, flushNotification=Deferred@1148954102(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.879 [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@49677701, flushNotification=Deferred@2084068219(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.913 [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@75c079b0, flushNotification=Deferred@1812805355(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.928 [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@1ea08b14, flushNotification=Deferred@553515064(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.958 [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@5686086e, flushNotification=Deferred@1404687931(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:49.970 [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@49db1f73, flushNotification=Deferred@103289416(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.016 [DEBUG - kudu-nio-1] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@36b8c50f, flushNotification=Deferred@710255715(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.019 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (IntegrationTestBigLinkedList.scala:230) local-1786486365992-1 inserted 10000 node linked list in 257.70841.3ms
22:12:50.022 [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@608bbf9b, flushNotification=Deferred@2107549119(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.033 [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@6c2f1df8, flushNotification=Deferred@710146151(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.063 [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@1799fdd1, flushNotification=Deferred@522326464(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.099 [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@bf60f01, flushNotification=Deferred@1045651160(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.108 [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@66fc5bb6, flushNotification=Deferred@1767897784(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.136 [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@526a6e95, flushNotification=Deferred@1986748318(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.147 [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@724e8b0e, flushNotification=Deferred@1691493829(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.175 [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@65cde10c, flushNotification=Deferred@1240909188(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.194 [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@4f66214f, flushNotification=Deferred@988793195(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.218 [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@30a09abb, flushNotification=Deferred@1334158286(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.237 [DEBUG - kudu-nio-1] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2874ea75, flushNotification=Deferred@153275359(state=PENDING, result=null, callback=<none>, errback=<none>)}
22:12:50.240 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (IntegrationTestBigLinkedList.scala:230) local-1786486365992-1 inserted 10000 node linked list in 220.460431.3ms
22:12:50.243 [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). 4900 bytes result sent to driver
22:12:50.253 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 506 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/2)
22:12:50.255 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
22:12:50.257 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (foreach at IntegrationTestBigLinkedList.scala:194) finished in 2.161 s
22:12:50.264 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
22:12:50.264 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
22:12:50.269 [INFO - main] (Logging.scala:57) Job 0 finished: foreach at IntegrationTestBigLinkedList.scala:194, took 2.223803 s
22:12:50.273 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 85340a683f864586956bf532cfb9d21c
22:12:50.275 [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>)}
22:12:50.372 [INFO - main] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-taski9ZDj8/java/build/dist-test/spark-warehouse').
22:12:50.372 [INFO - main] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-taski9ZDj8/java/build/dist-test/spark-warehouse'.
22:12:51.233 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 85340a683f864586956bf532cfb9d21c
22:12:52.359 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-5k54.c.gcp-upstream.internal:40541 in memory (size: 3.6 KiB, free: 1993.9 MiB)
22:12:53.990 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
22:12:54.050 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
22:12:54.109 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
22:12:55.276 [INFO - main] (Logging.scala:57) Code generated in 267.272287 ms
22:12:55.365 [INFO - main] (Logging.scala:57) Code generated in 53.731713 ms
22:12:55.377 [INFO - main] (Logging.scala:57) Code generated in 8.718798 ms
22:12:55.398 [INFO - main] (Logging.scala:57) Code generated in 15.311794 ms
22:12:55.408 [INFO - main] (Logging.scala:57) Code generated in 7.390092 ms
22:12:55.521 [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.
22:12:55.551 [INFO - main] (Logging.scala:57) Code generated in 24.031388 ms
22:12:55.553 [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.
22:12:55.573 [INFO - main] (Logging.scala:57) Code generated in 16.093571 ms
22:12:55.633 [INFO - main] (Logging.scala:57) Code generated in 22.397164 ms
22:12:55.669 [INFO - main] (Logging.scala:57) Code generated in 29.389633 ms
22:12:55.768 [INFO - main] (Logging.scala:57) Code generated in 18.484943 ms
22:12:55.811 [INFO - main] (Logging.scala:57) Code generated in 34.316547 ms
22:12:55.828 [INFO - main] (Logging.scala:57) Code generated in 13.923779 ms
22:12:55.840 [INFO - main] (Logging.scala:57) Code generated in 9.306576 ms
22:12:55.866 [INFO - main] (Logging.scala:57) Code generated in 11.881236 ms
22:12:55.877 [INFO - main] (Logging.scala:57) Code generated in 7.781353 ms
22:12:55.940 [INFO - main] (Logging.scala:57) Starting job: collect at IntegrationTestBigLinkedList.scala:421
22:12:55.974 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 3cfacab7fb4b4404b39b69deeb1e851f for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
22:12:55.975 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet abd2d6dde7e2478eaf0426afc31a7978 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
22:12:55.975 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ca323f27ce7f405ebb880439376f20c7 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
22:12:55.975 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet ba562f8baf9341e99b82b5c4bfd36ebc for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
22:12:55.975 [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=3cfacab7fb4b4404b39b69deeb1e851f@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=abd2d6dde7e2478eaf0426afc31a7978@[a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=ca323f27ce7f405ebb880439376f20c7@[fd423347f646421a8169884af275024e(127.13.181.67:32873)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=ba562f8baf9341e99b82b5c4bfd36ebc@[d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
22:12:55.993 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 35 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 5
22:12:56.008 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 31 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 4
22:12:56.015 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 40 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 6
22:12:56.018 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 16 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 1
22:12:56.019 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 22 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 2
22:12:56.020 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 12 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 0
22:12:56.026 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 27 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 3
22:12:56.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at IntegrationTestBigLinkedList.scala:421) with 400 output partitions
22:12:56.027 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (collect at IntegrationTestBigLinkedList.scala:421)
22:12:56.028 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List(ShuffleMapStage 3, ShuffleMapStage 7)
22:12:56.029 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List(ShuffleMapStage 3, ShuffleMapStage 7)
22:12:56.033 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 1 (MapPartitionsRDD[35] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
22:12:56.054 [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)
22:12:56.057 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 8.2 KiB, free 1993.9 MiB)
22:12:56.058 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 8.2 KiB, free: 1993.9 MiB)
22:12:56.059 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 1 from broadcast at DAGScheduler.scala:1388
22:12:56.062 [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))
22:12:56.062 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 4 tasks resource profile 0
22:12:56.067 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 2 (MapPartitionsRDD[31] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
22:12:56.070 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5006 bytes) taskResourceAssignments Map()
22:12:56.070 [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)
22:12:56.072 [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)
22:12:56.075 [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)
22:12:56.076 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 8.9 KiB, free: 1993.9 MiB)
22:12:56.077 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
22:12:56.079 [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))
22:12:56.079 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 4 tasks resource profile 0
22:12:56.082 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 4 (MapPartitionsRDD[16] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
22:12:56.087 [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)
22:12:56.089 [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)
22:12:56.090 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 11.7 KiB, free: 1993.8 MiB)
22:12:56.091 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
22:12:56.092 [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))
22:12:56.092 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 4 tasks resource profile 0
22:12:56.094 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 5 (MapPartitionsRDD[22] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
22:12:56.099 [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)
22:12:56.101 [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)
22:12:56.102 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 14.2 KiB, free: 1993.8 MiB)
22:12:56.103 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
22:12:56.104 [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))
22:12:56.104 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 4 tasks resource profile 0
22:12:56.105 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 6 (MapPartitionsRDD[12] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
22:12:56.110 [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)
22:12:56.113 [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)
22:12:56.114 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 8.2 KiB, free: 1993.8 MiB)
22:12:56.115 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
22:12:56.116 [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))
22:12:56.116 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 4 tasks resource profile 0
22:12:56.158 [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
22:12:56.213 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Code generated in 16.339581 ms
22:12:56.300 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10049 rows, more = false, responseScanTimestamp = 7317448197118230528) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=3cfacab7fb4b4404b39b69deeb1e851f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:56.324 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Code generated in 14.975245 ms
22:12:56.516 [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). 6031 bytes result sent to driver
22:12:56.518 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 1.0 (TID 3) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5006 bytes) taskResourceAssignments Map()
22:12:56.519 [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)
22:12:56.520 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 453 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/4)
22:12:56.530 [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
22:12:56.571 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10034 rows, more = false, responseScanTimestamp = 7317448198302027776) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=abd2d6dde7e2478eaf0426afc31a7978, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:56.713 [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). 5988 bytes result sent to driver
22:12:56.715 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 1.0 (TID 4) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5006 bytes) taskResourceAssignments Map()
22:12:56.716 [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)
22:12:56.721 [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
22:12:56.721 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 3) in 204 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/4)
22:12:56.766 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9934 rows, more = false, responseScanTimestamp = 7317448199088783360) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ca323f27ce7f405ebb880439376f20c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:56.867 [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). 5945 bytes result sent to driver
22:12:56.868 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 1.0 (TID 5) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5006 bytes) taskResourceAssignments Map()
22:12:56.872 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 4) in 158 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (3/4)
22:12:56.875 [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)
22:12:56.882 [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
22:12:56.910 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9986 rows, more = false, responseScanTimestamp = 7317448199739731968) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ba562f8baf9341e99b82b5c4bfd36ebc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:57.029 [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). 5988 bytes result sent to driver
22:12:57.031 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 6) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5031 bytes) taskResourceAssignments Map()
22:12:57.031 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 1.0 (TID 5) in 163 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (4/4)
22:12:57.032 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
22:12:57.032 [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)
22:12:57.033 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 1 (collect at IntegrationTestBigLinkedList.scala:421) finished in 0.992 s
22:12:57.033 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
22:12:57.034 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 2, ShuffleMapStage 6, ShuffleMapStage 4)
22:12:57.034 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 3, ShuffleMapStage 7, ResultStage 8)
22:12:57.036 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
22:12:57.039 [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
22:12:57.059 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Code generated in 12.979638 ms
22:12:57.134 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10049 rows, more = false, responseScanTimestamp = 7317448200450310144) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=3cfacab7fb4b4404b39b69deeb1e851f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:57.168 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Code generated in 21.214816 ms
22:12:57.288 [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). 5945 bytes result sent to driver
22:12:57.290 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 7) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5031 bytes) taskResourceAssignments Map()
22:12:57.290 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 6) in 260 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/4)
22:12:57.290 [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)
22:12:57.296 [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
22:12:57.367 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10034 rows, more = false, responseScanTimestamp = 7317448201436008448) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=abd2d6dde7e2478eaf0426afc31a7978, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:57.482 [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). 5988 bytes result sent to driver
22:12:57.484 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 8) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5031 bytes) taskResourceAssignments Map()
22:12:57.485 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 7) in 196 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/4)
22:12:57.486 [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)
22:12:57.492 [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
22:12:57.572 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9934 rows, more = false, responseScanTimestamp = 7317448202236813312) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ca323f27ce7f405ebb880439376f20c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:57.669 [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). 5945 bytes result sent to driver
22:12:57.671 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 2.0 (TID 9) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5031 bytes) taskResourceAssignments Map()
22:12:57.672 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 8) in 189 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (3/4)
22:12:57.672 [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)
22:12:57.678 [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
22:12:57.742 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9986 rows, more = false, responseScanTimestamp = 7317448202998280192) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ba562f8baf9341e99b82b5c4bfd36ebc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:57.832 [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). 5988 bytes result sent to driver
22:12:57.833 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 10) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5028 bytes) taskResourceAssignments Map()
22:12:57.834 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 9) in 164 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (4/4)
22:12:57.834 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
22:12:57.834 [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)
22:12:57.835 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 2 (collect at IntegrationTestBigLinkedList.scala:421) finished in 1.767 s
22:12:57.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
22:12:57.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6, ShuffleMapStage 4)
22:12:57.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 3, ShuffleMapStage 7, ResultStage 8)
22:12:57.836 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
22:12:57.838 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 3 (MapPartitionsRDD[40] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
22:12:57.841 [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
22:12:57.843 [ERROR - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (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)
22:12:57.863 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 8.249193 ms
22:12:57.875 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 7.818242 ms
22:12:57.894 [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)
22:12:57.897 [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)
22:12:57.900 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 22.7 KiB, free: 1993.8 MiB)
22:12:57.901 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
22:12:57.907 [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))
22:12:57.908 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 200 tasks resource profile 0
22:12:57.932 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10049 rows, more = false, responseScanTimestamp = 7317448203841994752) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=3cfacab7fb4b4404b39b69deeb1e851f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:12:57.955 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 16.576044 ms
22:12:58.391 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-5k54.c.gcp-upstream.internal:40541 in memory (size: 8.2 KiB, free: 1993.8 MiB)
22:12:58.397 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-5k54.c.gcp-upstream.internal:40541 in memory (size: 8.9 KiB, free: 1993.8 MiB)
22:12:58.437 [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). 6416 bytes result sent to driver
22:12:58.443 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 11) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:58.444 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 10) in 611 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/4)
22:12:58.444 [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)
22:12:58.492 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (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
22:12:58.494 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Started 0 remote fetches in 9 ms
22:12:58.535 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 22.400071 ms
22:12:58.559 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.578154 ms
22:12:58.570 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (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
22:12:58.571 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Started 0 remote fetches in 1 ms
22:12:58.583 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 7.963361 ms
22:12:58.593 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.736727 ms
22:12:58.609 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 7.574321 ms
22:12:58.623 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.582356 ms
22:12:58.666 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 10.305149 ms
22:12:58.676 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 5.847612 ms
22:12:58.717 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 8.697812 ms
22:12:58.728 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.714811 ms
22:12:58.860 [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). 8858 bytes result sent to driver
22:12:58.862 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 12) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:58.862 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 11) in 424 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/200)
22:12:58.863 [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)
22:12:58.874 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (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
22:12:58.874 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Started 0 remote fetches in 1 ms
22:12:58.880 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (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
22:12:58.880 [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
22:12:58.904 [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). 8815 bytes result sent to driver
22:12:58.905 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 3.0 (TID 13) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 2, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:58.907 [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)
22:12:58.907 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 12) in 46 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/200)
22:12:58.915 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (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
22:12:58.915 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Started 0 remote fetches in 0 ms
22:12:58.920 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (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
22:12:58.920 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Started 0 remote fetches in 0 ms
22:12:58.941 [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). 8815 bytes result sent to driver
22:12:58.942 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 3.0 (TID 14) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 3, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:58.943 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 13) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (3/200)
22:12:58.943 [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)
22:12:58.949 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (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
22:12:58.950 [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
22:12:58.954 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (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
22:12:58.954 [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
22:12:58.972 [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). 8815 bytes result sent to driver
22:12:58.974 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 3.0 (TID 15) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 4, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:58.975 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 3.0 in stage 3.0 (TID 14) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (4/200)
22:12:58.976 [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)
22:12:58.984 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (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
22:12:58.984 [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
22:12:58.989 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (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
22:12:58.989 [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
22:12:59.023 [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). 8815 bytes result sent to driver
22:12:59.025 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 3.0 (TID 16) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.026 [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)
22:12:59.028 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 4.0 in stage 3.0 (TID 15) in 55 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (5/200)
22:12:59.037 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (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
22:12:59.038 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Started 0 remote fetches in 1 ms
22:12:59.053 [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
22:12:59.053 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Started 0 remote fetches in 8 ms
22:12:59.089 [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). 8858 bytes result sent to driver
22:12:59.090 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 3.0 (TID 17) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 6, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.091 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 5.0 in stage 3.0 (TID 16) in 66 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (6/200)
22:12:59.092 [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)
22:12:59.100 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (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
22:12:59.100 [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
22:12:59.104 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (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
22:12:59.104 [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
22:12:59.122 [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). 8815 bytes result sent to driver
22:12:59.123 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 3.0 (TID 18) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 7, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.124 [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)
22:12:59.124 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 6.0 in stage 3.0 (TID 17) in 34 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (7/200)
22:12:59.133 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (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
22:12:59.133 [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
22:12:59.139 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (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
22:12:59.139 [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
22:12:59.162 [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). 8815 bytes result sent to driver
22:12:59.163 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 3.0 (TID 19) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 8, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.164 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 7.0 in stage 3.0 (TID 18) in 42 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (8/200)
22:12:59.164 [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)
22:12:59.172 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (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
22:12:59.172 [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
22:12:59.177 [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
22:12:59.177 [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
22:12:59.199 [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). 8815 bytes result sent to driver
22:12:59.200 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 9.0 in stage 3.0 (TID 20) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 9, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.201 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 8.0 in stage 3.0 (TID 19) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (9/200)
22:12:59.201 [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)
22:12:59.209 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (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
22:12:59.209 [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
22:12:59.214 [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
22:12:59.214 [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
22:12:59.254 [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). 8858 bytes result sent to driver
22:12:59.255 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 10.0 in stage 3.0 (TID 21) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 10, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.256 [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)
22:12:59.257 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 9.0 in stage 3.0 (TID 20) in 57 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (10/200)
22:12:59.263 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (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
22:12:59.263 [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
22:12:59.266 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (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
22:12:59.267 [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
22:12:59.284 [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). 8815 bytes result sent to driver
22:12:59.285 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 3.0 (TID 22) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 11, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.286 [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)
22:12:59.286 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 10.0 in stage 3.0 (TID 21) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (11/200)
22:12:59.292 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (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
22:12:59.292 [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
22:12:59.296 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (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
22:12:59.296 [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
22:12:59.311 [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). 8815 bytes result sent to driver
22:12:59.313 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 3.0 (TID 23) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 12, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.313 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 11.0 in stage 3.0 (TID 22) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (12/200)
22:12:59.314 [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)
22:12:59.321 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (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
22:12:59.321 [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
22:12:59.325 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (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
22:12:59.325 [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
22:12:59.340 [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). 8815 bytes result sent to driver
22:12:59.341 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 13.0 in stage 3.0 (TID 24) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 13, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.342 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 12.0 in stage 3.0 (TID 23) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (13/200)
22:12:59.343 [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)
22:12:59.349 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (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
22:12:59.349 [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
22:12:59.354 [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
22:12:59.354 [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
22:12:59.723 [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). 8858 bytes result sent to driver
22:12:59.725 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 14.0 in stage 3.0 (TID 25) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 14, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.725 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 13.0 in stage 3.0 (TID 24) in 384 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (14/200)
22:12:59.726 [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)
22:12:59.732 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (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
22:12:59.733 [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
22:12:59.737 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (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
22:12:59.737 [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
22:12:59.756 [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). 8815 bytes result sent to driver
22:12:59.758 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 3.0 (TID 26) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 15, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.759 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 14.0 in stage 3.0 (TID 25) in 35 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (15/200)
22:12:59.759 [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)
22:12:59.769 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (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
22:12:59.769 [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
22:12:59.774 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (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
22:12:59.774 [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
22:12:59.795 [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). 8815 bytes result sent to driver
22:12:59.796 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 16.0 in stage 3.0 (TID 27) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 16, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.797 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 15.0 in stage 3.0 (TID 26) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (16/200)
22:12:59.798 [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)
22:12:59.805 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (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
22:12:59.805 [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
22:12:59.810 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (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
22:12:59.810 [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
22:12:59.830 [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). 8815 bytes result sent to driver
22:12:59.831 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 17.0 in stage 3.0 (TID 28) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 17, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.831 [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)
22:12:59.832 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 16.0 in stage 3.0 (TID 27) in 36 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (17/200)
22:12:59.838 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (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
22:12:59.839 [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
22:12:59.843 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (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
22:12:59.844 [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
22:12:59.864 [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). 8815 bytes result sent to driver
22:12:59.865 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 18.0 in stage 3.0 (TID 29) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 18, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.865 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 17.0 in stage 3.0 (TID 28) in 35 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (18/200)
22:12:59.866 [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)
22:12:59.870 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (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
22:12:59.871 [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
22:12:59.874 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (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
22:12:59.875 [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
22:12:59.891 [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). 8815 bytes result sent to driver
22:12:59.892 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 19.0 in stage 3.0 (TID 30) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 19, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.892 [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)
22:12:59.892 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 18.0 in stage 3.0 (TID 29) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (19/200)
22:12:59.898 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (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
22:12:59.898 [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
22:12:59.901 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (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
22:12:59.902 [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
22:12:59.917 [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). 8815 bytes result sent to driver
22:12:59.918 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 20.0 in stage 3.0 (TID 31) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 20, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.919 [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)
22:12:59.919 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 19.0 in stage 3.0 (TID 30) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (20/200)
22:12:59.925 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (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
22:12:59.926 [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
22:12:59.930 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (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
22:12:59.930 [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
22:12:59.948 [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). 8815 bytes result sent to driver
22:12:59.950 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 21.0 in stage 3.0 (TID 32) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 21, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.950 [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)
22:12:59.951 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 20.0 in stage 3.0 (TID 31) in 34 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (21/200)
22:12:59.958 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (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
22:12:59.958 [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
22:12:59.962 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (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
22:12:59.962 [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
22:12:59.981 [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). 8815 bytes result sent to driver
22:12:59.983 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 22.0 in stage 3.0 (TID 33) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 22, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:12:59.984 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 21.0 in stage 3.0 (TID 32) in 34 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (22/200)
22:12:59.984 [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)
22:12:59.990 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (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
22:12:59.990 [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
22:12:59.993 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (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
22:12:59.994 [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
22:13:00.007 [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). 8815 bytes result sent to driver
22:13:00.009 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 23.0 in stage 3.0 (TID 34) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 23, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.009 [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)
22:13:00.009 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 22.0 in stage 3.0 (TID 33) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (23/200)
22:13:00.015 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (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
22:13:00.015 [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
22:13:00.019 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (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
22:13:00.019 [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
22:13:00.035 [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). 8815 bytes result sent to driver
22:13:00.036 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 24.0 in stage 3.0 (TID 35) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 24, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.037 [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)
22:13:00.037 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 23.0 in stage 3.0 (TID 34) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (24/200)
22:13:00.042 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (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
22:13:00.042 [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
22:13:00.046 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (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
22:13:00.046 [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
22:13:00.059 [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). 8815 bytes result sent to driver
22:13:00.060 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 25.0 in stage 3.0 (TID 36) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 25, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.060 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 24.0 in stage 3.0 (TID 35) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (25/200)
22:13:00.061 [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)
22:13:00.066 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (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
22:13:00.066 [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
22:13:00.069 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (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
22:13:00.070 [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
22:13:00.086 [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). 8815 bytes result sent to driver
22:13:00.087 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 26.0 in stage 3.0 (TID 37) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 26, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.088 [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)
22:13:00.088 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 25.0 in stage 3.0 (TID 36) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (26/200)
22:13:00.093 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (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
22:13:00.094 [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
22:13:00.097 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (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
22:13:00.097 [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
22:13:00.109 [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). 8815 bytes result sent to driver
22:13:00.110 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 27.0 in stage 3.0 (TID 38) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 27, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.110 [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)
22:13:00.110 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 26.0 in stage 3.0 (TID 37) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (27/200)
22:13:00.115 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Getting 4 (6.1 KiB) non-empty blocks including 4 (6.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
22:13:00.116 [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
22:13:00.119 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (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
22:13:00.119 [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
22:13:00.132 [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). 8815 bytes result sent to driver
22:13:00.133 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 28.0 in stage 3.0 (TID 39) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 28, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.134 [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)
22:13:00.134 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 27.0 in stage 3.0 (TID 38) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (28/200)
22:13:00.140 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (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
22:13:00.140 [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
22:13:00.143 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (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
22:13:00.144 [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
22:13:00.161 [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). 8815 bytes result sent to driver
22:13:00.162 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 29.0 in stage 3.0 (TID 40) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 29, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.163 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 28.0 in stage 3.0 (TID 39) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (29/200)
22:13:00.163 [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)
22:13:00.167 [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
22:13:00.167 [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
22:13:00.170 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (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
22:13:00.170 [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
22:13:00.182 [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). 8815 bytes result sent to driver
22:13:00.183 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 30.0 in stage 3.0 (TID 41) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 30, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.184 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 29.0 in stage 3.0 (TID 40) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (30/200)
22:13:00.184 [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)
22:13:00.188 [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
22:13:00.188 [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
22:13:00.190 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (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
22:13:00.191 [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
22:13:00.202 [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). 8815 bytes result sent to driver
22:13:00.203 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 31.0 in stage 3.0 (TID 42) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 31, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.204 [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)
22:13:00.204 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 30.0 in stage 3.0 (TID 41) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (31/200)
22:13:00.208 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (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
22:13:00.208 [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
22:13:00.211 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (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
22:13:00.211 [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
22:13:00.222 [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). 8815 bytes result sent to driver
22:13:00.223 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 32.0 in stage 3.0 (TID 43) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 32, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.224 [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)
22:13:00.224 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 31.0 in stage 3.0 (TID 42) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (32/200)
22:13:00.229 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (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
22:13:00.229 [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
22:13:00.232 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (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
22:13:00.232 [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
22:13:00.246 [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). 8815 bytes result sent to driver
22:13:00.248 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 33.0 in stage 3.0 (TID 44) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 33, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.248 [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)
22:13:00.248 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 32.0 in stage 3.0 (TID 43) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (33/200)
22:13:00.258 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (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
22:13:00.258 [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
22:13:00.263 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (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
22:13:00.264 [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
22:13:00.295 [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). 8815 bytes result sent to driver
22:13:00.297 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 34.0 in stage 3.0 (TID 45) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 34, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.298 [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)
22:13:00.298 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 33.0 in stage 3.0 (TID 44) in 51 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (34/200)
22:13:00.305 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (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
22:13:00.305 [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
22:13:00.310 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (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
22:13:00.310 [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
22:13:00.329 [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). 8815 bytes result sent to driver
22:13:00.330 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 35.0 in stage 3.0 (TID 46) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 35, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.331 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 34.0 in stage 3.0 (TID 45) in 34 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (35/200)
22:13:00.331 [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)
22:13:00.336 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (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
22:13:00.337 [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
22:13:00.341 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (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
22:13:00.341 [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
22:13:00.363 [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). 8815 bytes result sent to driver
22:13:00.364 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 36.0 in stage 3.0 (TID 47) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 36, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.365 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 35.0 in stage 3.0 (TID 46) in 36 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (36/200)
22:13:00.365 [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)
22:13:00.374 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (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
22:13:00.374 [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
22:13:00.380 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (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
22:13:00.380 [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
22:13:00.405 [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). 8815 bytes result sent to driver
22:13:00.406 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 37.0 in stage 3.0 (TID 48) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 37, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.407 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 36.0 in stage 3.0 (TID 47) in 44 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (37/200)
22:13:00.407 [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)
22:13:00.418 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (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
22:13:00.418 [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
22:13:00.424 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (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
22:13:00.425 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Started 0 remote fetches in 1 ms
22:13:00.460 [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). 8815 bytes result sent to driver
22:13:00.462 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 38.0 in stage 3.0 (TID 49) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 38, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.463 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 37.0 in stage 3.0 (TID 48) in 56 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (38/200)
22:13:00.463 [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)
22:13:00.474 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (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
22:13:00.475 [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
22:13:00.480 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (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
22:13:00.480 [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
22:13:00.504 [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). 8815 bytes result sent to driver
22:13:00.505 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 39.0 in stage 3.0 (TID 50) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 39, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.506 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 38.0 in stage 3.0 (TID 49) in 45 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (39/200)
22:13:00.506 [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)
22:13:00.515 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (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
22:13:00.515 [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
22:13:00.521 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (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
22:13:00.521 [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
22:13:00.546 [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). 8815 bytes result sent to driver
22:13:00.547 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 40.0 in stage 3.0 (TID 51) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 40, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.548 [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)
22:13:00.548 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 39.0 in stage 3.0 (TID 50) in 43 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (40/200)
22:13:00.557 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (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
22:13:00.557 [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
22:13:00.561 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (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
22:13:00.561 [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
22:13:00.585 [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). 8815 bytes result sent to driver
22:13:00.586 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 41.0 in stage 3.0 (TID 52) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 41, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.587 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 40.0 in stage 3.0 (TID 51) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (41/200)
22:13:00.587 [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)
22:13:00.597 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (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
22:13:00.597 [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
22:13:00.603 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (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
22:13:00.603 [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
22:13:00.631 [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). 8815 bytes result sent to driver
22:13:00.632 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 42.0 in stage 3.0 (TID 53) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 42, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.633 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 41.0 in stage 3.0 (TID 52) in 47 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (42/200)
22:13:00.634 [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)
22:13:00.642 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Getting 4 (6.0 KiB) non-empty blocks including 4 (6.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
22:13:00.642 [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
22:13:00.646 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (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
22:13:00.646 [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
22:13:00.676 [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). 8815 bytes result sent to driver
22:13:00.677 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 43.0 in stage 3.0 (TID 54) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 43, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.678 [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)
22:13:00.678 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 42.0 in stage 3.0 (TID 53) in 46 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (43/200)
22:13:00.685 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (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
22:13:00.686 [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
22:13:00.689 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (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
22:13:00.690 [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
22:13:00.711 [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). 8815 bytes result sent to driver
22:13:00.712 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 44.0 in stage 3.0 (TID 55) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 44, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.713 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 43.0 in stage 3.0 (TID 54) in 35 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (44/200)
22:13:00.713 [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)
22:13:00.723 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (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
22:13:00.723 [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
22:13:00.728 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (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
22:13:00.729 [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
22:13:00.757 [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). 8815 bytes result sent to driver
22:13:00.758 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 45.0 in stage 3.0 (TID 56) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 45, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.759 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 44.0 in stage 3.0 (TID 55) in 48 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (45/200)
22:13:00.759 [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)
22:13:00.767 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (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
22:13:00.767 [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
22:13:00.771 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (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
22:13:00.771 [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
22:13:00.793 [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). 8815 bytes result sent to driver
22:13:00.794 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 46.0 in stage 3.0 (TID 57) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 46, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.795 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 45.0 in stage 3.0 (TID 56) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (46/200)
22:13:00.795 [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)
22:13:00.801 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (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
22:13:00.802 [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
22:13:00.805 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (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
22:13:00.805 [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
22:13:00.830 [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). 8815 bytes result sent to driver
22:13:00.831 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 47.0 in stage 3.0 (TID 58) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 47, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.832 [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)
22:13:00.832 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 46.0 in stage 3.0 (TID 57) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (47/200)
22:13:00.840 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (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
22:13:00.840 [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
22:13:00.845 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (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
22:13:00.845 [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
22:13:00.871 [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). 8815 bytes result sent to driver
22:13:00.873 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 48.0 in stage 3.0 (TID 59) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 48, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.875 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 47.0 in stage 3.0 (TID 58) in 45 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (48/200)
22:13:00.876 [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)
22:13:00.889 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (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
22:13:00.890 [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
22:13:00.896 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (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
22:13:00.896 [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
22:13:00.927 [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). 8815 bytes result sent to driver
22:13:00.929 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 49.0 in stage 3.0 (TID 60) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 49, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.930 [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)
22:13:00.930 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 48.0 in stage 3.0 (TID 59) in 58 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (49/200)
22:13:00.937 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (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
22:13:00.937 [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
22:13:00.941 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (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
22:13:00.941 [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
22:13:00.976 [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). 8858 bytes result sent to driver
22:13:00.977 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 50.0 in stage 3.0 (TID 61) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 50, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:00.978 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 49.0 in stage 3.0 (TID 60) in 50 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (50/200)
22:13:00.979 [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)
22:13:00.984 [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
22:13:00.985 [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
22:13:00.989 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (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
22:13:00.989 [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
22:13:01.004 [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). 8815 bytes result sent to driver
22:13:01.005 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 51.0 in stage 3.0 (TID 62) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 51, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.005 [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)
22:13:01.005 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 50.0 in stage 3.0 (TID 61) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (51/200)
22:13:01.011 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (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
22:13:01.011 [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
22:13:01.015 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (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
22:13:01.015 [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
22:13:01.030 [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). 8815 bytes result sent to driver
22:13:01.031 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 52.0 in stage 3.0 (TID 63) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 52, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.032 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 51.0 in stage 3.0 (TID 62) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (52/200)
22:13:01.032 [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)
22:13:01.037 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (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
22:13:01.037 [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
22:13:01.040 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (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
22:13:01.040 [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
22:13:01.051 [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). 8815 bytes result sent to driver
22:13:01.052 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 53.0 in stage 3.0 (TID 64) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 53, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.052 [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)
22:13:01.053 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 52.0 in stage 3.0 (TID 63) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (53/200)
22:13:01.058 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (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
22:13:01.059 [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
22:13:01.061 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (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
22:13:01.061 [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
22:13:01.070 [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). 8815 bytes result sent to driver
22:13:01.071 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 54.0 in stage 3.0 (TID 65) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 54, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.071 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 53.0 in stage 3.0 (TID 64) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (54/200)
22:13:01.071 [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)
22:13:01.077 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (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
22:13:01.077 [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
22:13:01.079 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (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
22:13:01.080 [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
22:13:01.091 [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). 8815 bytes result sent to driver
22:13:01.092 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 55.0 in stage 3.0 (TID 66) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 55, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.092 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 54.0 in stage 3.0 (TID 65) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (55/200)
22:13:01.093 [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)
22:13:01.098 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (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
22:13:01.098 [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
22:13:01.100 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (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
22:13:01.100 [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
22:13:01.109 [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). 8815 bytes result sent to driver
22:13:01.111 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 56.0 in stage 3.0 (TID 67) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 56, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.111 [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)
22:13:01.111 [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-5k54.c.gcp-upstream.internal (executor driver) (56/200)
22:13:01.117 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (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
22:13:01.117 [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
22:13:01.120 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (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
22:13:01.121 [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
22:13:01.134 [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). 8815 bytes result sent to driver
22:13:01.135 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 57.0 in stage 3.0 (TID 68) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 57, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.136 [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)
22:13:01.136 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 56.0 in stage 3.0 (TID 67) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (57/200)
22:13:01.141 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (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
22:13:01.141 [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
22:13:01.143 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (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
22:13:01.144 [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
22:13:01.153 [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). 8815 bytes result sent to driver
22:13:01.154 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 58.0 in stage 3.0 (TID 69) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 58, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.155 [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)
22:13:01.155 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 57.0 in stage 3.0 (TID 68) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (58/200)
22:13:01.159 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (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
22:13:01.159 [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
22:13:01.161 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (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
22:13:01.162 [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
22:13:01.173 [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). 8815 bytes result sent to driver
22:13:01.174 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 59.0 in stage 3.0 (TID 70) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 59, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.175 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 58.0 in stage 3.0 (TID 69) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (59/200)
22:13:01.175 [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)
22:13:01.181 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (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
22:13:01.181 [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
22:13:01.184 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (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
22:13:01.184 [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
22:13:01.193 [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). 8815 bytes result sent to driver
22:13:01.194 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 60.0 in stage 3.0 (TID 71) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 60, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.195 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 59.0 in stage 3.0 (TID 70) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (60/200)
22:13:01.196 [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)
22:13:01.200 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (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
22:13:01.200 [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
22:13:01.202 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (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
22:13:01.202 [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
22:13:01.211 [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). 8815 bytes result sent to driver
22:13:01.212 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 61.0 in stage 3.0 (TID 72) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 61, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.213 [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)
22:13:01.213 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 60.0 in stage 3.0 (TID 71) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (61/200)
22:13:01.218 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (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
22:13:01.218 [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
22:13:01.221 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (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
22:13:01.221 [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
22:13:01.235 [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). 8815 bytes result sent to driver
22:13:01.236 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 62.0 in stage 3.0 (TID 73) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 62, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.237 [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)
22:13:01.237 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 61.0 in stage 3.0 (TID 72) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (62/200)
22:13:01.241 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (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
22:13:01.241 [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
22:13:01.244 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (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
22:13:01.244 [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
22:13:01.254 [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). 8815 bytes result sent to driver
22:13:01.255 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 63.0 in stage 3.0 (TID 74) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 63, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.255 [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)
22:13:01.255 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 62.0 in stage 3.0 (TID 73) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (63/200)
22:13:01.259 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (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
22:13:01.260 [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
22:13:01.263 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (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
22:13:01.263 [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
22:13:01.275 [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). 8815 bytes result sent to driver
22:13:01.276 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 64.0 in stage 3.0 (TID 75) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 64, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.277 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 63.0 in stage 3.0 (TID 74) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (64/200)
22:13:01.277 [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)
22:13:01.282 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (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
22:13:01.283 [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
22:13:01.286 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (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
22:13:01.286 [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
22:13:01.300 [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). 8815 bytes result sent to driver
22:13:01.301 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 65.0 in stage 3.0 (TID 76) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 65, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.302 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 64.0 in stage 3.0 (TID 75) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (65/200)
22:13:01.302 [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)
22:13:01.307 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (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
22:13:01.307 [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
22:13:01.309 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (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
22:13:01.309 [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
22:13:01.319 [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). 8815 bytes result sent to driver
22:13:01.320 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 66.0 in stage 3.0 (TID 77) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 66, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.321 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 65.0 in stage 3.0 (TID 76) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (66/200)
22:13:01.321 [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)
22:13:01.327 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (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
22:13:01.327 [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
22:13:01.330 [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
22:13:01.330 [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
22:13:01.344 [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). 8815 bytes result sent to driver
22:13:01.345 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 67.0 in stage 3.0 (TID 78) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 67, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.346 [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)
22:13:01.346 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 66.0 in stage 3.0 (TID 77) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (67/200)
22:13:01.351 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (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
22:13:01.352 [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
22:13:01.355 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (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
22:13:01.355 [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
22:13:01.365 [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). 8815 bytes result sent to driver
22:13:01.366 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 68.0 in stage 3.0 (TID 79) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 68, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.367 [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)
22:13:01.367 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 67.0 in stage 3.0 (TID 78) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (68/200)
22:13:01.371 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (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
22:13:01.371 [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
22:13:01.373 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (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
22:13:01.373 [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
22:13:01.383 [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). 8815 bytes result sent to driver
22:13:01.384 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 69.0 in stage 3.0 (TID 80) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.384 [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)
22:13:01.384 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 68.0 in stage 3.0 (TID 79) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (69/200)
22:13:01.390 [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
22:13:01.390 [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
22:13:01.393 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (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
22:13:01.393 [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
22:13:01.407 [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). 8815 bytes result sent to driver
22:13:01.409 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 70.0 in stage 3.0 (TID 81) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 70, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.410 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 69.0 in stage 3.0 (TID 80) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (70/200)
22:13:01.410 [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)
22:13:01.415 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (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
22:13:01.415 [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
22:13:01.418 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (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
22:13:01.418 [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
22:13:01.427 [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). 8815 bytes result sent to driver
22:13:01.428 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 71.0 in stage 3.0 (TID 82) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 71, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.429 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 70.0 in stage 3.0 (TID 81) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (71/200)
22:13:01.429 [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)
22:13:01.435 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (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
22:13:01.435 [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
22:13:01.438 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (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
22:13:01.438 [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
22:13:01.451 [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). 8815 bytes result sent to driver
22:13:01.453 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 72.0 in stage 3.0 (TID 83) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 72, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.453 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 71.0 in stage 3.0 (TID 82) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (72/200)
22:13:01.455 [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)
22:13:01.458 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (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
22:13:01.459 [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
22:13:01.461 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (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
22:13:01.462 [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
22:13:01.473 [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). 8815 bytes result sent to driver
22:13:01.474 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 73.0 in stage 3.0 (TID 84) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 73, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.475 [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)
22:13:01.475 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 72.0 in stage 3.0 (TID 83) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (73/200)
22:13:01.481 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (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
22:13:01.481 [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
22:13:01.484 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (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
22:13:01.484 [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
22:13:01.494 [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). 8815 bytes result sent to driver
22:13:01.495 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 74.0 in stage 3.0 (TID 85) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 74, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.496 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 73.0 in stage 3.0 (TID 84) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (74/200)
22:13:01.496 [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)
22:13:01.501 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (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
22:13:01.501 [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
22:13:01.504 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (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
22:13:01.504 [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
22:13:01.516 [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). 8815 bytes result sent to driver
22:13:01.517 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 75.0 in stage 3.0 (TID 86) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 75, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.518 [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-5k54.c.gcp-upstream.internal (executor driver) (75/200)
22:13:01.518 [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)
22:13:01.522 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (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
22:13:01.522 [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
22:13:01.525 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (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
22:13:01.525 [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
22:13:01.534 [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). 8815 bytes result sent to driver
22:13:01.536 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 76.0 in stage 3.0 (TID 87) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 76, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.536 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 75.0 in stage 3.0 (TID 86) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (76/200)
22:13:01.536 [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)
22:13:01.542 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (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
22:13:01.542 [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
22:13:01.546 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (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
22:13:01.546 [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
22:13:01.560 [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). 8815 bytes result sent to driver
22:13:01.561 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 77.0 in stage 3.0 (TID 88) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 77, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.561 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 76.0 in stage 3.0 (TID 87) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (77/200)
22:13:01.562 [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)
22:13:01.568 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (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
22:13:01.568 [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
22:13:01.571 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (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
22:13:01.571 [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
22:13:01.585 [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). 8815 bytes result sent to driver
22:13:01.586 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 78.0 in stage 3.0 (TID 89) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 78, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.587 [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)
22:13:01.587 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 77.0 in stage 3.0 (TID 88) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (78/200)
22:13:01.590 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (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
22:13:01.591 [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
22:13:01.593 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (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
22:13:01.593 [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
22:13:01.603 [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). 8815 bytes result sent to driver
22:13:01.604 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 79.0 in stage 3.0 (TID 90) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 79, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.604 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 78.0 in stage 3.0 (TID 89) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (79/200)
22:13:01.604 [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)
22:13:01.608 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (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
22:13:01.608 [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
22:13:01.610 [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
22:13:01.610 [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
22:13:01.620 [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). 8815 bytes result sent to driver
22:13:01.621 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 80.0 in stage 3.0 (TID 91) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 80, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.621 [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)
22:13:01.622 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 79.0 in stage 3.0 (TID 90) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (80/200)
22:13:01.626 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (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
22:13:01.626 [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
22:13:01.628 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (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
22:13:01.628 [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
22:13:01.638 [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). 8815 bytes result sent to driver
22:13:01.639 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 81.0 in stage 3.0 (TID 92) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 81, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.640 [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-5k54.c.gcp-upstream.internal (executor driver) (81/200)
22:13:01.640 [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)
22:13:01.646 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (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
22:13:01.646 [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
22:13:01.649 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (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
22:13:01.649 [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
22:13:01.659 [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). 8815 bytes result sent to driver
22:13:01.660 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 82.0 in stage 3.0 (TID 93) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 82, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.660 [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)
22:13:01.661 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 81.0 in stage 3.0 (TID 92) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (82/200)
22:13:01.666 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (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
22:13:01.666 [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
22:13:01.669 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (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
22:13:01.669 [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
22:13:01.683 [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). 8815 bytes result sent to driver
22:13:01.684 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 83.0 in stage 3.0 (TID 94) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 83, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.685 [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)
22:13:01.685 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 82.0 in stage 3.0 (TID 93) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (83/200)
22:13:01.689 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (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
22:13:01.689 [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
22:13:01.691 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (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
22:13:01.691 [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
22:13:01.700 [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). 8815 bytes result sent to driver
22:13:01.701 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 84.0 in stage 3.0 (TID 95) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 84, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.702 [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-5k54.c.gcp-upstream.internal (executor driver) (84/200)
22:13:01.702 [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)
22:13:01.707 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (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
22:13:01.707 [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
22:13:01.711 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (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
22:13:01.711 [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
22:13:01.722 [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). 8815 bytes result sent to driver
22:13:01.723 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 85.0 in stage 3.0 (TID 96) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 85, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.723 [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-5k54.c.gcp-upstream.internal (executor driver) (85/200)
22:13:01.724 [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)
22:13:01.728 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (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
22:13:01.728 [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
22:13:01.731 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Getting 4 (3.5 KiB) non-empty blocks including 4 (3.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
22:13:01.731 [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
22:13:01.740 [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). 8815 bytes result sent to driver
22:13:01.741 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 86.0 in stage 3.0 (TID 97) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 86, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.741 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 85.0 in stage 3.0 (TID 96) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (86/200)
22:13:01.742 [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)
22:13:01.746 [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
22:13:01.746 [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
22:13:01.759 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (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
22:13:01.759 [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
22:13:01.768 [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). 8858 bytes result sent to driver
22:13:01.769 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 87.0 in stage 3.0 (TID 98) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 87, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.769 [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)
22:13:01.769 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 86.0 in stage 3.0 (TID 97) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (87/200)
22:13:01.773 [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
22:13:01.773 [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
22:13:01.776 [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
22:13:01.776 [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
22:13:01.785 [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). 8815 bytes result sent to driver
22:13:01.786 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 88.0 in stage 3.0 (TID 99) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 88, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.786 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 87.0 in stage 3.0 (TID 98) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (88/200)
22:13:01.786 [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)
22:13:01.792 [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
22:13:01.792 [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
22:13:01.795 [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
22:13:01.795 [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
22:13:01.808 [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). 8815 bytes result sent to driver
22:13:01.809 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 89.0 in stage 3.0 (TID 100) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 89, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.809 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 88.0 in stage 3.0 (TID 99) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (89/200)
22:13:01.809 [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)
22:13:01.815 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (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
22:13:01.815 [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
22:13:01.818 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (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
22:13:01.818 [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
22:13:01.832 [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). 8815 bytes result sent to driver
22:13:01.833 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 90.0 in stage 3.0 (TID 101) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 90, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.833 [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)
22:13:01.833 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 89.0 in stage 3.0 (TID 100) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (90/200)
22:13:01.838 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (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
22:13:01.838 [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
22:13:01.841 [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
22:13:01.841 [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
22:13:01.851 [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). 8815 bytes result sent to driver
22:13:01.852 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 91.0 in stage 3.0 (TID 102) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 91, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.853 [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)
22:13:01.853 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 90.0 in stage 3.0 (TID 101) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (91/200)
22:13:01.860 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (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
22:13:01.860 [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
22:13:01.863 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (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
22:13:01.863 [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
22:13:01.876 [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). 8815 bytes result sent to driver
22:13:01.877 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 92.0 in stage 3.0 (TID 103) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 92, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.878 [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)
22:13:01.878 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 91.0 in stage 3.0 (TID 102) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (92/200)
22:13:01.883 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (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
22:13:01.883 [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
22:13:01.886 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (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
22:13:01.886 [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
22:13:01.901 [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). 8815 bytes result sent to driver
22:13:01.902 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 93.0 in stage 3.0 (TID 104) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 93, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.902 [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)
22:13:01.902 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 92.0 in stage 3.0 (TID 103) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (93/200)
22:13:01.906 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (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
22:13:01.906 [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
22:13:01.908 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (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
22:13:01.908 [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
22:13:01.918 [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). 8815 bytes result sent to driver
22:13:01.919 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 94.0 in stage 3.0 (TID 105) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 94, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.919 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 93.0 in stage 3.0 (TID 104) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (94/200)
22:13:01.919 [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)
22:13:01.923 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (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
22:13:01.923 [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
22:13:01.925 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (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
22:13:01.926 [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
22:13:01.934 [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). 8815 bytes result sent to driver
22:13:01.936 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 95.0 in stage 3.0 (TID 106) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 95, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.936 [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-5k54.c.gcp-upstream.internal (executor driver) (95/200)
22:13:01.937 [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)
22:13:01.941 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (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
22:13:01.941 [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
22:13:01.944 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (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
22:13:01.944 [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
22:13:01.958 [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). 8815 bytes result sent to driver
22:13:01.959 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 96.0 in stage 3.0 (TID 107) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 96, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.959 [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)
22:13:01.960 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 95.0 in stage 3.0 (TID 106) in 24 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (96/200)
22:13:01.965 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (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
22:13:01.965 [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
22:13:01.967 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (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
22:13:01.967 [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
22:13:01.976 [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). 8815 bytes result sent to driver
22:13:01.977 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 97.0 in stage 3.0 (TID 108) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 97, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.978 [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)
22:13:01.978 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 96.0 in stage 3.0 (TID 107) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (97/200)
22:13:01.982 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (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
22:13:01.982 [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
22:13:01.984 [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
22:13:01.984 [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
22:13:01.993 [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). 8815 bytes result sent to driver
22:13:01.994 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 98.0 in stage 3.0 (TID 109) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 98, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:01.994 [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)
22:13:01.994 [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-5k54.c.gcp-upstream.internal (executor driver) (98/200)
22:13:01.999 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (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
22:13:01.999 [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
22:13:02.003 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (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
22:13:02.003 [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
22:13:02.017 [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). 8815 bytes result sent to driver
22:13:02.018 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 99.0 in stage 3.0 (TID 110) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 99, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.018 [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)
22:13:02.018 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 98.0 in stage 3.0 (TID 109) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (99/200)
22:13:02.023 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (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
22:13:02.024 [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
22:13:02.027 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (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
22:13:02.027 [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
22:13:02.040 [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). 8815 bytes result sent to driver
22:13:02.041 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 100.0 in stage 3.0 (TID 111) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 100, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.042 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 99.0 in stage 3.0 (TID 110) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (100/200)
22:13:02.042 [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)
22:13:02.048 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (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
22:13:02.049 [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
22:13:02.052 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (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
22:13:02.052 [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
22:13:02.069 [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). 8815 bytes result sent to driver
22:13:02.070 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 101.0 in stage 3.0 (TID 112) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 101, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.070 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 100.0 in stage 3.0 (TID 111) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (101/200)
22:13:02.070 [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)
22:13:02.076 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Getting 4 (6.0 KiB) non-empty blocks including 4 (6.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
22:13:02.076 [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
22:13:02.078 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (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
22:13:02.079 [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
22:13:02.097 [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). 8815 bytes result sent to driver
22:13:02.098 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 102.0 in stage 3.0 (TID 113) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 102, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.099 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 101.0 in stage 3.0 (TID 112) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (102/200)
22:13:02.099 [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)
22:13:02.104 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (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
22:13:02.105 [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
22:13:02.108 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (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
22:13:02.108 [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
22:13:02.121 [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). 8815 bytes result sent to driver
22:13:02.122 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 103.0 in stage 3.0 (TID 114) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 103, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.123 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 102.0 in stage 3.0 (TID 113) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (103/200)
22:13:02.123 [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)
22:13:02.128 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (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
22:13:02.128 [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
22:13:02.131 [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
22:13:02.131 [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
22:13:02.141 [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). 8815 bytes result sent to driver
22:13:02.142 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 104.0 in stage 3.0 (TID 115) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 104, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.143 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 103.0 in stage 3.0 (TID 114) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (104/200)
22:13:02.143 [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)
22:13:02.148 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (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
22:13:02.148 [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
22:13:02.150 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (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
22:13:02.150 [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
22:13:02.160 [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). 8815 bytes result sent to driver
22:13:02.161 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 105.0 in stage 3.0 (TID 116) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 105, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.161 [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)
22:13:02.162 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 104.0 in stage 3.0 (TID 115) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (105/200)
22:13:02.165 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (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
22:13:02.166 [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
22:13:02.168 [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
22:13:02.168 [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
22:13:02.178 [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). 8815 bytes result sent to driver
22:13:02.179 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 106.0 in stage 3.0 (TID 117) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 106, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.179 [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)
22:13:02.180 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 105.0 in stage 3.0 (TID 116) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (106/200)
22:13:02.184 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (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
22:13:02.185 [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
22:13:02.188 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (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
22:13:02.188 [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
22:13:02.201 [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). 8815 bytes result sent to driver
22:13:02.202 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 107.0 in stage 3.0 (TID 118) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 107, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.202 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 106.0 in stage 3.0 (TID 117) in 24 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (107/200)
22:13:02.203 [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)
22:13:02.207 [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
22:13:02.207 [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
22:13:02.209 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (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
22:13:02.209 [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
22:13:02.218 [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). 8815 bytes result sent to driver
22:13:02.219 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 108.0 in stage 3.0 (TID 119) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 108, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.219 [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)
22:13:02.220 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 107.0 in stage 3.0 (TID 118) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (108/200)
22:13:02.224 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (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
22:13:02.224 [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
22:13:02.226 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (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
22:13:02.226 [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
22:13:02.235 [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). 8815 bytes result sent to driver
22:13:02.236 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 109.0 in stage 3.0 (TID 120) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 109, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.236 [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)
22:13:02.236 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 108.0 in stage 3.0 (TID 119) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (109/200)
22:13:02.240 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (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
22:13:02.240 [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
22:13:02.242 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (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
22:13:02.242 [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
22:13:02.252 [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). 8815 bytes result sent to driver
22:13:02.253 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 110.0 in stage 3.0 (TID 121) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 110, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.253 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 109.0 in stage 3.0 (TID 120) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (110/200)
22:13:02.253 [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)
22:13:02.259 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (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
22:13:02.259 [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
22:13:02.262 [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
22:13:02.262 [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
22:13:02.275 [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). 8815 bytes result sent to driver
22:13:02.276 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 111.0 in stage 3.0 (TID 122) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 111, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.276 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 110.0 in stage 3.0 (TID 121) in 24 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (111/200)
22:13:02.276 [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)
22:13:02.280 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (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
22:13:02.280 [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
22:13:02.282 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (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
22:13:02.282 [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
22:13:02.291 [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). 8815 bytes result sent to driver
22:13:02.292 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 112.0 in stage 3.0 (TID 123) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 112, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.292 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 111.0 in stage 3.0 (TID 122) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (112/200)
22:13:02.293 [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)
22:13:02.298 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (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
22:13:02.299 [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
22:13:02.302 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (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
22:13:02.302 [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
22:13:02.315 [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). 8815 bytes result sent to driver
22:13:02.316 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 113.0 in stage 3.0 (TID 124) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 113, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.317 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 112.0 in stage 3.0 (TID 123) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (113/200)
22:13:02.317 [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)
22:13:02.322 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (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
22:13:02.322 [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
22:13:02.324 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (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
22:13:02.324 [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
22:13:02.334 [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). 8815 bytes result sent to driver
22:13:02.335 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 114.0 in stage 3.0 (TID 125) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 114, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.336 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 113.0 in stage 3.0 (TID 124) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (114/200)
22:13:02.336 [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)
22:13:02.341 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (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
22:13:02.341 [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
22:13:02.344 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (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
22:13:02.344 [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
22:13:02.353 [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). 8815 bytes result sent to driver
22:13:02.354 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 115.0 in stage 3.0 (TID 126) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 115, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.355 [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)
22:13:02.355 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 114.0 in stage 3.0 (TID 125) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (115/200)
22:13:02.360 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (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
22:13:02.360 [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
22:13:02.363 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (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
22:13:02.363 [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
22:13:02.375 [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). 8815 bytes result sent to driver
22:13:02.376 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 116.0 in stage 3.0 (TID 127) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 116, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.377 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 115.0 in stage 3.0 (TID 126) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (116/200)
22:13:02.377 [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)
22:13:02.382 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (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
22:13:02.382 [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
22:13:02.384 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (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
22:13:02.384 [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
22:13:02.393 [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). 8815 bytes result sent to driver
22:13:02.394 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 117.0 in stage 3.0 (TID 128) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 117, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.394 [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)
22:13:02.394 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 116.0 in stage 3.0 (TID 127) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (117/200)
22:13:02.398 [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
22:13:02.398 [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
22:13:02.400 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (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
22:13:02.400 [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
22:13:02.409 [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). 8815 bytes result sent to driver
22:13:02.410 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 118.0 in stage 3.0 (TID 129) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 118, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.410 [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)
22:13:02.410 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 117.0 in stage 3.0 (TID 128) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (118/200)
22:13:02.414 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (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
22:13:02.414 [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
22:13:02.417 [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
22:13:02.417 [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
22:13:02.426 [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). 8815 bytes result sent to driver
22:13:02.427 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 119.0 in stage 3.0 (TID 130) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 119, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.428 [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)
22:13:02.428 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 118.0 in stage 3.0 (TID 129) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (119/200)
22:13:02.433 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (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
22:13:02.433 [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
22:13:02.436 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (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
22:13:02.436 [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
22:13:02.450 [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). 8815 bytes result sent to driver
22:13:02.451 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 120.0 in stage 3.0 (TID 131) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 120, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.451 [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)
22:13:02.451 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 119.0 in stage 3.0 (TID 130) in 24 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (120/200)
22:13:02.455 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (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
22:13:02.455 [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
22:13:02.458 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (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
22:13:02.459 [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
22:13:02.468 [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). 8815 bytes result sent to driver
22:13:02.469 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 121.0 in stage 3.0 (TID 132) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 121, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.469 [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)
22:13:02.469 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 120.0 in stage 3.0 (TID 131) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (121/200)
22:13:02.475 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (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
22:13:02.475 [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
22:13:02.478 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (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
22:13:02.478 [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
22:13:02.499 [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). 8858 bytes result sent to driver
22:13:02.500 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 122.0 in stage 3.0 (TID 133) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 122, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.501 [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)
22:13:02.501 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 121.0 in stage 3.0 (TID 132) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (122/200)
22:13:02.505 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (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
22:13:02.505 [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
22:13:02.508 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (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
22:13:02.508 [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
22:13:02.517 [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). 8815 bytes result sent to driver
22:13:02.518 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 123.0 in stage 3.0 (TID 134) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 123, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.519 [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-5k54.c.gcp-upstream.internal (executor driver) (123/200)
22:13:02.519 [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)
22:13:02.523 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (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
22:13:02.523 [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
22:13:02.525 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (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
22:13:02.525 [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
22:13:02.534 [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). 8815 bytes result sent to driver
22:13:02.535 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 124.0 in stage 3.0 (TID 135) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 124, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.536 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 123.0 in stage 3.0 (TID 134) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (124/200)
22:13:02.536 [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)
22:13:02.540 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Getting 4 (6.0 KiB) non-empty blocks including 4 (6.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
22:13:02.540 [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
22:13:02.542 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (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
22:13:02.542 [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
22:13:02.552 [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). 8815 bytes result sent to driver
22:13:02.553 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 125.0 in stage 3.0 (TID 136) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 125, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.553 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 124.0 in stage 3.0 (TID 135) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (125/200)
22:13:02.553 [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)
22:13:02.559 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (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
22:13:02.559 [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
22:13:02.562 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (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
22:13:02.562 [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
22:13:02.575 [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). 8815 bytes result sent to driver
22:13:02.576 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 126.0 in stage 3.0 (TID 137) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 126, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.577 [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)
22:13:02.577 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 125.0 in stage 3.0 (TID 136) in 24 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (126/200)
22:13:02.582 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (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
22:13:02.582 [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
22:13:02.585 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (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
22:13:02.585 [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
22:13:02.594 [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). 8815 bytes result sent to driver
22:13:02.595 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 127.0 in stage 3.0 (TID 138) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 127, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.596 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 126.0 in stage 3.0 (TID 137) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (127/200)
22:13:02.596 [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)
22:13:02.602 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (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
22:13:02.602 [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
22:13:02.605 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (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
22:13:02.606 [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
22:13:02.619 [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). 8815 bytes result sent to driver
22:13:02.620 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 128.0 in stage 3.0 (TID 139) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.620 [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)
22:13:02.621 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 127.0 in stage 3.0 (TID 138) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (128/200)
22:13:02.625 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (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
22:13:02.625 [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
22:13:02.627 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (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
22:13:02.627 [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
22:13:02.636 [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). 8815 bytes result sent to driver
22:13:02.637 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 129.0 in stage 3.0 (TID 140) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 129, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.638 [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)
22:13:02.638 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 128.0 in stage 3.0 (TID 139) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (129/200)
22:13:02.641 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (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
22:13:02.641 [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
22:13:02.644 [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
22:13:02.644 [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
22:13:02.654 [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). 8815 bytes result sent to driver
22:13:02.655 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 130.0 in stage 3.0 (TID 141) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 130, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.655 [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)
22:13:02.656 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 129.0 in stage 3.0 (TID 140) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (130/200)
22:13:02.659 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (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
22:13:02.659 [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
22:13:02.661 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (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
22:13:02.662 [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
22:13:02.672 [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). 8815 bytes result sent to driver
22:13:02.673 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 131.0 in stage 3.0 (TID 142) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 131, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.673 [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)
22:13:02.674 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 130.0 in stage 3.0 (TID 141) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (131/200)
22:13:02.678 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (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
22:13:02.678 [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
22:13:02.680 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (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
22:13:02.680 [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
22:13:02.689 [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). 8815 bytes result sent to driver
22:13:02.690 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 132.0 in stage 3.0 (TID 143) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 132, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.691 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 131.0 in stage 3.0 (TID 142) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (132/200)
22:13:02.691 [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)
22:13:02.697 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (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
22:13:02.697 [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
22:13:02.700 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (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
22:13:02.701 [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
22:13:02.713 [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). 8815 bytes result sent to driver
22:13:02.714 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 133.0 in stage 3.0 (TID 144) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 133, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.715 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 132.0 in stage 3.0 (TID 143) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (133/200)
22:13:02.715 [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)
22:13:02.719 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (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
22:13:02.719 [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
22:13:02.722 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (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
22:13:02.722 [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
22:13:02.731 [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). 8815 bytes result sent to driver
22:13:02.732 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 134.0 in stage 3.0 (TID 145) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 134, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.733 [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)
22:13:02.733 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 133.0 in stage 3.0 (TID 144) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (134/200)
22:13:02.737 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (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
22:13:02.738 [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
22:13:02.740 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (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
22:13:02.740 [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
22:13:02.753 [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). 8815 bytes result sent to driver
22:13:02.754 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 135.0 in stage 3.0 (TID 146) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 135, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.754 [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)
22:13:02.754 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 134.0 in stage 3.0 (TID 145) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (135/200)
22:13:02.758 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (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
22:13:02.758 [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
22:13:02.760 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (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
22:13:02.760 [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
22:13:02.769 [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). 8815 bytes result sent to driver
22:13:02.769 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 136.0 in stage 3.0 (TID 147) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 136, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.770 [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)
22:13:02.770 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 135.0 in stage 3.0 (TID 146) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (136/200)
22:13:02.775 [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
22:13:02.775 [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
22:13:02.777 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (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
22:13:02.778 [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
22:13:02.790 [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). 8815 bytes result sent to driver
22:13:02.791 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 137.0 in stage 3.0 (TID 148) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 137, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.791 [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)
22:13:02.792 [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-5k54.c.gcp-upstream.internal (executor driver) (137/200)
22:13:02.797 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (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
22:13:02.797 [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
22:13:02.799 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (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
22:13:02.800 [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
22:13:02.812 [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). 8815 bytes result sent to driver
22:13:02.813 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 138.0 in stage 3.0 (TID 149) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 138, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.813 [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)
22:13:02.813 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 137.0 in stage 3.0 (TID 148) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (138/200)
22:13:02.817 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (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
22:13:02.818 [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
22:13:02.820 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (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
22:13:02.820 [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
22:13:02.829 [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). 8815 bytes result sent to driver
22:13:02.829 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 139.0 in stage 3.0 (TID 150) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 139, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.830 [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)
22:13:02.830 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 138.0 in stage 3.0 (TID 149) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (139/200)
22:13:02.835 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (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
22:13:02.835 [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
22:13:02.838 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (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
22:13:02.838 [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
22:13:02.852 [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). 8815 bytes result sent to driver
22:13:02.853 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 140.0 in stage 3.0 (TID 151) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 140, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.854 [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)
22:13:02.854 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 139.0 in stage 3.0 (TID 150) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (140/200)
22:13:02.857 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (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
22:13:02.858 [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
22:13:02.859 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (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
22:13:02.860 [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
22:13:02.868 [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). 8815 bytes result sent to driver
22:13:02.870 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 141.0 in stage 3.0 (TID 152) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 141, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.871 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 140.0 in stage 3.0 (TID 151) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (141/200)
22:13:02.871 [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)
22:13:02.876 [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
22:13:02.876 [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
22:13:02.879 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (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
22:13:02.879 [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
22:13:02.887 [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). 8815 bytes result sent to driver
22:13:02.888 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 142.0 in stage 3.0 (TID 153) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 142, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.889 [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)
22:13:02.889 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 141.0 in stage 3.0 (TID 152) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (142/200)
22:13:02.893 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Getting 4 (5.9 KiB) non-empty blocks including 4 (5.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
22:13:02.893 [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
22:13:02.895 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (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
22:13:02.896 [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
22:13:02.905 [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). 8815 bytes result sent to driver
22:13:02.906 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 143.0 in stage 3.0 (TID 154) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 143, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.906 [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)
22:13:02.907 [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-5k54.c.gcp-upstream.internal (executor driver) (143/200)
22:13:02.912 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (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
22:13:02.912 [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
22:13:02.915 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (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
22:13:02.915 [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
22:13:02.928 [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). 8815 bytes result sent to driver
22:13:02.929 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 144.0 in stage 3.0 (TID 155) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 144, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.929 [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)
22:13:02.930 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 143.0 in stage 3.0 (TID 154) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (144/200)
22:13:02.933 [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
22:13:02.933 [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
22:13:02.935 [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
22:13:02.936 [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
22:13:02.945 [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). 8815 bytes result sent to driver
22:13:02.946 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 145.0 in stage 3.0 (TID 156) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 145, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.947 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 144.0 in stage 3.0 (TID 155) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (145/200)
22:13:02.947 [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)
22:13:02.950 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (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
22:13:02.950 [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
22:13:02.952 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (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
22:13:02.953 [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
22:13:02.961 [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). 8815 bytes result sent to driver
22:13:02.962 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 146.0 in stage 3.0 (TID 157) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 146, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.962 [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)
22:13:02.962 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 145.0 in stage 3.0 (TID 156) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (146/200)
22:13:02.967 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (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
22:13:02.967 [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
22:13:02.970 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (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
22:13:02.970 [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
22:13:02.983 [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). 8815 bytes result sent to driver
22:13:02.984 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 147.0 in stage 3.0 (TID 158) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 147, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:02.984 [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)
22:13:02.984 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 146.0 in stage 3.0 (TID 157) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (147/200)
22:13:02.988 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (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
22:13:02.988 [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
22:13:02.990 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (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
22:13:02.990 [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
22:13:03.000 [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). 8815 bytes result sent to driver
22:13:03.001 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 148.0 in stage 3.0 (TID 159) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 148, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.002 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 147.0 in stage 3.0 (TID 158) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (148/200)
22:13:03.002 [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)
22:13:03.006 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (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
22:13:03.006 [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
22:13:03.008 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (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
22:13:03.008 [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
22:13:03.017 [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). 8815 bytes result sent to driver
22:13:03.018 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 149.0 in stage 3.0 (TID 160) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 149, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.019 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 148.0 in stage 3.0 (TID 159) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (149/200)
22:13:03.019 [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)
22:13:03.023 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (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
22:13:03.023 [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
22:13:03.025 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (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
22:13:03.025 [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
22:13:03.034 [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). 8815 bytes result sent to driver
22:13:03.035 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 150.0 in stage 3.0 (TID 161) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 150, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.036 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 149.0 in stage 3.0 (TID 160) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (150/200)
22:13:03.036 [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)
22:13:03.041 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (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
22:13:03.042 [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
22:13:03.044 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (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
22:13:03.044 [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
22:13:03.056 [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). 8815 bytes result sent to driver
22:13:03.057 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 151.0 in stage 3.0 (TID 162) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 151, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.058 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 150.0 in stage 3.0 (TID 161) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (151/200)
22:13:03.058 [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)
22:13:03.062 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (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
22:13:03.062 [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
22:13:03.064 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (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
22:13:03.064 [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
22:13:03.082 [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). 8944 bytes result sent to driver
22:13:03.083 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 152.0 in stage 3.0 (TID 163) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 152, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.083 [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)
22:13:03.084 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 151.0 in stage 3.0 (TID 162) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (152/200)
22:13:03.087 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (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
22:13:03.088 [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
22:13:03.090 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (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
22:13:03.090 [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
22:13:03.099 [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). 8815 bytes result sent to driver
22:13:03.100 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 153.0 in stage 3.0 (TID 164) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 153, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.101 [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-5k54.c.gcp-upstream.internal (executor driver) (153/200)
22:13:03.101 [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)
22:13:03.104 [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
22:13:03.104 [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
22:13:03.106 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (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
22:13:03.107 [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
22:13:03.115 [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). 8815 bytes result sent to driver
22:13:03.116 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 154.0 in stage 3.0 (TID 165) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 154, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.116 [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)
22:13:03.116 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 153.0 in stage 3.0 (TID 164) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (154/200)
22:13:03.120 [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
22:13:03.121 [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
22:13:03.123 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (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
22:13:03.123 [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
22:13:03.131 [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). 8815 bytes result sent to driver
22:13:03.132 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 155.0 in stage 3.0 (TID 166) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 155, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.133 [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)
22:13:03.133 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 154.0 in stage 3.0 (TID 165) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (155/200)
22:13:03.137 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (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
22:13:03.137 [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
22:13:03.139 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (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
22:13:03.139 [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
22:13:03.147 [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). 8815 bytes result sent to driver
22:13:03.148 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 156.0 in stage 3.0 (TID 167) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 156, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.149 [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)
22:13:03.149 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 155.0 in stage 3.0 (TID 166) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (156/200)
22:13:03.153 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (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
22:13:03.154 [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
22:13:03.156 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (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
22:13:03.156 [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
22:13:03.168 [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). 8815 bytes result sent to driver
22:13:03.169 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 157.0 in stage 3.0 (TID 168) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 157, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.169 [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)
22:13:03.169 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 156.0 in stage 3.0 (TID 167) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (157/200)
22:13:03.173 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (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
22:13:03.173 [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
22:13:03.174 [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
22:13:03.175 [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
22:13:03.194 [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). 8858 bytes result sent to driver
22:13:03.195 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 158.0 in stage 3.0 (TID 169) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 158, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.195 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 157.0 in stage 3.0 (TID 168) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (158/200)
22:13:03.195 [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)
22:13:03.200 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (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
22:13:03.201 [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
22:13:03.203 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (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
22:13:03.204 [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
22:13:03.215 [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). 8815 bytes result sent to driver
22:13:03.216 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 159.0 in stage 3.0 (TID 170) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 159, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.217 [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)
22:13:03.217 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 158.0 in stage 3.0 (TID 169) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (159/200)
22:13:03.221 [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
22:13:03.221 [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
22:13:03.223 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (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
22:13:03.223 [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
22:13:03.232 [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). 8815 bytes result sent to driver
22:13:03.233 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 160.0 in stage 3.0 (TID 171) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 160, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.234 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 159.0 in stage 3.0 (TID 170) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (160/200)
22:13:03.234 [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)
22:13:03.238 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (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
22:13:03.238 [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
22:13:03.240 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (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
22:13:03.240 [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
22:13:03.249 [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). 8815 bytes result sent to driver
22:13:03.250 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 161.0 in stage 3.0 (TID 172) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 161, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.250 [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)
22:13:03.251 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 160.0 in stage 3.0 (TID 171) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (161/200)
22:13:03.254 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (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
22:13:03.254 [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
22:13:03.256 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (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
22:13:03.256 [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
22:13:03.265 [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). 8815 bytes result sent to driver
22:13:03.266 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 162.0 in stage 3.0 (TID 173) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 162, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.266 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 161.0 in stage 3.0 (TID 172) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (162/200)
22:13:03.266 [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)
22:13:03.270 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (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
22:13:03.271 [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
22:13:03.273 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (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
22:13:03.273 [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
22:13:03.284 [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). 8815 bytes result sent to driver
22:13:03.285 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 163.0 in stage 3.0 (TID 174) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 163, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.285 [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)
22:13:03.285 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 162.0 in stage 3.0 (TID 173) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (163/200)
22:13:03.289 [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
22:13:03.289 [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
22:13:03.291 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (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
22:13:03.291 [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
22:13:03.300 [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). 8815 bytes result sent to driver
22:13:03.301 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 164.0 in stage 3.0 (TID 175) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 164, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.302 [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)
22:13:03.302 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 163.0 in stage 3.0 (TID 174) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (164/200)
22:13:03.305 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (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
22:13:03.305 [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
22:13:03.308 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (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
22:13:03.308 [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
22:13:03.316 [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). 8815 bytes result sent to driver
22:13:03.317 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 165.0 in stage 3.0 (TID 176) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 165, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.317 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 164.0 in stage 3.0 (TID 175) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (165/200)
22:13:03.317 [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)
22:13:03.321 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (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
22:13:03.321 [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
22:13:03.323 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (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
22:13:03.323 [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
22:13:03.332 [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). 8815 bytes result sent to driver
22:13:03.333 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 166.0 in stage 3.0 (TID 177) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 166, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.333 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 165.0 in stage 3.0 (TID 176) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (166/200)
22:13:03.333 [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)
22:13:03.338 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (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
22:13:03.339 [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
22:13:03.342 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (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
22:13:03.342 [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
22:13:03.354 [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). 8815 bytes result sent to driver
22:13:03.355 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 167.0 in stage 3.0 (TID 178) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 167, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.355 [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)
22:13:03.355 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 166.0 in stage 3.0 (TID 177) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (167/200)
22:13:03.359 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (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
22:13:03.359 [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
22:13:03.361 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (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
22:13:03.361 [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
22:13:03.369 [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). 8815 bytes result sent to driver
22:13:03.370 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 168.0 in stage 3.0 (TID 179) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 168, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.370 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 167.0 in stage 3.0 (TID 178) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (168/200)
22:13:03.370 [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)
22:13:03.373 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (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
22:13:03.374 [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
22:13:03.375 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (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
22:13:03.375 [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
22:13:03.384 [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). 8815 bytes result sent to driver
22:13:03.385 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 169.0 in stage 3.0 (TID 180) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 169, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.385 [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)
22:13:03.385 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 168.0 in stage 3.0 (TID 179) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (169/200)
22:13:03.389 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (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
22:13:03.389 [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
22:13:03.391 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (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
22:13:03.391 [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
22:13:03.399 [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). 8815 bytes result sent to driver
22:13:03.400 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 170.0 in stage 3.0 (TID 181) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 170, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.401 [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)
22:13:03.401 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 169.0 in stage 3.0 (TID 180) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (170/200)
22:13:03.405 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (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
22:13:03.405 [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
22:13:03.408 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (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
22:13:03.408 [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
22:13:03.420 [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). 8815 bytes result sent to driver
22:13:03.420 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 171.0 in stage 3.0 (TID 182) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 171, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.421 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 170.0 in stage 3.0 (TID 181) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (171/200)
22:13:03.421 [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)
22:13:03.425 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (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
22:13:03.425 [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
22:13:03.427 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (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
22:13:03.427 [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
22:13:03.435 [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). 8815 bytes result sent to driver
22:13:03.435 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 172.0 in stage 3.0 (TID 183) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 172, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.436 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 171.0 in stage 3.0 (TID 182) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (172/200)
22:13:03.436 [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)
22:13:03.440 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (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
22:13:03.440 [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
22:13:03.442 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (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
22:13:03.442 [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
22:13:03.450 [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). 8815 bytes result sent to driver
22:13:03.451 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 173.0 in stage 3.0 (TID 184) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 173, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.452 [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-5k54.c.gcp-upstream.internal (executor driver) (173/200)
22:13:03.452 [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)
22:13:03.455 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (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
22:13:03.455 [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
22:13:03.457 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (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
22:13:03.457 [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
22:13:03.468 [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). 8815 bytes result sent to driver
22:13:03.469 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 174.0 in stage 3.0 (TID 185) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 174, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.469 [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)
22:13:03.469 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 173.0 in stage 3.0 (TID 184) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (174/200)
22:13:03.473 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (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
22:13:03.473 [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
22:13:03.476 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (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
22:13:03.476 [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
22:13:03.485 [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). 8815 bytes result sent to driver
22:13:03.486 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 175.0 in stage 3.0 (TID 186) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 175, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.486 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 174.0 in stage 3.0 (TID 185) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (175/200)
22:13:03.486 [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)
22:13:03.490 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (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
22:13:03.491 [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
22:13:03.493 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (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
22:13:03.493 [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
22:13:03.502 [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). 8815 bytes result sent to driver
22:13:03.503 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 176.0 in stage 3.0 (TID 187) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 176, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.503 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 175.0 in stage 3.0 (TID 186) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (176/200)
22:13:03.503 [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)
22:13:03.508 [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
22:13:03.508 [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
22:13:03.511 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (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
22:13:03.511 [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
22:13:03.523 [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). 8815 bytes result sent to driver
22:13:03.524 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 177.0 in stage 3.0 (TID 188) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 177, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.524 [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)
22:13:03.524 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 176.0 in stage 3.0 (TID 187) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (177/200)
22:13:03.529 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (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
22:13:03.529 [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
22:13:03.531 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (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
22:13:03.531 [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
22:13:03.540 [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). 8815 bytes result sent to driver
22:13:03.541 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 178.0 in stage 3.0 (TID 189) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 178, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.541 [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)
22:13:03.541 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 177.0 in stage 3.0 (TID 188) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (178/200)
22:13:03.546 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (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
22:13:03.546 [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
22:13:03.548 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (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
22:13:03.548 [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
22:13:03.556 [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). 8815 bytes result sent to driver
22:13:03.557 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 179.0 in stage 3.0 (TID 190) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 179, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.557 [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-5k54.c.gcp-upstream.internal (executor driver) (179/200)
22:13:03.557 [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)
22:13:03.562 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (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
22:13:03.562 [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
22:13:03.564 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (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
22:13:03.564 [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
22:13:03.572 [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). 8815 bytes result sent to driver
22:13:03.573 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 180.0 in stage 3.0 (TID 191) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 180, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.574 [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)
22:13:03.574 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 179.0 in stage 3.0 (TID 190) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (180/200)
22:13:03.579 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (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
22:13:03.579 [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
22:13:03.582 [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
22:13:03.582 [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
22:13:03.594 [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). 8815 bytes result sent to driver
22:13:03.596 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 181.0 in stage 3.0 (TID 192) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 181, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.596 [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)
22:13:03.596 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 180.0 in stage 3.0 (TID 191) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (181/200)
22:13:03.600 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (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
22:13:03.600 [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
22:13:03.602 [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
22:13:03.602 [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
22:13:03.611 [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). 8815 bytes result sent to driver
22:13:03.612 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 182.0 in stage 3.0 (TID 193) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 182, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.612 [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)
22:13:03.612 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 181.0 in stage 3.0 (TID 192) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (182/200)
22:13:03.617 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (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
22:13:03.617 [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
22:13:03.620 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (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
22:13:03.620 [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
22:13:03.633 [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). 8815 bytes result sent to driver
22:13:03.634 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 183.0 in stage 3.0 (TID 194) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 183, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.634 [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)
22:13:03.635 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 182.0 in stage 3.0 (TID 193) in 24 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (183/200)
22:13:03.639 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (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
22:13:03.639 [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
22:13:03.641 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (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
22:13:03.642 [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
22:13:03.652 [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). 8815 bytes result sent to driver
22:13:03.653 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 184.0 in stage 3.0 (TID 195) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 184, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.653 [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)
22:13:03.653 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 183.0 in stage 3.0 (TID 194) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (184/200)
22:13:03.657 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (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
22:13:03.657 [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
22:13:03.659 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (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
22:13:03.659 [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
22:13:03.667 [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). 8815 bytes result sent to driver
22:13:03.668 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 185.0 in stage 3.0 (TID 196) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 185, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.668 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 184.0 in stage 3.0 (TID 195) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (185/200)
22:13:03.668 [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)
22:13:03.672 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (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
22:13:03.672 [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
22:13:03.674 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (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
22:13:03.675 [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
22:13:03.684 [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). 8815 bytes result sent to driver
22:13:03.685 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 186.0 in stage 3.0 (TID 197) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 186, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.685 [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)
22:13:03.685 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 185.0 in stage 3.0 (TID 196) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (186/200)
22:13:03.689 [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
22:13:03.690 [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
22:13:03.692 [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
22:13:03.692 [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
22:13:03.701 [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). 8815 bytes result sent to driver
22:13:03.702 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 187.0 in stage 3.0 (TID 198) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 187, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.702 [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)
22:13:03.703 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 186.0 in stage 3.0 (TID 197) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (187/200)
22:13:03.708 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (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
22:13:03.708 [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
22:13:03.710 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (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
22:13:03.711 [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
22:13:03.723 [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). 8815 bytes result sent to driver
22:13:03.723 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 188.0 in stage 3.0 (TID 199) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 188, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.724 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 187.0 in stage 3.0 (TID 198) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (188/200)
22:13:03.724 [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)
22:13:03.728 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (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
22:13:03.728 [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
22:13:03.730 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (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
22:13:03.730 [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
22:13:03.738 [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). 8815 bytes result sent to driver
22:13:03.739 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 189.0 in stage 3.0 (TID 200) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 189, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.739 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 188.0 in stage 3.0 (TID 199) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (189/200)
22:13:03.739 [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)
22:13:03.743 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (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
22:13:03.743 [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
22:13:03.745 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (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
22:13:03.745 [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
22:13:03.754 [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). 8815 bytes result sent to driver
22:13:03.755 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 190.0 in stage 3.0 (TID 201) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 190, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.755 [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)
22:13:03.755 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 189.0 in stage 3.0 (TID 200) in 17 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (190/200)
22:13:03.760 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (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
22:13:03.760 [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
22:13:03.763 [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
22:13:03.763 [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
22:13:03.774 [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). 8815 bytes result sent to driver
22:13:03.775 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 191.0 in stage 3.0 (TID 202) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 191, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.776 [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-5k54.c.gcp-upstream.internal (executor driver) (191/200)
22:13:03.776 [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)
22:13:03.780 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (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
22:13:03.781 [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
22:13:03.783 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (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
22:13:03.783 [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
22:13:03.796 [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). 8815 bytes result sent to driver
22:13:03.797 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 192.0 in stage 3.0 (TID 203) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 192, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.797 [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)
22:13:03.798 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 191.0 in stage 3.0 (TID 202) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (192/200)
22:13:03.802 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (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
22:13:03.802 [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
22:13:03.805 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (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
22:13:03.805 [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
22:13:03.816 [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). 8815 bytes result sent to driver
22:13:03.817 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 193.0 in stage 3.0 (TID 204) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 193, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.817 [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)
22:13:03.817 [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-5k54.c.gcp-upstream.internal (executor driver) (193/200)
22:13:03.821 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (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
22:13:03.821 [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
22:13:03.823 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (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
22:13:03.823 [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
22:13:03.845 [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). 8858 bytes result sent to driver
22:13:03.846 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 194.0 in stage 3.0 (TID 205) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 194, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.846 [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)
22:13:03.847 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 193.0 in stage 3.0 (TID 204) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (194/200)
22:13:03.851 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (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
22:13:03.851 [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
22:13:03.854 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (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
22:13:03.854 [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
22:13:03.866 [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). 8815 bytes result sent to driver
22:13:03.866 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 195.0 in stage 3.0 (TID 206) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 195, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.867 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 194.0 in stage 3.0 (TID 205) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (195/200)
22:13:03.867 [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)
22:13:03.871 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (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
22:13:03.871 [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
22:13:03.873 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (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
22:13:03.873 [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
22:13:03.883 [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). 8815 bytes result sent to driver
22:13:03.884 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 196.0 in stage 3.0 (TID 207) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 196, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.884 [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)
22:13:03.884 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 195.0 in stage 3.0 (TID 206) in 18 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (196/200)
22:13:03.888 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (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
22:13:03.889 [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
22:13:03.891 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (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
22:13:03.891 [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
22:13:03.901 [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). 8815 bytes result sent to driver
22:13:03.902 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 197.0 in stage 3.0 (TID 208) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 197, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.903 [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)
22:13:03.903 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 196.0 in stage 3.0 (TID 207) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (197/200)
22:13:03.908 [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
22:13:03.909 [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
22:13:03.912 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (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
22:13:03.912 [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
22:13:03.921 [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). 8815 bytes result sent to driver
22:13:03.922 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 198.0 in stage 3.0 (TID 209) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 198, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.922 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 197.0 in stage 3.0 (TID 208) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (198/200)
22:13:03.922 [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)
22:13:03.926 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (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
22:13:03.926 [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
22:13:03.928 [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
22:13:03.928 [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
22:13:03.935 [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). 8815 bytes result sent to driver
22:13:03.936 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 199.0 in stage 3.0 (TID 210) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 199, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
22:13:03.937 [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)
22:13:03.937 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 198.0 in stage 3.0 (TID 209) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (199/200)
22:13:03.941 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (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
22:13:03.941 [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
22:13:03.943 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (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
22:13:03.943 [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
22:13:03.951 [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). 8815 bytes result sent to driver
22:13:03.952 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 211) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5028 bytes) taskResourceAssignments Map()
22:13:03.952 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 199.0 in stage 3.0 (TID 210) in 16 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (200/200)
22:13:03.953 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
22:13:03.953 [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)
22:13:03.953 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 3 (collect at IntegrationTestBigLinkedList.scala:421) finished in 6.068 s
22:13:03.954 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
22:13:03.954 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6, ShuffleMapStage 4)
22:13:03.954 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
22:13:03.954 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
22:13:03.956 [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
22:13:04.004 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10034 rows, more = false, responseScanTimestamp = 7317448228715659264) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=abd2d6dde7e2478eaf0426afc31a7978, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.070 [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). 6373 bytes result sent to driver
22:13:04.071 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 4.0 (TID 212) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5028 bytes) taskResourceAssignments Map()
22:13:04.072 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 211) in 120 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/4)
22:13:04.072 [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)
22:13:04.075 [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
22:13:04.121 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9934 rows, more = false, responseScanTimestamp = 7317448229194719232) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ca323f27ce7f405ebb880439376f20c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.206 [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). 6373 bytes result sent to driver
22:13:04.207 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 4.0 (TID 213) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5028 bytes) taskResourceAssignments Map()
22:13:04.208 [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)
22:13:04.208 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 212) in 137 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (3/4)
22:13:04.211 [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
22:13:04.244 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9986 rows, more = false, responseScanTimestamp = 7317448229756923904) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ba562f8baf9341e99b82b5c4bfd36ebc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.326 [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). 6373 bytes result sent to driver
22:13:04.327 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 214) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5028 bytes) taskResourceAssignments Map()
22:13:04.328 [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)
22:13:04.328 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 4.0 (TID 213) in 121 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (4/4)
22:13:04.328 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
22:13:04.329 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 4 (collect at IntegrationTestBigLinkedList.scala:421) finished in 8.246 s
22:13:04.329 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
22:13:04.329 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6)
22:13:04.329 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
22:13:04.329 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
22:13:04.332 [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
22:13:04.361 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10049 rows, more = false, responseScanTimestamp = 7317448230280146944) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=3cfacab7fb4b4404b39b69deeb1e851f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.448 [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). 6373 bytes result sent to driver
22:13:04.449 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 5.0 (TID 215) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5028 bytes) taskResourceAssignments Map()
22:13:04.449 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 214) in 122 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/4)
22:13:04.449 [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)
22:13:04.453 [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
22:13:04.484 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10034 rows, more = false, responseScanTimestamp = 7317448230757933056) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=abd2d6dde7e2478eaf0426afc31a7978, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.595 [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). 6416 bytes result sent to driver
22:13:04.596 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 5.0 (TID 216) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5028 bytes) taskResourceAssignments Map()
22:13:04.597 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 215) in 149 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/4)
22:13:04.597 [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)
22:13:04.601 [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
22:13:04.632 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9934 rows, more = false, responseScanTimestamp = 7317448231366115328) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ca323f27ce7f405ebb880439376f20c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.682 [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). 6373 bytes result sent to driver
22:13:04.683 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 5.0 (TID 217) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5028 bytes) taskResourceAssignments Map()
22:13:04.684 [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)
22:13:04.684 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 5.0 (TID 216) in 88 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (3/4)
22:13:04.687 [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
22:13:04.720 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9986 rows, more = false, responseScanTimestamp = 7317448231713710080) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ba562f8baf9341e99b82b5c4bfd36ebc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.774 [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). 6373 bytes result sent to driver
22:13:04.775 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 218) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5006 bytes) taskResourceAssignments Map()
22:13:04.775 [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)
22:13:04.775 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 5.0 (TID 217) in 92 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (4/4)
22:13:04.776 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
22:13:04.776 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 5 (collect at IntegrationTestBigLinkedList.scala:421) finished in 8.681 s
22:13:04.776 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
22:13:04.776 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 6)
22:13:04.776 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
22:13:04.777 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
22:13:04.778 [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
22:13:04.797 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10049 rows, more = false, responseScanTimestamp = 7317448232078843904) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=3cfacab7fb4b4404b39b69deeb1e851f, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.857 [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). 5945 bytes result sent to driver
22:13:04.858 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 219) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5006 bytes) taskResourceAssignments Map()
22:13:04.859 [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)
22:13:04.859 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 218) in 84 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/4)
22:13:04.861 [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
22:13:04.881 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10034 rows, more = false, responseScanTimestamp = 7317448232406720512) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=abd2d6dde7e2478eaf0426afc31a7978, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.929 [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). 5945 bytes result sent to driver
22:13:04.930 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 6.0 (TID 220) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5006 bytes) taskResourceAssignments Map()
22:13:04.931 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 219) in 73 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/4)
22:13:04.931 [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)
22:13:04.933 [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
22:13:04.949 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9934 rows, more = false, responseScanTimestamp = 7317448232704102400) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ca323f27ce7f405ebb880439376f20c7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:04.992 [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). 5945 bytes result sent to driver
22:13:04.993 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 6.0 (TID 221) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5006 bytes) taskResourceAssignments Map()
22:13:04.994 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 220) in 64 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (3/4)
22:13:04.994 [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)
22:13:04.997 [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
22:13:05.014 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9986 rows, more = false, responseScanTimestamp = 7317448232967544832) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=ba562f8baf9341e99b82b5c4bfd36ebc, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
22:13:05.089 [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). 5988 bytes result sent to driver
22:13:05.090 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 221) in 97 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (4/4)
22:13:05.091 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
22:13:05.091 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 6 (collect at IntegrationTestBigLinkedList.scala:421) finished in 8.984 s
22:13:05.091 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
22:13:05.091 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set()
22:13:05.091 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
22:13:05.092 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
22:13:05.092 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 7 (MapPartitionsRDD[27] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
22:13:05.112 [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)
22:13:05.114 [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)
22:13:05.115 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 32.1 KiB, free: 1993.8 MiB)
22:13:05.115 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
22:13:05.117 [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))
22:13:05.117 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 200 tasks resource profile 0
22:13:05.120 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 222) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.120 [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)
22:13:05.127 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (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
22:13:05.128 [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
22:13:05.132 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (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
22:13:05.132 [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
22:13:05.146 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 7.746778 ms
22:13:05.156 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (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
22:13:05.157 [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
22:13:05.170 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 9.383375 ms
22:13:05.178 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 6.4532 ms
22:13:05.189 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 7.244287 ms
22:13:05.200 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 7.438478 ms
22:13:05.220 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 11.766587 ms
22:13:05.250 [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). 11411 bytes result sent to driver
22:13:05.251 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 7.0 (TID 223) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.252 [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)
22:13:05.252 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 222) in 133 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/200)
22:13:05.258 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (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
22:13:05.259 [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
22:13:05.261 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (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
22:13:05.262 [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
22:13:05.270 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (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
22:13:05.270 [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
22:13:05.295 [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). 11411 bytes result sent to driver
22:13:05.296 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 7.0 (TID 224) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 2, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.296 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 7.0 (TID 223) in 45 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/200)
22:13:05.296 [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)
22:13:05.303 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (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
22:13:05.303 [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
22:13:05.306 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (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
22:13:05.306 [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
22:13:05.314 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (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
22:13:05.314 [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
22:13:05.338 [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). 11411 bytes result sent to driver
22:13:05.338 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 7.0 (TID 225) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 3, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.339 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 7.0 (TID 224) in 43 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (3/200)
22:13:05.339 [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)
22:13:05.352 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (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
22:13:05.352 [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
22:13:05.354 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (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
22:13:05.354 [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
22:13:05.360 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (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
22:13:05.360 [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
22:13:05.380 [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). 11411 bytes result sent to driver
22:13:05.381 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 7.0 (TID 226) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 4, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.381 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 7.0 (TID 225) in 43 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (4/200)
22:13:05.382 [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)
22:13:05.386 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (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
22:13:05.386 [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
22:13:05.388 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (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
22:13:05.388 [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
22:13:05.394 [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
22:13:05.394 [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
22:13:05.409 [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). 11411 bytes result sent to driver
22:13:05.410 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 5.0 in stage 7.0 (TID 227) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.410 [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)
22:13:05.410 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 7.0 (TID 226) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (5/200)
22:13:05.415 [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
22:13:05.415 [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
22:13:05.417 [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
22:13:05.417 [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
22:13:05.423 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (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
22:13:05.423 [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
22:13:05.439 [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). 11411 bytes result sent to driver
22:13:05.440 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 6.0 in stage 7.0 (TID 228) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 6, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.440 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 5.0 in stage 7.0 (TID 227) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (6/200)
22:13:05.440 [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)
22:13:05.445 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (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
22:13:05.445 [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
22:13:05.447 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (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
22:13:05.447 [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
22:13:05.453 [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
22:13:05.453 [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
22:13:05.470 [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). 11411 bytes result sent to driver
22:13:05.470 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 7.0 in stage 7.0 (TID 229) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 7, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.471 [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)
22:13:05.471 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 6.0 in stage 7.0 (TID 228) in 32 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (7/200)
22:13:05.475 [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
22:13:05.475 [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
22:13:05.478 [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
22:13:05.478 [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
22:13:05.485 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (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
22:13:05.485 [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
22:13:05.501 [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). 11411 bytes result sent to driver
22:13:05.502 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 8.0 in stage 7.0 (TID 230) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 8, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.503 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 7.0 in stage 7.0 (TID 229) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (8/200)
22:13:05.503 [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)
22:13:05.509 [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
22:13:05.509 [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
22:13:05.512 [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
22:13:05.512 [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
22:13:05.520 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (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
22:13:05.520 [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
22:13:05.721 [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). 11454 bytes result sent to driver
22:13:05.722 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 9.0 in stage 7.0 (TID 231) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 9, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.723 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 8.0 in stage 7.0 (TID 230) in 221 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (9/200)
22:13:05.723 [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)
22:13:05.728 [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
22:13:05.728 [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
22:13:05.730 [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
22:13:05.730 [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
22:13:05.736 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (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
22:13:05.736 [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
22:13:05.752 [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). 11411 bytes result sent to driver
22:13:05.753 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 10.0 in stage 7.0 (TID 232) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 10, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.753 [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)
22:13:05.753 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 9.0 in stage 7.0 (TID 231) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (10/200)
22:13:05.759 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (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
22:13:05.760 [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
22:13:05.762 [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
22:13:05.763 [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
22:13:05.771 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (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
22:13:05.771 [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
22:13:05.790 [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). 11411 bytes result sent to driver
22:13:05.791 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 11.0 in stage 7.0 (TID 233) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 11, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.791 [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)
22:13:05.791 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 10.0 in stage 7.0 (TID 232) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (11/200)
22:13:05.796 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (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
22:13:05.796 [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
22:13:05.798 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (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
22:13:05.799 [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
22:13:05.804 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (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
22:13:05.804 [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
22:13:05.819 [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). 11411 bytes result sent to driver
22:13:05.820 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 12.0 in stage 7.0 (TID 234) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 12, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.820 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 11.0 in stage 7.0 (TID 233) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (12/200)
22:13:05.820 [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)
22:13:05.825 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (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
22:13:05.825 [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
22:13:05.827 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (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
22:13:05.827 [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
22:13:05.832 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (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
22:13:05.832 [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
22:13:05.848 [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). 11411 bytes result sent to driver
22:13:05.849 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 13.0 in stage 7.0 (TID 235) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 13, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.849 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 12.0 in stage 7.0 (TID 234) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (13/200)
22:13:05.849 [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)
22:13:05.856 [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
22:13:05.856 [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
22:13:05.858 [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
22:13:05.859 [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
22:13:05.867 [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
22:13:05.867 [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
22:13:05.889 [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). 11411 bytes result sent to driver
22:13:05.890 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 14.0 in stage 7.0 (TID 236) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 14, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.891 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 13.0 in stage 7.0 (TID 235) in 43 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (14/200)
22:13:05.891 [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)
22:13:05.896 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (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
22:13:05.897 [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
22:13:05.899 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (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
22:13:05.899 [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
22:13:05.904 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (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
22:13:05.904 [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
22:13:05.920 [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). 11411 bytes result sent to driver
22:13:05.921 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 15.0 in stage 7.0 (TID 237) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 15, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.922 [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)
22:13:05.922 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 14.0 in stage 7.0 (TID 236) in 32 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (15/200)
22:13:05.927 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (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
22:13:05.927 [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
22:13:05.929 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (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
22:13:05.929 [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
22:13:05.934 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (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
22:13:05.934 [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
22:13:05.950 [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). 11411 bytes result sent to driver
22:13:05.951 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 16.0 in stage 7.0 (TID 238) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 16, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.952 [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)
22:13:05.952 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 15.0 in stage 7.0 (TID 237) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (16/200)
22:13:05.956 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (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
22:13:05.956 [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
22:13:05.958 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (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
22:13:05.958 [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
22:13:05.964 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (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
22:13:05.964 [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
22:13:05.979 [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). 11411 bytes result sent to driver
22:13:05.980 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 17.0 in stage 7.0 (TID 239) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 17, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:05.981 [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)
22:13:05.981 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 16.0 in stage 7.0 (TID 238) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (17/200)
22:13:05.987 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (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
22:13:05.987 [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
22:13:05.990 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (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
22:13:05.990 [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
22:13:05.998 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (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
22:13:05.998 [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
22:13:06.019 [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). 11411 bytes result sent to driver
22:13:06.020 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 18.0 in stage 7.0 (TID 240) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 18, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.021 [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)
22:13:06.021 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 17.0 in stage 7.0 (TID 239) in 41 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (18/200)
22:13:06.025 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (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
22:13:06.026 [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
22:13:06.027 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (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
22:13:06.028 [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
22:13:06.032 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (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
22:13:06.033 [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
22:13:06.048 [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). 11411 bytes result sent to driver
22:13:06.049 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 19.0 in stage 7.0 (TID 241) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 19, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.049 [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)
22:13:06.049 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 18.0 in stage 7.0 (TID 240) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (19/200)
22:13:06.055 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (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
22:13:06.055 [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
22:13:06.058 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (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
22:13:06.058 [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
22:13:06.065 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (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
22:13:06.065 [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
22:13:06.089 [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). 11411 bytes result sent to driver
22:13:06.090 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 20.0 in stage 7.0 (TID 242) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 20, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.090 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 19.0 in stage 7.0 (TID 241) in 42 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (20/200)
22:13:06.090 [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)
22:13:06.097 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (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
22:13:06.097 [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
22:13:06.100 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (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
22:13:06.100 [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
22:13:06.108 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (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
22:13:06.108 [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
22:13:06.124 [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). 11411 bytes result sent to driver
22:13:06.125 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 21.0 in stage 7.0 (TID 243) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 21, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.126 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 20.0 in stage 7.0 (TID 242) in 36 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (21/200)
22:13:06.126 [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)
22:13:06.130 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (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
22:13:06.130 [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
22:13:06.132 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (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
22:13:06.132 [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
22:13:06.137 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (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
22:13:06.137 [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
22:13:06.152 [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). 11411 bytes result sent to driver
22:13:06.153 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 22.0 in stage 7.0 (TID 244) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 22, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.153 [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)
22:13:06.153 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 21.0 in stage 7.0 (TID 243) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (22/200)
22:13:06.158 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (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
22:13:06.158 [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
22:13:06.159 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (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
22:13:06.159 [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
22:13:06.164 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (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
22:13:06.165 [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
22:13:06.179 [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). 11411 bytes result sent to driver
22:13:06.180 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 23.0 in stage 7.0 (TID 245) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 23, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.181 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 22.0 in stage 7.0 (TID 244) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (23/200)
22:13:06.181 [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)
22:13:06.187 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (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
22:13:06.187 [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
22:13:06.190 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (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
22:13:06.190 [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
22:13:06.197 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (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
22:13:06.198 [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
22:13:06.220 [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). 11411 bytes result sent to driver
22:13:06.220 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 24.0 in stage 7.0 (TID 246) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 24, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.221 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 23.0 in stage 7.0 (TID 245) in 41 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (24/200)
22:13:06.221 [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)
22:13:06.226 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (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
22:13:06.226 [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
22:13:06.228 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (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
22:13:06.228 [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
22:13:06.233 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (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
22:13:06.234 [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
22:13:06.250 [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). 11411 bytes result sent to driver
22:13:06.251 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 25.0 in stage 7.0 (TID 247) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 25, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.251 [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)
22:13:06.251 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 24.0 in stage 7.0 (TID 246) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (25/200)
22:13:06.256 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (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
22:13:06.256 [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
22:13:06.258 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (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
22:13:06.258 [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
22:13:06.264 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (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
22:13:06.265 [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
22:13:06.282 [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). 11411 bytes result sent to driver
22:13:06.283 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 26.0 in stage 7.0 (TID 248) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 26, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.283 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 25.0 in stage 7.0 (TID 247) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (26/200)
22:13:06.284 [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)
22:13:06.289 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (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
22:13:06.290 [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
22:13:06.292 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (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
22:13:06.292 [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
22:13:06.300 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (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
22:13:06.300 [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
22:13:06.322 [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). 11411 bytes result sent to driver
22:13:06.323 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 27.0 in stage 7.0 (TID 249) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 27, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.323 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 26.0 in stage 7.0 (TID 248) in 41 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (27/200)
22:13:06.324 [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)
22:13:06.330 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (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
22:13:06.330 [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
22:13:06.332 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (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
22:13:06.332 [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
22:13:06.338 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (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
22:13:06.338 [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
22:13:06.360 [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). 11411 bytes result sent to driver
22:13:06.361 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 28.0 in stage 7.0 (TID 250) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 28, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.361 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 27.0 in stage 7.0 (TID 249) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (28/200)
22:13:06.361 [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)
22:13:06.365 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (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
22:13:06.365 [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
22:13:06.367 [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
22:13:06.368 [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
22:13:06.373 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (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
22:13:06.373 [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
22:13:06.388 [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). 11411 bytes result sent to driver
22:13:06.389 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 29.0 in stage 7.0 (TID 251) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 29, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.389 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 28.0 in stage 7.0 (TID 250) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (29/200)
22:13:06.390 [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)
22:13:06.396 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (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
22:13:06.396 [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
22:13:06.399 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (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
22:13:06.399 [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
22:13:06.407 [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
22:13:06.407 [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
22:13:06.429 [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). 11411 bytes result sent to driver
22:13:06.439 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 30.0 in stage 7.0 (TID 252) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 30, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.439 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 29.0 in stage 7.0 (TID 251) in 50 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (30/200)
22:13:06.439 [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)
22:13:06.446 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (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
22:13:06.446 [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
22:13:06.449 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (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
22:13:06.449 [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
22:13:06.457 [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
22:13:06.457 [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
22:13:06.480 [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). 11411 bytes result sent to driver
22:13:06.481 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 31.0 in stage 7.0 (TID 253) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 31, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.482 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 30.0 in stage 7.0 (TID 252) in 43 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (31/200)
22:13:06.482 [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)
22:13:06.488 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (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
22:13:06.489 [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
22:13:06.491 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (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
22:13:06.491 [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
22:13:06.499 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (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
22:13:06.499 [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
22:13:06.521 [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). 11411 bytes result sent to driver
22:13:06.522 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 32.0 in stage 7.0 (TID 254) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 32, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.523 [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)
22:13:06.523 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 31.0 in stage 7.0 (TID 253) in 42 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (32/200)
22:13:06.529 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (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
22:13:06.529 [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
22:13:06.532 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (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
22:13:06.533 [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
22:13:06.541 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (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
22:13:06.541 [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
22:13:06.558 [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). 11411 bytes result sent to driver
22:13:06.559 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 33.0 in stage 7.0 (TID 255) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 33, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.560 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 32.0 in stage 7.0 (TID 254) in 38 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (33/200)
22:13:06.560 [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)
22:13:06.566 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (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
22:13:06.566 [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
22:13:06.569 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (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
22:13:06.569 [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
22:13:06.575 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (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
22:13:06.575 [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
22:13:06.593 [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). 11411 bytes result sent to driver
22:13:06.593 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 34.0 in stage 7.0 (TID 256) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 34, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.594 [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)
22:13:06.596 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 33.0 in stage 7.0 (TID 255) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (34/200)
22:13:06.600 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (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
22:13:06.600 [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
22:13:06.602 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (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
22:13:06.602 [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
22:13:06.609 [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
22:13:06.609 [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
22:13:06.631 [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). 11411 bytes result sent to driver
22:13:06.632 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 35.0 in stage 7.0 (TID 257) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 35, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.633 [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)
22:13:06.633 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 34.0 in stage 7.0 (TID 256) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (35/200)
22:13:06.639 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (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
22:13:06.639 [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
22:13:06.641 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (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
22:13:06.641 [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
22:13:06.647 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (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
22:13:06.647 [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
22:13:06.664 [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). 11411 bytes result sent to driver
22:13:06.665 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 36.0 in stage 7.0 (TID 258) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 36, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.666 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 35.0 in stage 7.0 (TID 257) in 34 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (36/200)
22:13:06.666 [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)
22:13:06.672 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (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
22:13:06.672 [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
22:13:06.675 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (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
22:13:06.675 [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
22:13:06.682 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (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
22:13:06.682 [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
22:13:06.704 [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). 11411 bytes result sent to driver
22:13:06.705 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 37.0 in stage 7.0 (TID 259) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 37, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.705 [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)
22:13:06.705 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 36.0 in stage 7.0 (TID 258) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (37/200)
22:13:06.710 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (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
22:13:06.710 [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
22:13:06.712 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (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
22:13:06.712 [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
22:13:06.718 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (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
22:13:06.718 [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
22:13:06.734 [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). 11411 bytes result sent to driver
22:13:06.735 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 38.0 in stage 7.0 (TID 260) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 38, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.735 [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)
22:13:06.736 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 37.0 in stage 7.0 (TID 259) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (38/200)
22:13:06.740 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (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
22:13:06.740 [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
22:13:06.742 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (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
22:13:06.742 [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
22:13:06.747 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (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
22:13:06.747 [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
22:13:06.762 [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). 11411 bytes result sent to driver
22:13:06.763 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 39.0 in stage 7.0 (TID 261) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 39, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.763 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 38.0 in stage 7.0 (TID 260) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (39/200)
22:13:06.763 [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)
22:13:06.767 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (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
22:13:06.767 [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
22:13:06.769 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (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
22:13:06.769 [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
22:13:06.774 [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
22:13:06.774 [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
22:13:06.790 [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). 11411 bytes result sent to driver
22:13:06.790 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 40.0 in stage 7.0 (TID 262) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 40, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.791 [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)
22:13:06.791 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 39.0 in stage 7.0 (TID 261) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (40/200)
22:13:06.795 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (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
22:13:06.795 [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
22:13:06.797 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (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
22:13:06.797 [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
22:13:06.802 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (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
22:13:06.802 [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
22:13:06.819 [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). 11411 bytes result sent to driver
22:13:06.820 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 41.0 in stage 7.0 (TID 263) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 41, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.820 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 40.0 in stage 7.0 (TID 262) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (41/200)
22:13:06.820 [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)
22:13:06.825 [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
22:13:06.825 [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
22:13:06.827 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (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
22:13:06.828 [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
22:13:06.834 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (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
22:13:06.834 [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
22:13:06.856 [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). 11411 bytes result sent to driver
22:13:06.857 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 42.0 in stage 7.0 (TID 264) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 42, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.857 [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-5k54.c.gcp-upstream.internal (executor driver) (42/200)
22:13:06.857 [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)
22:13:06.864 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (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
22:13:06.864 [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
22:13:06.866 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (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
22:13:06.867 [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
22:13:06.875 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (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
22:13:06.876 [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
22:13:06.894 [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). 11411 bytes result sent to driver
22:13:06.895 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 43.0 in stage 7.0 (TID 265) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 43, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.895 [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)
22:13:06.895 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 42.0 in stage 7.0 (TID 264) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (43/200)
22:13:06.900 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (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
22:13:06.900 [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
22:13:06.902 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (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
22:13:06.902 [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
22:13:06.908 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (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
22:13:06.908 [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
22:13:06.925 [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). 11411 bytes result sent to driver
22:13:06.926 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 44.0 in stage 7.0 (TID 266) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 44, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.927 [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)
22:13:06.927 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 43.0 in stage 7.0 (TID 265) in 32 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (44/200)
22:13:06.932 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (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
22:13:06.932 [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
22:13:06.935 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (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
22:13:06.935 [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
22:13:06.942 [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
22:13:06.942 [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
22:13:06.964 [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). 11411 bytes result sent to driver
22:13:06.965 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 45.0 in stage 7.0 (TID 267) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 45, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.965 [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)
22:13:06.966 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 44.0 in stage 7.0 (TID 266) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (45/200)
22:13:06.969 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (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
22:13:06.970 [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
22:13:06.971 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (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
22:13:06.971 [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
22:13:06.976 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (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
22:13:06.976 [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
22:13:06.991 [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). 11411 bytes result sent to driver
22:13:06.992 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 46.0 in stage 7.0 (TID 268) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 46, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:06.992 [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)
22:13:06.992 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 45.0 in stage 7.0 (TID 267) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (46/200)
22:13:06.996 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (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
22:13:06.996 [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
22:13:06.998 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (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
22:13:06.998 [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
22:13:07.003 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (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
22:13:07.003 [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
22:13:07.022 [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). 11411 bytes result sent to driver
22:13:07.023 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 47.0 in stage 7.0 (TID 269) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 47, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.023 [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)
22:13:07.023 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 46.0 in stage 7.0 (TID 268) in 32 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (47/200)
22:13:07.027 [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
22:13:07.028 [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
22:13:07.029 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (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
22:13:07.029 [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
22:13:07.034 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (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
22:13:07.034 [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
22:13:07.050 [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). 11411 bytes result sent to driver
22:13:07.051 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 48.0 in stage 7.0 (TID 270) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 48, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.051 [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)
22:13:07.051 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 47.0 in stage 7.0 (TID 269) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (48/200)
22:13:07.056 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (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
22:13:07.056 [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
22:13:07.057 [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
22:13:07.057 [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
22:13:07.064 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (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
22:13:07.064 [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
22:13:07.078 [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). 11411 bytes result sent to driver
22:13:07.079 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 49.0 in stage 7.0 (TID 271) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 49, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.080 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 48.0 in stage 7.0 (TID 270) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (49/200)
22:13:07.081 [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)
22:13:07.086 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (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
22:13:07.087 [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
22:13:07.089 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (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
22:13:07.090 [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
22:13:07.097 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (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
22:13:07.098 [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
22:13:07.121 [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). 11411 bytes result sent to driver
22:13:07.122 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 50.0 in stage 7.0 (TID 272) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 50, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.122 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 49.0 in stage 7.0 (TID 271) in 43 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (50/200)
22:13:07.122 [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)
22:13:07.127 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (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
22:13:07.127 [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
22:13:07.129 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (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
22:13:07.129 [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
22:13:07.134 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (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
22:13:07.134 [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
22:13:07.149 [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). 11411 bytes result sent to driver
22:13:07.150 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 51.0 in stage 7.0 (TID 273) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 51, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.150 [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)
22:13:07.150 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 50.0 in stage 7.0 (TID 272) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (51/200)
22:13:07.155 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (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
22:13:07.155 [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
22:13:07.157 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (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
22:13:07.157 [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
22:13:07.162 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (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
22:13:07.162 [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
22:13:07.187 [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). 11454 bytes result sent to driver
22:13:07.188 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 52.0 in stage 7.0 (TID 274) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 52, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.188 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 51.0 in stage 7.0 (TID 273) in 38 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (52/200)
22:13:07.188 [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)
22:13:07.192 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (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
22:13:07.192 [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
22:13:07.195 [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
22:13:07.195 [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
22:13:07.200 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (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
22:13:07.200 [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
22:13:07.215 [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). 11411 bytes result sent to driver
22:13:07.216 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 53.0 in stage 7.0 (TID 275) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 53, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.216 [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)
22:13:07.216 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 52.0 in stage 7.0 (TID 274) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (53/200)
22:13:07.220 [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
22:13:07.221 [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
22:13:07.222 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (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
22:13:07.222 [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
22:13:07.228 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (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
22:13:07.228 [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
22:13:07.246 [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). 11411 bytes result sent to driver
22:13:07.247 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 54.0 in stage 7.0 (TID 276) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 54, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.247 [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)
22:13:07.247 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 53.0 in stage 7.0 (TID 275) in 32 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (54/200)
22:13:07.253 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (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
22:13:07.253 [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
22:13:07.255 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (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
22:13:07.256 [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
22:13:07.263 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (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
22:13:07.263 [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
22:13:07.285 [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). 11411 bytes result sent to driver
22:13:07.286 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 55.0 in stage 7.0 (TID 277) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 55, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.286 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 54.0 in stage 7.0 (TID 276) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (55/200)
22:13:07.287 [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)
22:13:07.292 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (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
22:13:07.292 [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
22:13:07.294 [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
22:13:07.294 [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
22:13:07.300 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (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
22:13:07.300 [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
22:13:07.315 [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). 11411 bytes result sent to driver
22:13:07.316 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 56.0 in stage 7.0 (TID 278) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 56, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.316 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 55.0 in stage 7.0 (TID 277) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (56/200)
22:13:07.316 [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)
22:13:07.322 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (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
22:13:07.323 [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
22:13:07.326 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (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
22:13:07.326 [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
22:13:07.332 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (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
22:13:07.332 [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
22:13:07.348 [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). 11411 bytes result sent to driver
22:13:07.349 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 57.0 in stage 7.0 (TID 279) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 57, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.349 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 56.0 in stage 7.0 (TID 278) in 34 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (57/200)
22:13:07.350 [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)
22:13:07.354 [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
22:13:07.354 [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
22:13:07.356 [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
22:13:07.356 [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
22:13:07.360 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (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
22:13:07.361 [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
22:13:07.376 [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). 11411 bytes result sent to driver
22:13:07.377 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 58.0 in stage 7.0 (TID 280) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 58, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.377 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 57.0 in stage 7.0 (TID 279) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (58/200)
22:13:07.377 [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)
22:13:07.383 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (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
22:13:07.383 [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
22:13:07.385 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (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
22:13:07.386 [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
22:13:07.393 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (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
22:13:07.393 [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
22:13:07.411 [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). 11411 bytes result sent to driver
22:13:07.412 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 59.0 in stage 7.0 (TID 281) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 59, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.413 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 58.0 in stage 7.0 (TID 280) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (59/200)
22:13:07.413 [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)
22:13:07.417 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (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
22:13:07.417 [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
22:13:07.419 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (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
22:13:07.419 [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
22:13:07.424 [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
22:13:07.424 [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
22:13:07.439 [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). 11411 bytes result sent to driver
22:13:07.440 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 60.0 in stage 7.0 (TID 282) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 60, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.440 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 59.0 in stage 7.0 (TID 281) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (60/200)
22:13:07.441 [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)
22:13:07.446 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (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
22:13:07.446 [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
22:13:07.449 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (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
22:13:07.449 [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
22:13:07.456 [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
22:13:07.456 [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
22:13:07.478 [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). 11411 bytes result sent to driver
22:13:07.478 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 61.0 in stage 7.0 (TID 283) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 61, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.479 [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)
22:13:07.479 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 60.0 in stage 7.0 (TID 282) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (61/200)
22:13:07.485 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (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
22:13:07.485 [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
22:13:07.487 [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
22:13:07.487 [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
22:13:07.492 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (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
22:13:07.492 [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
22:13:07.507 [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). 11411 bytes result sent to driver
22:13:07.508 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 62.0 in stage 7.0 (TID 284) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 62, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.508 [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)
22:13:07.508 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 61.0 in stage 7.0 (TID 283) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (62/200)
22:13:07.512 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (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
22:13:07.512 [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
22:13:07.514 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (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
22:13:07.514 [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
22:13:07.520 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (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
22:13:07.520 [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
22:13:07.535 [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). 11411 bytes result sent to driver
22:13:07.536 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 63.0 in stage 7.0 (TID 285) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 63, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.536 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 62.0 in stage 7.0 (TID 284) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (63/200)
22:13:07.537 [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)
22:13:07.542 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (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
22:13:07.542 [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
22:13:07.544 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (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
22:13:07.545 [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
22:13:07.550 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (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
22:13:07.550 [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
22:13:07.565 [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). 11411 bytes result sent to driver
22:13:07.566 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 64.0 in stage 7.0 (TID 286) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 64, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.566 [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)
22:13:07.566 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 63.0 in stage 7.0 (TID 285) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (64/200)
22:13:07.570 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (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
22:13:07.570 [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
22:13:07.572 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (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
22:13:07.572 [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
22:13:07.577 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (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
22:13:07.577 [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
22:13:07.592 [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). 11411 bytes result sent to driver
22:13:07.593 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 65.0 in stage 7.0 (TID 287) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 65, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.594 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 64.0 in stage 7.0 (TID 286) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (65/200)
22:13:07.594 [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)
22:13:07.599 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (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
22:13:07.600 [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
22:13:07.602 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (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
22:13:07.602 [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
22:13:07.610 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (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
22:13:07.610 [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
22:13:07.632 [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). 11411 bytes result sent to driver
22:13:07.633 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 66.0 in stage 7.0 (TID 288) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 66, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.633 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 65.0 in stage 7.0 (TID 287) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (66/200)
22:13:07.633 [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)
22:13:07.639 [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
22:13:07.639 [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
22:13:07.642 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (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
22:13:07.642 [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
22:13:07.649 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (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
22:13:07.650 [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
22:13:07.670 [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). 11411 bytes result sent to driver
22:13:07.671 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 67.0 in stage 7.0 (TID 289) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 67, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.671 [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)
22:13:07.671 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 66.0 in stage 7.0 (TID 288) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (67/200)
22:13:07.676 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (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
22:13:07.676 [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
22:13:07.678 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (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
22:13:07.678 [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
22:13:07.683 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (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
22:13:07.683 [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
22:13:07.698 [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). 11411 bytes result sent to driver
22:13:07.699 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 68.0 in stage 7.0 (TID 290) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 68, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.700 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 67.0 in stage 7.0 (TID 289) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (68/200)
22:13:07.700 [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)
22:13:07.705 [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
22:13:07.706 [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
22:13:07.708 [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
22:13:07.708 [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
22:13:07.716 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (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
22:13:07.716 [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
22:13:07.737 [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). 11411 bytes result sent to driver
22:13:07.738 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 69.0 in stage 7.0 (TID 291) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.739 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 68.0 in stage 7.0 (TID 290) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (69/200)
22:13:07.739 [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)
22:13:07.745 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (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
22:13:07.745 [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
22:13:07.747 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (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
22:13:07.747 [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
22:13:07.754 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (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
22:13:07.754 [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
22:13:07.775 [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). 11411 bytes result sent to driver
22:13:07.775 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 70.0 in stage 7.0 (TID 292) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 70, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.776 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 69.0 in stage 7.0 (TID 291) in 38 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (70/200)
22:13:07.776 [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)
22:13:07.780 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (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
22:13:07.780 [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
22:13:07.782 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (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
22:13:07.782 [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
22:13:07.787 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (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
22:13:07.787 [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
22:13:07.803 [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). 11411 bytes result sent to driver
22:13:07.804 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 71.0 in stage 7.0 (TID 293) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 71, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.804 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 70.0 in stage 7.0 (TID 292) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (71/200)
22:13:07.804 [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)
22:13:07.809 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (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
22:13:07.809 [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
22:13:07.811 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (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
22:13:07.811 [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
22:13:07.817 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (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
22:13:07.817 [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
22:13:07.832 [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). 11411 bytes result sent to driver
22:13:07.833 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 72.0 in stage 7.0 (TID 294) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 72, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.833 [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)
22:13:07.833 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 71.0 in stage 7.0 (TID 293) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (72/200)
22:13:07.839 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (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
22:13:07.839 [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
22:13:07.841 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (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
22:13:07.842 [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
22:13:07.849 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (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
22:13:07.849 [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
22:13:07.870 [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). 11411 bytes result sent to driver
22:13:07.883 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 73.0 in stage 7.0 (TID 295) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 73, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.883 [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)
22:13:07.883 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 72.0 in stage 7.0 (TID 294) in 51 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (73/200)
22:13:07.889 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (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
22:13:07.889 [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
22:13:07.892 [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
22:13:07.892 [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
22:13:07.900 [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
22:13:07.901 [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
22:13:07.923 [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). 11411 bytes result sent to driver
22:13:07.924 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 74.0 in stage 7.0 (TID 296) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 74, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.924 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 73.0 in stage 7.0 (TID 295) in 53 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (74/200)
22:13:07.925 [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)
22:13:07.929 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (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
22:13:07.929 [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
22:13:07.930 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (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
22:13:07.931 [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
22:13:07.935 [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
22:13:07.935 [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
22:13:07.951 [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). 11411 bytes result sent to driver
22:13:07.952 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 75.0 in stage 7.0 (TID 297) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 75, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.952 [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)
22:13:07.952 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 74.0 in stage 7.0 (TID 296) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (75/200)
22:13:07.956 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (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
22:13:07.956 [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
22:13:07.957 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (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
22:13:07.958 [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
22:13:07.962 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (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
22:13:07.963 [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
22:13:07.977 [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). 11411 bytes result sent to driver
22:13:07.978 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 76.0 in stage 7.0 (TID 298) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 76, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:07.978 [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)
22:13:07.978 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 75.0 in stage 7.0 (TID 297) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (76/200)
22:13:07.982 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (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
22:13:07.983 [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
22:13:07.984 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (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
22:13:07.984 [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
22:13:07.989 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (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
22:13:07.989 [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
22:13:08.005 [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). 11411 bytes result sent to driver
22:13:08.006 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 77.0 in stage 7.0 (TID 299) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 77, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.006 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 76.0 in stage 7.0 (TID 298) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (77/200)
22:13:08.006 [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)
22:13:08.011 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (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
22:13:08.011 [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
22:13:08.013 [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
22:13:08.013 [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
22:13:08.018 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (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
22:13:08.019 [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
22:13:08.034 [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). 11411 bytes result sent to driver
22:13:08.035 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 78.0 in stage 7.0 (TID 300) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 78, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.035 [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-5k54.c.gcp-upstream.internal (executor driver) (78/200)
22:13:08.035 [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)
22:13:08.040 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (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
22:13:08.041 [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
22:13:08.043 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (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
22:13:08.043 [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
22:13:08.051 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (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
22:13:08.051 [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
22:13:08.069 [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). 11411 bytes result sent to driver
22:13:08.070 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 79.0 in stage 7.0 (TID 301) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 79, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.071 [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)
22:13:08.071 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 78.0 in stage 7.0 (TID 300) in 36 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (79/200)
22:13:08.076 [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
22:13:08.076 [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
22:13:08.079 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (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
22:13:08.079 [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
22:13:08.086 [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
22:13:08.086 [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
22:13:08.108 [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). 11411 bytes result sent to driver
22:13:08.109 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 80.0 in stage 7.0 (TID 302) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 80, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.109 [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-5k54.c.gcp-upstream.internal (executor driver) (80/200)
22:13:08.109 [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)
22:13:08.113 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (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
22:13:08.114 [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
22:13:08.116 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (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
22:13:08.116 [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
22:13:08.122 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (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
22:13:08.122 [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
22:13:08.137 [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). 11411 bytes result sent to driver
22:13:08.137 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 81.0 in stage 7.0 (TID 303) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 81, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.138 [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)
22:13:08.138 [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-5k54.c.gcp-upstream.internal (executor driver) (81/200)
22:13:08.142 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (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
22:13:08.142 [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
22:13:08.144 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (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
22:13:08.144 [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
22:13:08.149 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (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
22:13:08.149 [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
22:13:08.163 [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). 11411 bytes result sent to driver
22:13:08.164 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 82.0 in stage 7.0 (TID 304) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 82, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.164 [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)
22:13:08.164 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 81.0 in stage 7.0 (TID 303) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (82/200)
22:13:08.168 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (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
22:13:08.168 [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
22:13:08.169 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (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
22:13:08.169 [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
22:13:08.174 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (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
22:13:08.174 [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
22:13:08.189 [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). 11411 bytes result sent to driver
22:13:08.189 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 83.0 in stage 7.0 (TID 305) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 83, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.190 [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)
22:13:08.190 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 82.0 in stage 7.0 (TID 304) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (83/200)
22:13:08.195 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (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
22:13:08.196 [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
22:13:08.198 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (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
22:13:08.198 [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
22:13:08.204 [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
22:13:08.204 [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
22:13:08.219 [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). 11411 bytes result sent to driver
22:13:08.219 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 84.0 in stage 7.0 (TID 306) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 84, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.220 [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)
22:13:08.220 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 83.0 in stage 7.0 (TID 305) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (84/200)
22:13:08.225 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (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
22:13:08.225 [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
22:13:08.227 [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
22:13:08.227 [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
22:13:08.231 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (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
22:13:08.231 [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
22:13:08.247 [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). 11411 bytes result sent to driver
22:13:08.248 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 85.0 in stage 7.0 (TID 307) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 85, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.249 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 84.0 in stage 7.0 (TID 306) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (85/200)
22:13:08.249 [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)
22:13:08.254 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Getting 4 (3.5 KiB) non-empty blocks including 4 (3.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
22:13:08.254 [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
22:13:08.256 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Getting 4 (3.5 KiB) non-empty blocks including 4 (3.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
22:13:08.256 [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
22:13:08.263 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (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
22:13:08.263 [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
22:13:08.283 [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). 11411 bytes result sent to driver
22:13:08.284 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 86.0 in stage 7.0 (TID 308) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 86, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.284 [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)
22:13:08.284 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 85.0 in stage 7.0 (TID 307) in 36 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (86/200)
22:13:08.289 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (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
22:13:08.289 [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
22:13:08.290 [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
22:13:08.290 [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
22:13:08.296 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (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
22:13:08.296 [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
22:13:08.310 [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). 11411 bytes result sent to driver
22:13:08.311 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 87.0 in stage 7.0 (TID 309) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 87, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.312 [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)
22:13:08.312 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 86.0 in stage 7.0 (TID 308) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (87/200)
22:13:08.316 [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
22:13:08.316 [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
22:13:08.318 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (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
22:13:08.318 [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
22:13:08.323 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (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
22:13:08.323 [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
22:13:08.338 [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). 11411 bytes result sent to driver
22:13:08.339 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 88.0 in stage 7.0 (TID 310) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 88, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.339 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 87.0 in stage 7.0 (TID 309) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (88/200)
22:13:08.339 [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)
22:13:08.345 [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
22:13:08.345 [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
22:13:08.347 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (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
22:13:08.347 [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
22:13:08.355 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (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
22:13:08.355 [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
22:13:08.377 [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). 11411 bytes result sent to driver
22:13:08.378 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 89.0 in stage 7.0 (TID 311) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 89, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.378 [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)
22:13:08.378 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 88.0 in stage 7.0 (TID 310) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (89/200)
22:13:08.382 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (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
22:13:08.382 [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
22:13:08.384 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (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
22:13:08.384 [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
22:13:08.389 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (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
22:13:08.389 [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
22:13:08.403 [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). 11411 bytes result sent to driver
22:13:08.404 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 90.0 in stage 7.0 (TID 312) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 90, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.405 [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)
22:13:08.405 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 89.0 in stage 7.0 (TID 311) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (90/200)
22:13:08.409 [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
22:13:08.409 [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
22:13:08.411 [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
22:13:08.411 [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
22:13:08.416 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (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
22:13:08.416 [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
22:13:08.430 [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). 11411 bytes result sent to driver
22:13:08.431 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 91.0 in stage 7.0 (TID 313) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 91, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.432 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 90.0 in stage 7.0 (TID 312) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (91/200)
22:13:08.432 [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)
22:13:08.438 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (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
22:13:08.438 [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
22:13:08.440 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (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
22:13:08.440 [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
22:13:08.447 [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
22:13:08.448 [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
22:13:08.468 [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). 11411 bytes result sent to driver
22:13:08.469 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 92.0 in stage 7.0 (TID 314) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 92, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.470 [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-5k54.c.gcp-upstream.internal (executor driver) (92/200)
22:13:08.470 [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)
22:13:08.474 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (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
22:13:08.475 [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
22:13:08.477 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (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
22:13:08.477 [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
22:13:08.482 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (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
22:13:08.482 [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
22:13:08.499 [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). 11411 bytes result sent to driver
22:13:08.499 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 93.0 in stage 7.0 (TID 315) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 93, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.500 [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)
22:13:08.500 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 92.0 in stage 7.0 (TID 314) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (93/200)
22:13:08.504 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (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
22:13:08.504 [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
22:13:08.506 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (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
22:13:08.506 [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
22:13:08.511 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (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
22:13:08.511 [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
22:13:08.526 [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). 11411 bytes result sent to driver
22:13:08.527 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 94.0 in stage 7.0 (TID 316) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 94, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.527 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 93.0 in stage 7.0 (TID 315) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (94/200)
22:13:08.528 [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)
22:13:08.532 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (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
22:13:08.532 [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
22:13:08.534 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (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
22:13:08.534 [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
22:13:08.539 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (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
22:13:08.539 [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
22:13:08.563 [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). 11454 bytes result sent to driver
22:13:08.564 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 95.0 in stage 7.0 (TID 317) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 95, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.564 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 94.0 in stage 7.0 (TID 316) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (95/200)
22:13:08.564 [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)
22:13:08.570 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (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
22:13:08.570 [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
22:13:08.572 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (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
22:13:08.572 [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
22:13:08.580 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (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
22:13:08.580 [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
22:13:08.595 [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). 11411 bytes result sent to driver
22:13:08.596 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 96.0 in stage 7.0 (TID 318) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 96, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.596 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 95.0 in stage 7.0 (TID 317) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (96/200)
22:13:08.597 [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)
22:13:08.601 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (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
22:13:08.601 [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
22:13:08.604 [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
22:13:08.604 [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
22:13:08.609 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (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
22:13:08.609 [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
22:13:08.624 [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). 11411 bytes result sent to driver
22:13:08.624 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 97.0 in stage 7.0 (TID 319) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 97, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.625 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 96.0 in stage 7.0 (TID 318) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (97/200)
22:13:08.625 [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)
22:13:08.629 [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
22:13:08.629 [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
22:13:08.631 [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
22:13:08.631 [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
22:13:08.636 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (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
22:13:08.636 [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
22:13:08.652 [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). 11411 bytes result sent to driver
22:13:08.653 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 98.0 in stage 7.0 (TID 320) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 98, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.654 [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)
22:13:08.654 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 97.0 in stage 7.0 (TID 319) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (98/200)
22:13:08.659 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (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
22:13:08.659 [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
22:13:08.660 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (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
22:13:08.661 [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
22:13:08.666 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (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
22:13:08.666 [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
22:13:08.680 [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). 11411 bytes result sent to driver
22:13:08.681 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 99.0 in stage 7.0 (TID 321) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 99, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.681 [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)
22:13:08.681 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 98.0 in stage 7.0 (TID 320) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (99/200)
22:13:08.685 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (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
22:13:08.685 [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
22:13:08.687 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (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
22:13:08.687 [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
22:13:08.692 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (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
22:13:08.692 [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
22:13:08.707 [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). 11411 bytes result sent to driver
22:13:08.708 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 100.0 in stage 7.0 (TID 322) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 100, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.708 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 99.0 in stage 7.0 (TID 321) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (100/200)
22:13:08.708 [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)
22:13:08.712 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (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
22:13:08.712 [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
22:13:08.714 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (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
22:13:08.714 [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
22:13:08.719 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (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
22:13:08.720 [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
22:13:08.736 [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). 11411 bytes result sent to driver
22:13:08.737 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 101.0 in stage 7.0 (TID 323) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 101, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.737 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 100.0 in stage 7.0 (TID 322) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (101/200)
22:13:08.737 [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)
22:13:08.741 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (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
22:13:08.741 [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
22:13:08.743 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (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
22:13:08.743 [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
22:13:08.748 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (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
22:13:08.749 [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
22:13:08.764 [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). 11411 bytes result sent to driver
22:13:08.765 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 102.0 in stage 7.0 (TID 324) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 102, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.765 [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)
22:13:08.766 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 101.0 in stage 7.0 (TID 323) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (102/200)
22:13:08.769 [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
22:13:08.769 [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
22:13:08.771 [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
22:13:08.772 [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
22:13:08.777 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (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
22:13:08.777 [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
22:13:08.790 [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). 11411 bytes result sent to driver
22:13:08.791 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 103.0 in stage 7.0 (TID 325) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 103, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.791 [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)
22:13:08.791 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 102.0 in stage 7.0 (TID 324) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (103/200)
22:13:08.797 [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
22:13:08.797 [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
22:13:08.799 [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
22:13:08.800 [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
22:13:08.805 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (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
22:13:08.805 [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
22:13:08.823 [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). 11411 bytes result sent to driver
22:13:08.823 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 104.0 in stage 7.0 (TID 326) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 104, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.824 [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)
22:13:08.824 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 103.0 in stage 7.0 (TID 325) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (104/200)
22:13:08.828 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (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
22:13:08.828 [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
22:13:08.830 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (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
22:13:08.830 [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
22:13:08.835 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (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
22:13:08.835 [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
22:13:08.850 [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). 11411 bytes result sent to driver
22:13:08.850 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 105.0 in stage 7.0 (TID 327) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 105, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.851 [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)
22:13:08.851 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 104.0 in stage 7.0 (TID 326) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (105/200)
22:13:08.855 [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
22:13:08.855 [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
22:13:08.857 [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
22:13:08.857 [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
22:13:08.862 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (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
22:13:08.862 [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
22:13:08.879 [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). 11411 bytes result sent to driver
22:13:08.880 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 106.0 in stage 7.0 (TID 328) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 106, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.881 [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)
22:13:08.881 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 105.0 in stage 7.0 (TID 327) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (106/200)
22:13:08.886 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (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
22:13:08.887 [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
22:13:08.889 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (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
22:13:08.890 [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
22:13:08.896 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (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
22:13:08.896 [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
22:13:08.911 [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). 11411 bytes result sent to driver
22:13:08.912 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 107.0 in stage 7.0 (TID 329) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 107, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.912 [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)
22:13:08.913 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 106.0 in stage 7.0 (TID 328) in 32 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (107/200)
22:13:08.918 [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
22:13:08.918 [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
22:13:08.921 [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
22:13:08.921 [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
22:13:08.928 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (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
22:13:08.928 [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
22:13:08.948 [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). 11411 bytes result sent to driver
22:13:08.948 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 108.0 in stage 7.0 (TID 330) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 108, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.949 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 107.0 in stage 7.0 (TID 329) in 38 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (108/200)
22:13:08.949 [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)
22:13:08.955 [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
22:13:08.955 [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
22:13:08.957 [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
22:13:08.958 [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
22:13:08.965 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (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
22:13:08.965 [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
22:13:08.985 [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). 11411 bytes result sent to driver
22:13:08.986 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 109.0 in stage 7.0 (TID 331) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 109, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:08.986 [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)
22:13:08.986 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 108.0 in stage 7.0 (TID 330) in 38 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (109/200)
22:13:08.990 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (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
22:13:08.990 [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
22:13:08.992 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (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
22:13:08.992 [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
22:13:08.998 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (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
22:13:08.998 [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
22:13:09.012 [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). 11411 bytes result sent to driver
22:13:09.013 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 110.0 in stage 7.0 (TID 332) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 110, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.013 [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)
22:13:09.013 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 109.0 in stage 7.0 (TID 331) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (110/200)
22:13:09.017 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (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
22:13:09.018 [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
22:13:09.019 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (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
22:13:09.019 [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
22:13:09.025 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (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
22:13:09.025 [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
22:13:09.039 [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). 11411 bytes result sent to driver
22:13:09.040 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 111.0 in stage 7.0 (TID 333) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 111, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.040 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 110.0 in stage 7.0 (TID 332) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (111/200)
22:13:09.040 [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)
22:13:09.046 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (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
22:13:09.046 [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
22:13:09.049 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (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
22:13:09.049 [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
22:13:09.056 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (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
22:13:09.056 [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
22:13:09.077 [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). 11411 bytes result sent to driver
22:13:09.077 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 112.0 in stage 7.0 (TID 334) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 112, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.078 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 111.0 in stage 7.0 (TID 333) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (112/200)
22:13:09.078 [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)
22:13:09.082 [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
22:13:09.082 [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
22:13:09.085 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (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
22:13:09.085 [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
22:13:09.090 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (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
22:13:09.090 [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
22:13:09.104 [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). 11411 bytes result sent to driver
22:13:09.105 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 113.0 in stage 7.0 (TID 335) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 113, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.105 [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)
22:13:09.105 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 112.0 in stage 7.0 (TID 334) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (113/200)
22:13:09.110 [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
22:13:09.110 [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
22:13:09.112 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (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
22:13:09.112 [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
22:13:09.119 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (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
22:13:09.119 [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
22:13:09.134 [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). 11411 bytes result sent to driver
22:13:09.135 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 114.0 in stage 7.0 (TID 336) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 114, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.135 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 113.0 in stage 7.0 (TID 335) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (114/200)
22:13:09.135 [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)
22:13:09.139 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (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
22:13:09.139 [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
22:13:09.141 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (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
22:13:09.141 [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
22:13:09.147 [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
22:13:09.148 [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
22:13:09.162 [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). 11411 bytes result sent to driver
22:13:09.163 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 115.0 in stage 7.0 (TID 337) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 115, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.163 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 114.0 in stage 7.0 (TID 336) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (115/200)
22:13:09.164 [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)
22:13:09.169 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (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
22:13:09.169 [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
22:13:09.172 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (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
22:13:09.172 [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
22:13:09.179 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (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
22:13:09.179 [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
22:13:09.200 [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). 11411 bytes result sent to driver
22:13:09.200 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 116.0 in stage 7.0 (TID 338) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 116, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.201 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 115.0 in stage 7.0 (TID 337) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (116/200)
22:13:09.201 [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)
22:13:09.205 [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
22:13:09.205 [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
22:13:09.206 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (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
22:13:09.206 [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
22:13:09.225 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (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
22:13:09.225 [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
22:13:09.239 [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). 11454 bytes result sent to driver
22:13:09.241 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 117.0 in stage 7.0 (TID 339) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 117, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.241 [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)
22:13:09.241 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 116.0 in stage 7.0 (TID 338) in 41 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (117/200)
22:13:09.246 [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
22:13:09.246 [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
22:13:09.248 [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
22:13:09.248 [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
22:13:09.253 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (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
22:13:09.253 [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
22:13:09.268 [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). 11411 bytes result sent to driver
22:13:09.269 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 118.0 in stage 7.0 (TID 340) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 118, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.269 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 117.0 in stage 7.0 (TID 339) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (118/200)
22:13:09.270 [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)
22:13:09.273 [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
22:13:09.274 [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
22:13:09.276 [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
22:13:09.276 [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
22:13:09.281 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (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
22:13:09.281 [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
22:13:09.296 [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). 11411 bytes result sent to driver
22:13:09.296 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 119.0 in stage 7.0 (TID 341) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 119, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.297 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 118.0 in stage 7.0 (TID 340) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (119/200)
22:13:09.297 [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)
22:13:09.302 [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
22:13:09.303 [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
22:13:09.305 [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
22:13:09.305 [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
22:13:09.312 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (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
22:13:09.313 [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
22:13:09.330 [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). 11411 bytes result sent to driver
22:13:09.331 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 120.0 in stage 7.0 (TID 342) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 120, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.332 [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)
22:13:09.332 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 119.0 in stage 7.0 (TID 341) in 35 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (120/200)
22:13:09.336 [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
22:13:09.337 [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
22:13:09.339 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (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
22:13:09.339 [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
22:13:09.347 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (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
22:13:09.347 [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
22:13:09.366 [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). 11411 bytes result sent to driver
22:13:09.367 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 121.0 in stage 7.0 (TID 343) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 121, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.368 [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)
22:13:09.368 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 120.0 in stage 7.0 (TID 342) in 36 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (121/200)
22:13:09.371 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (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
22:13:09.371 [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
22:13:09.373 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (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
22:13:09.373 [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
22:13:09.378 [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
22:13:09.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
22:13:09.392 [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). 11411 bytes result sent to driver
22:13:09.393 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 122.0 in stage 7.0 (TID 344) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 122, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.393 [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)
22:13:09.393 [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-5k54.c.gcp-upstream.internal (executor driver) (122/200)
22:13:09.398 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (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
22:13:09.398 [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
22:13:09.400 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (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
22:13:09.400 [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
22:13:09.407 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (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
22:13:09.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
22:13:09.428 [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). 11411 bytes result sent to driver
22:13:09.429 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 123.0 in stage 7.0 (TID 345) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 123, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.429 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 122.0 in stage 7.0 (TID 344) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (123/200)
22:13:09.429 [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)
22:13:09.433 [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
22:13:09.433 [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
22:13:09.435 [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
22:13:09.435 [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
22:13:09.441 [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
22:13:09.441 [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
22:13:09.457 [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). 11411 bytes result sent to driver
22:13:09.458 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 124.0 in stage 7.0 (TID 346) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 124, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.459 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 123.0 in stage 7.0 (TID 345) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (124/200)
22:13:09.459 [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)
22:13:09.463 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (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
22:13:09.463 [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
22:13:09.464 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (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
22:13:09.465 [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
22:13:09.470 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (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
22:13:09.470 [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
22:13:09.489 [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). 11411 bytes result sent to driver
22:13:09.490 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 125.0 in stage 7.0 (TID 347) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 125, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.491 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 124.0 in stage 7.0 (TID 346) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (125/200)
22:13:09.491 [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)
22:13:09.495 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (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
22:13:09.495 [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
22:13:09.497 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (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
22:13:09.497 [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
22:13:09.505 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (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
22:13:09.505 [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
22:13:09.526 [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). 11411 bytes result sent to driver
22:13:09.527 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 126.0 in stage 7.0 (TID 348) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 126, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.527 [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)
22:13:09.527 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 125.0 in stage 7.0 (TID 347) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (126/200)
22:13:09.532 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (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
22:13:09.532 [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
22:13:09.534 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (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
22:13:09.534 [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
22:13:09.539 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (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
22:13:09.540 [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
22:13:09.556 [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). 11411 bytes result sent to driver
22:13:09.557 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 127.0 in stage 7.0 (TID 349) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 127, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.557 [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)
22:13:09.557 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 126.0 in stage 7.0 (TID 348) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (127/200)
22:13:09.561 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (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
22:13:09.561 [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
22:13:09.562 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (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
22:13:09.562 [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
22:13:09.567 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (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
22:13:09.567 [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
22:13:09.582 [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). 11411 bytes result sent to driver
22:13:09.583 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 128.0 in stage 7.0 (TID 350) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.583 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 127.0 in stage 7.0 (TID 349) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (128/200)
22:13:09.583 [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)
22:13:09.587 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (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
22:13:09.587 [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
22:13:09.589 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (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
22:13:09.589 [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
22:13:09.595 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (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
22:13:09.595 [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
22:13:09.611 [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). 11411 bytes result sent to driver
22:13:09.612 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 129.0 in stage 7.0 (TID 351) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 129, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.613 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 128.0 in stage 7.0 (TID 350) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (129/200)
22:13:09.613 [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)
22:13:09.617 [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
22:13:09.617 [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
22:13:09.619 [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
22:13:09.619 [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
22:13:09.624 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (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
22:13:09.625 [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
22:13:09.639 [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). 11411 bytes result sent to driver
22:13:09.640 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 130.0 in stage 7.0 (TID 352) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 130, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.640 [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)
22:13:09.640 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 129.0 in stage 7.0 (TID 351) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (130/200)
22:13:09.645 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (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
22:13:09.645 [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
22:13:09.647 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (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
22:13:09.647 [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
22:13:09.652 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (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
22:13:09.652 [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
22:13:09.666 [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). 11411 bytes result sent to driver
22:13:09.667 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 131.0 in stage 7.0 (TID 353) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 131, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.668 [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)
22:13:09.668 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 130.0 in stage 7.0 (TID 352) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (131/200)
22:13:09.671 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (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
22:13:09.672 [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
22:13:09.673 [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
22:13:09.673 [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
22:13:09.678 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (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
22:13:09.678 [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
22:13:09.692 [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). 11411 bytes result sent to driver
22:13:09.693 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 132.0 in stage 7.0 (TID 354) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 132, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.693 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 131.0 in stage 7.0 (TID 353) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (132/200)
22:13:09.693 [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)
22:13:09.698 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (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
22:13:09.698 [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
22:13:09.699 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (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
22:13:09.699 [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
22:13:09.704 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (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
22:13:09.704 [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
22:13:09.724 [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). 11411 bytes result sent to driver
22:13:09.725 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 133.0 in stage 7.0 (TID 355) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 133, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.726 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 132.0 in stage 7.0 (TID 354) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (133/200)
22:13:09.726 [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)
22:13:09.729 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (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
22:13:09.730 [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
22:13:09.731 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (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
22:13:09.732 [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
22:13:09.736 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (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
22:13:09.736 [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
22:13:09.751 [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). 11411 bytes result sent to driver
22:13:09.752 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 134.0 in stage 7.0 (TID 356) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 134, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.752 [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)
22:13:09.752 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 133.0 in stage 7.0 (TID 355) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (134/200)
22:13:09.758 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (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
22:13:09.758 [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
22:13:09.760 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (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
22:13:09.760 [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
22:13:09.768 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (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
22:13:09.768 [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
22:13:09.783 [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). 11411 bytes result sent to driver
22:13:09.784 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 135.0 in stage 7.0 (TID 357) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 135, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.784 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 134.0 in stage 7.0 (TID 356) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (135/200)
22:13:09.784 [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)
22:13:09.788 [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
22:13:09.788 [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
22:13:09.790 [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
22:13:09.790 [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
22:13:09.795 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (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
22:13:09.795 [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
22:13:09.809 [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). 11411 bytes result sent to driver
22:13:09.810 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 136.0 in stage 7.0 (TID 358) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 136, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.811 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 135.0 in stage 7.0 (TID 357) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (136/200)
22:13:09.811 [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)
22:13:09.816 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (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
22:13:09.817 [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
22:13:09.819 [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
22:13:09.819 [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
22:13:09.826 [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
22:13:09.826 [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
22:13:09.844 [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). 11411 bytes result sent to driver
22:13:09.844 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 137.0 in stage 7.0 (TID 359) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 137, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.845 [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)
22:13:09.845 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 136.0 in stage 7.0 (TID 358) in 35 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (137/200)
22:13:09.849 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (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
22:13:09.849 [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
22:13:09.851 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (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
22:13:09.851 [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
22:13:09.856 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (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
22:13:09.857 [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
22:13:09.882 [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). 11454 bytes result sent to driver
22:13:09.883 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 138.0 in stage 7.0 (TID 360) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 138, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.884 [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)
22:13:09.884 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 137.0 in stage 7.0 (TID 359) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (138/200)
22:13:09.888 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (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
22:13:09.888 [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
22:13:09.890 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (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
22:13:09.890 [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
22:13:09.895 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (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
22:13:09.895 [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
22:13:09.909 [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). 11411 bytes result sent to driver
22:13:09.910 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 139.0 in stage 7.0 (TID 361) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 139, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.910 [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)
22:13:09.910 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 138.0 in stage 7.0 (TID 360) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (139/200)
22:13:09.916 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (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
22:13:09.916 [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
22:13:09.918 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (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
22:13:09.918 [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
22:13:09.924 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (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
22:13:09.924 [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
22:13:09.940 [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). 11411 bytes result sent to driver
22:13:09.940 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 140.0 in stage 7.0 (TID 362) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 140, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.941 [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)
22:13:09.941 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 139.0 in stage 7.0 (TID 361) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (140/200)
22:13:09.945 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (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
22:13:09.945 [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
22:13:09.948 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (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
22:13:09.948 [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
22:13:09.954 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (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
22:13:09.954 [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
22:13:09.968 [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). 11411 bytes result sent to driver
22:13:09.968 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 141.0 in stage 7.0 (TID 363) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 141, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.969 [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)
22:13:09.969 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 140.0 in stage 7.0 (TID 362) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (141/200)
22:13:09.973 [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
22:13:09.973 [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
22:13:09.975 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (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
22:13:09.975 [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
22:13:09.980 [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
22:13:09.980 [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
22:13:09.997 [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). 11411 bytes result sent to driver
22:13:09.998 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 142.0 in stage 7.0 (TID 364) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 142, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:09.998 [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)
22:13:09.999 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 141.0 in stage 7.0 (TID 363) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (142/200)
22:13:10.003 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (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
22:13:10.003 [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
22:13:10.005 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (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
22:13:10.005 [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
22:13:10.010 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (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
22:13:10.010 [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
22:13:10.025 [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). 11411 bytes result sent to driver
22:13:10.026 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 143.0 in stage 7.0 (TID 365) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 143, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.026 [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)
22:13:10.026 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 142.0 in stage 7.0 (TID 364) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (143/200)
22:13:10.030 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (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
22:13:10.030 [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
22:13:10.032 [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
22:13:10.032 [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
22:13:10.037 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (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
22:13:10.037 [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
22:13:10.052 [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). 11411 bytes result sent to driver
22:13:10.053 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 144.0 in stage 7.0 (TID 366) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 144, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.053 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 143.0 in stage 7.0 (TID 365) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (144/200)
22:13:10.053 [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)
22:13:10.059 [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
22:13:10.059 [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
22:13:10.061 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (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
22:13:10.062 [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
22:13:10.068 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (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
22:13:10.069 [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
22:13:10.089 [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). 11411 bytes result sent to driver
22:13:10.090 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 145.0 in stage 7.0 (TID 367) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 145, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.090 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 144.0 in stage 7.0 (TID 366) in 38 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (145/200)
22:13:10.090 [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)
22:13:10.095 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (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
22:13:10.095 [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
22:13:10.096 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (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
22:13:10.097 [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
22:13:10.101 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (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
22:13:10.101 [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
22:13:10.115 [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). 11411 bytes result sent to driver
22:13:10.116 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 146.0 in stage 7.0 (TID 368) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 146, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.116 [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)
22:13:10.116 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 145.0 in stage 7.0 (TID 367) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (146/200)
22:13:10.121 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (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
22:13:10.121 [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
22:13:10.123 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (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
22:13:10.123 [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
22:13:10.128 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (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
22:13:10.128 [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
22:13:10.142 [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). 11411 bytes result sent to driver
22:13:10.143 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 147.0 in stage 7.0 (TID 369) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 147, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.144 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 146.0 in stage 7.0 (TID 368) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (147/200)
22:13:10.144 [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)
22:13:10.149 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (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
22:13:10.149 [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
22:13:10.152 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (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
22:13:10.152 [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
22:13:10.158 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (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
22:13:10.158 [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
22:13:10.174 [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). 11411 bytes result sent to driver
22:13:10.174 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 148.0 in stage 7.0 (TID 370) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 148, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.175 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 147.0 in stage 7.0 (TID 369) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (148/200)
22:13:10.175 [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)
22:13:10.178 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (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
22:13:10.179 [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
22:13:10.180 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (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
22:13:10.180 [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
22:13:10.185 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (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
22:13:10.185 [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
22:13:10.203 [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). 11411 bytes result sent to driver
22:13:10.204 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 149.0 in stage 7.0 (TID 371) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 149, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.204 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 148.0 in stage 7.0 (TID 370) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (149/200)
22:13:10.204 [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)
22:13:10.208 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (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
22:13:10.208 [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
22:13:10.210 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (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
22:13:10.210 [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
22:13:10.215 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (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
22:13:10.215 [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
22:13:10.229 [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). 11411 bytes result sent to driver
22:13:10.230 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 150.0 in stage 7.0 (TID 372) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 150, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.230 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 149.0 in stage 7.0 (TID 371) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (150/200)
22:13:10.230 [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)
22:13:10.234 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (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
22:13:10.235 [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
22:13:10.236 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (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
22:13:10.236 [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
22:13:10.241 [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
22:13:10.241 [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
22:13:10.256 [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). 11411 bytes result sent to driver
22:13:10.257 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 151.0 in stage 7.0 (TID 373) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 151, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.258 [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)
22:13:10.258 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 150.0 in stage 7.0 (TID 372) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (151/200)
22:13:10.262 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (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
22:13:10.262 [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
22:13:10.263 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (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
22:13:10.264 [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
22:13:10.268 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (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
22:13:10.268 [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
22:13:10.284 [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). 11411 bytes result sent to driver
22:13:10.285 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 152.0 in stage 7.0 (TID 374) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 152, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.286 [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)
22:13:10.286 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 151.0 in stage 7.0 (TID 373) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (152/200)
22:13:10.291 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (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
22:13:10.291 [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
22:13:10.293 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (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
22:13:10.293 [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
22:13:10.298 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (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
22:13:10.298 [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
22:13:10.313 [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). 11411 bytes result sent to driver
22:13:10.314 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 153.0 in stage 7.0 (TID 375) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 153, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.314 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 152.0 in stage 7.0 (TID 374) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (153/200)
22:13:10.315 [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)
22:13:10.320 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (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
22:13:10.321 [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
22:13:10.323 [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
22:13:10.323 [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
22:13:10.330 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (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
22:13:10.330 [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
22:13:10.347 [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). 11411 bytes result sent to driver
22:13:10.348 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 154.0 in stage 7.0 (TID 376) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 154, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.349 [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)
22:13:10.349 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 153.0 in stage 7.0 (TID 375) in 36 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (154/200)
22:13:10.353 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (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
22:13:10.353 [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
22:13:10.354 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (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
22:13:10.354 [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
22:13:10.359 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (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
22:13:10.359 [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
22:13:10.372 [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). 11411 bytes result sent to driver
22:13:10.373 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 155.0 in stage 7.0 (TID 377) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 155, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.374 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 154.0 in stage 7.0 (TID 376) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (155/200)
22:13:10.374 [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)
22:13:10.378 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (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
22:13:10.378 [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
22:13:10.380 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (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
22:13:10.380 [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
22:13:10.385 [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
22:13:10.385 [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
22:13:10.406 [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). 11411 bytes result sent to driver
22:13:10.406 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 156.0 in stage 7.0 (TID 378) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 156, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.407 [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)
22:13:10.407 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 155.0 in stage 7.0 (TID 377) in 34 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (156/200)
22:13:10.411 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (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
22:13:10.411 [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
22:13:10.413 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (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
22:13:10.413 [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
22:13:10.419 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (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
22:13:10.419 [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
22:13:10.434 [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). 11411 bytes result sent to driver
22:13:10.435 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 157.0 in stage 7.0 (TID 379) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 157, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.435 [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)
22:13:10.435 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 156.0 in stage 7.0 (TID 378) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (157/200)
22:13:10.441 [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
22:13:10.441 [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
22:13:10.444 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (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
22:13:10.444 [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
22:13:10.451 [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
22:13:10.451 [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
22:13:10.467 [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). 11411 bytes result sent to driver
22:13:10.468 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 158.0 in stage 7.0 (TID 380) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 158, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.468 [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)
22:13:10.468 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 157.0 in stage 7.0 (TID 379) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (158/200)
22:13:10.474 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (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
22:13:10.474 [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
22:13:10.477 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (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
22:13:10.477 [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
22:13:10.486 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (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
22:13:10.486 [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
22:13:10.509 [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). 11411 bytes result sent to driver
22:13:10.509 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 159.0 in stage 7.0 (TID 381) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 159, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.510 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 158.0 in stage 7.0 (TID 380) in 43 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (159/200)
22:13:10.510 [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)
22:13:10.514 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (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
22:13:10.514 [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
22:13:10.516 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (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
22:13:10.517 [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
22:13:10.521 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (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
22:13:10.521 [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
22:13:10.548 [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). 11454 bytes result sent to driver
22:13:10.549 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 160.0 in stage 7.0 (TID 382) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 160, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.549 [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)
22:13:10.550 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 159.0 in stage 7.0 (TID 381) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (160/200)
22:13:10.556 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (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
22:13:10.556 [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
22:13:10.558 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (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
22:13:10.558 [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
22:13:10.565 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (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
22:13:10.565 [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
22:13:10.588 [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). 11411 bytes result sent to driver
22:13:10.588 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 161.0 in stage 7.0 (TID 383) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 161, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.589 [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)
22:13:10.589 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 160.0 in stage 7.0 (TID 382) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (161/200)
22:13:10.595 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (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
22:13:10.595 [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
22:13:10.597 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (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
22:13:10.597 [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
22:13:10.605 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (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
22:13:10.605 [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
22:13:10.626 [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). 11411 bytes result sent to driver
22:13:10.627 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 162.0 in stage 7.0 (TID 384) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 162, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.627 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 161.0 in stage 7.0 (TID 383) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (162/200)
22:13:10.628 [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)
22:13:10.633 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (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
22:13:10.634 [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
22:13:10.636 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (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
22:13:10.636 [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
22:13:10.643 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (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
22:13:10.643 [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
22:13:10.664 [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). 11411 bytes result sent to driver
22:13:10.665 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 163.0 in stage 7.0 (TID 385) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 163, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.665 [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)
22:13:10.665 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 162.0 in stage 7.0 (TID 384) in 39 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (163/200)
22:13:10.670 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (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
22:13:10.670 [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
22:13:10.672 [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
22:13:10.672 [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
22:13:10.676 [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
22:13:10.676 [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
22:13:10.691 [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). 11411 bytes result sent to driver
22:13:10.692 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 164.0 in stage 7.0 (TID 386) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 164, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.692 [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)
22:13:10.692 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 163.0 in stage 7.0 (TID 385) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (164/200)
22:13:10.698 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (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
22:13:10.698 [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
22:13:10.700 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (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
22:13:10.701 [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
22:13:10.708 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (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
22:13:10.708 [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
22:13:10.725 [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). 11411 bytes result sent to driver
22:13:10.726 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 165.0 in stage 7.0 (TID 387) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 165, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.726 [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)
22:13:10.726 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 164.0 in stage 7.0 (TID 386) in 35 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (165/200)
22:13:10.731 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (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
22:13:10.731 [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
22:13:10.734 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (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
22:13:10.734 [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
22:13:10.741 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (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
22:13:10.741 [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
22:13:10.757 [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). 11411 bytes result sent to driver
22:13:10.758 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 166.0 in stage 7.0 (TID 388) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 166, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.758 [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)
22:13:10.758 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 165.0 in stage 7.0 (TID 387) in 33 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (166/200)
22:13:10.762 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (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
22:13:10.762 [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
22:13:10.764 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (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
22:13:10.764 [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
22:13:10.771 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (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
22:13:10.771 [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
22:13:10.787 [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). 11411 bytes result sent to driver
22:13:10.788 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 167.0 in stage 7.0 (TID 389) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 167, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.788 [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)
22:13:10.788 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 166.0 in stage 7.0 (TID 388) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (167/200)
22:13:10.792 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (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
22:13:10.792 [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
22:13:10.793 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (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
22:13:10.794 [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
22:13:10.799 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (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
22:13:10.799 [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
22:13:10.813 [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). 11411 bytes result sent to driver
22:13:10.813 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 168.0 in stage 7.0 (TID 390) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 168, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.814 [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)
22:13:10.814 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 167.0 in stage 7.0 (TID 389) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (168/200)
22:13:10.817 [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
22:13:10.818 [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
22:13:10.819 [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
22:13:10.819 [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
22:13:10.824 [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
22:13:10.824 [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
22:13:10.838 [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). 11411 bytes result sent to driver
22:13:10.839 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 169.0 in stage 7.0 (TID 391) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 169, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.839 [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)
22:13:10.840 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 168.0 in stage 7.0 (TID 390) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (169/200)
22:13:10.844 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (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
22:13:10.844 [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
22:13:10.846 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (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
22:13:10.846 [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
22:13:10.851 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (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
22:13:10.851 [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
22:13:10.865 [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). 11411 bytes result sent to driver
22:13:10.866 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 170.0 in stage 7.0 (TID 392) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 170, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.866 [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)
22:13:10.866 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 169.0 in stage 7.0 (TID 391) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (170/200)
22:13:10.873 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (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
22:13:10.873 [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
22:13:10.876 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (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
22:13:10.876 [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
22:13:10.881 [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
22:13:10.882 [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
22:13:10.897 [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). 11411 bytes result sent to driver
22:13:10.898 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 171.0 in stage 7.0 (TID 393) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 171, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.898 [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)
22:13:10.898 [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-5k54.c.gcp-upstream.internal (executor driver) (171/200)
22:13:10.902 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (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
22:13:10.902 [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
22:13:10.904 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (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
22:13:10.904 [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
22:13:10.909 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (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
22:13:10.909 [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
22:13:10.925 [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). 11411 bytes result sent to driver
22:13:10.926 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 172.0 in stage 7.0 (TID 394) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 172, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.926 [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)
22:13:10.926 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 171.0 in stage 7.0 (TID 393) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (172/200)
22:13:10.930 [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
22:13:10.930 [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
22:13:10.932 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (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
22:13:10.932 [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
22:13:10.937 [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
22:13:10.937 [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
22:13:10.953 [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). 11411 bytes result sent to driver
22:13:10.953 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 173.0 in stage 7.0 (TID 395) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 173, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.954 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 172.0 in stage 7.0 (TID 394) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (173/200)
22:13:10.954 [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)
22:13:10.958 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (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
22:13:10.958 [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
22:13:10.959 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (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
22:13:10.959 [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
22:13:10.964 [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
22:13:10.964 [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
22:13:10.978 [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). 11411 bytes result sent to driver
22:13:10.978 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 174.0 in stage 7.0 (TID 396) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 174, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:10.979 [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)
22:13:10.979 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 173.0 in stage 7.0 (TID 395) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (174/200)
22:13:10.983 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (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
22:13:10.983 [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
22:13:10.985 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (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
22:13:10.985 [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
22:13:10.990 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (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
22:13:10.990 [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
22:13:11.006 [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). 11411 bytes result sent to driver
22:13:11.007 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 175.0 in stage 7.0 (TID 397) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 175, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.007 [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)
22:13:11.007 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 174.0 in stage 7.0 (TID 396) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (175/200)
22:13:11.011 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (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
22:13:11.011 [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
22:13:11.013 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (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
22:13:11.013 [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
22:13:11.019 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (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
22:13:11.019 [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
22:13:11.034 [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). 11411 bytes result sent to driver
22:13:11.034 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 176.0 in stage 7.0 (TID 398) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 176, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.035 [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)
22:13:11.035 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 175.0 in stage 7.0 (TID 397) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (176/200)
22:13:11.039 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (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
22:13:11.039 [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
22:13:11.041 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (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
22:13:11.041 [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
22:13:11.046 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (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
22:13:11.046 [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
22:13:11.061 [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). 11411 bytes result sent to driver
22:13:11.062 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 177.0 in stage 7.0 (TID 399) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 177, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.062 [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)
22:13:11.062 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 176.0 in stage 7.0 (TID 398) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (177/200)
22:13:11.066 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (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
22:13:11.066 [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
22:13:11.068 [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
22:13:11.068 [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
22:13:11.072 [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
22:13:11.073 [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
22:13:11.091 [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). 11411 bytes result sent to driver
22:13:11.091 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 178.0 in stage 7.0 (TID 400) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 178, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.092 [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)
22:13:11.092 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 177.0 in stage 7.0 (TID 399) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (178/200)
22:13:11.096 [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
22:13:11.096 [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
22:13:11.097 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (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
22:13:11.098 [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
22:13:11.102 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (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
22:13:11.102 [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
22:13:11.115 [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). 11411 bytes result sent to driver
22:13:11.116 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 179.0 in stage 7.0 (TID 401) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 179, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.116 [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)
22:13:11.117 [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-5k54.c.gcp-upstream.internal (executor driver) (179/200)
22:13:11.120 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (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
22:13:11.120 [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
22:13:11.122 [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
22:13:11.122 [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
22:13:11.127 [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
22:13:11.127 [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
22:13:11.143 [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). 11411 bytes result sent to driver
22:13:11.143 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 180.0 in stage 7.0 (TID 402) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 180, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.144 [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)
22:13:11.144 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 179.0 in stage 7.0 (TID 401) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (180/200)
22:13:11.147 [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
22:13:11.147 [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
22:13:11.149 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (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
22:13:11.149 [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
22:13:11.157 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (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
22:13:11.157 [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
22:13:11.176 [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). 11411 bytes result sent to driver
22:13:11.187 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 181.0 in stage 7.0 (TID 403) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 181, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.187 [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)
22:13:11.188 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 180.0 in stage 7.0 (TID 402) in 45 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (181/200)
22:13:11.192 [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
22:13:11.193 [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
22:13:11.195 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (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
22:13:11.195 [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
22:13:11.202 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (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
22:13:11.202 [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
22:13:11.220 [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). 11411 bytes result sent to driver
22:13:11.221 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 182.0 in stage 7.0 (TID 404) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 182, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.221 [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)
22:13:11.221 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 181.0 in stage 7.0 (TID 403) in 35 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (182/200)
22:13:11.226 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (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
22:13:11.226 [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
22:13:11.228 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (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
22:13:11.228 [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
22:13:11.232 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (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
22:13:11.232 [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
22:13:11.247 [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). 11411 bytes result sent to driver
22:13:11.248 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 183.0 in stage 7.0 (TID 405) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 183, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.248 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 182.0 in stage 7.0 (TID 404) in 28 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (183/200)
22:13:11.249 [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)
22:13:11.254 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (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
22:13:11.254 [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
22:13:11.256 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (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
22:13:11.256 [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
22:13:11.261 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (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
22:13:11.261 [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
22:13:11.278 [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). 11411 bytes result sent to driver
22:13:11.278 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 184.0 in stage 7.0 (TID 406) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 184, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.279 [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)
22:13:11.279 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 183.0 in stage 7.0 (TID 405) in 32 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (184/200)
22:13:11.284 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (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
22:13:11.285 [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
22:13:11.287 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (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
22:13:11.287 [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
22:13:11.294 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (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
22:13:11.294 [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
22:13:11.314 [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). 11411 bytes result sent to driver
22:13:11.315 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 185.0 in stage 7.0 (TID 407) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 185, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.316 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 184.0 in stage 7.0 (TID 406) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (185/200)
22:13:11.316 [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)
22:13:11.321 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (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
22:13:11.321 [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
22:13:11.323 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (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
22:13:11.323 [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
22:13:11.330 [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
22:13:11.330 [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
22:13:11.344 [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). 11411 bytes result sent to driver
22:13:11.345 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 186.0 in stage 7.0 (TID 408) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 186, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.345 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 185.0 in stage 7.0 (TID 407) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (186/200)
22:13:11.346 [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)
22:13:11.349 [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
22:13:11.350 [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
22:13:11.352 [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
22:13:11.352 [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
22:13:11.357 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (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
22:13:11.357 [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
22:13:11.372 [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). 11411 bytes result sent to driver
22:13:11.372 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 187.0 in stage 7.0 (TID 409) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 187, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.373 [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)
22:13:11.373 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 186.0 in stage 7.0 (TID 408) in 29 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (187/200)
22:13:11.378 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (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
22:13:11.379 [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
22:13:11.381 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (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
22:13:11.381 [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
22:13:11.389 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (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
22:13:11.389 [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
22:13:11.410 [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). 11411 bytes result sent to driver
22:13:11.411 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 188.0 in stage 7.0 (TID 410) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 188, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.412 [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)
22:13:11.412 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 187.0 in stage 7.0 (TID 409) in 40 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (188/200)
22:13:11.416 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (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
22:13:11.416 [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
22:13:11.418 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (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
22:13:11.418 [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
22:13:11.424 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (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
22:13:11.424 [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
22:13:11.440 [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). 11411 bytes result sent to driver
22:13:11.441 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 189.0 in stage 7.0 (TID 411) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 189, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.441 [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)
22:13:11.441 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 188.0 in stage 7.0 (TID 410) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (189/200)
22:13:11.446 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (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
22:13:11.446 [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
22:13:11.448 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (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
22:13:11.448 [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
22:13:11.453 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (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
22:13:11.453 [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
22:13:11.470 [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). 11411 bytes result sent to driver
22:13:11.471 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 190.0 in stage 7.0 (TID 412) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 190, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.471 [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)
22:13:11.472 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 189.0 in stage 7.0 (TID 411) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (190/200)
22:13:11.478 [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
22:13:11.479 [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
22:13:11.481 [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
22:13:11.481 [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
22:13:11.488 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (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
22:13:11.488 [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
22:13:11.507 [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). 11411 bytes result sent to driver
22:13:11.508 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 191.0 in stage 7.0 (TID 413) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 191, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.508 [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)
22:13:11.509 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 190.0 in stage 7.0 (TID 412) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (191/200)
22:13:11.512 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (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
22:13:11.512 [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
22:13:11.514 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (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
22:13:11.514 [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
22:13:11.519 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (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
22:13:11.519 [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
22:13:11.533 [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). 11411 bytes result sent to driver
22:13:11.534 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 192.0 in stage 7.0 (TID 414) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 192, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.534 [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)
22:13:11.534 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 191.0 in stage 7.0 (TID 413) in 26 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (192/200)
22:13:11.538 [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
22:13:11.538 [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
22:13:11.540 [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
22:13:11.540 [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
22:13:11.544 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (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
22:13:11.544 [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
22:13:11.559 [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). 11411 bytes result sent to driver
22:13:11.560 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 193.0 in stage 7.0 (TID 415) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 193, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.560 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 192.0 in stage 7.0 (TID 414) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (193/200)
22:13:11.560 [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)
22:13:11.564 [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
22:13:11.564 [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
22:13:11.565 [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
22:13:11.565 [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
22:13:11.569 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (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
22:13:11.570 [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
22:13:11.583 [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). 11411 bytes result sent to driver
22:13:11.583 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 194.0 in stage 7.0 (TID 416) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 194, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.584 [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)
22:13:11.584 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 193.0 in stage 7.0 (TID 415) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (194/200)
22:13:11.589 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (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
22:13:11.589 [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
22:13:11.591 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (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
22:13:11.592 [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
22:13:11.598 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (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
22:13:11.598 [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
22:13:11.619 [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). 11411 bytes result sent to driver
22:13:11.620 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 195.0 in stage 7.0 (TID 417) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 195, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.620 [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)
22:13:11.620 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 194.0 in stage 7.0 (TID 416) in 37 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (195/200)
22:13:11.624 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (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
22:13:11.624 [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
22:13:11.626 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (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
22:13:11.626 [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
22:13:11.630 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (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
22:13:11.630 [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
22:13:11.644 [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). 11411 bytes result sent to driver
22:13:11.645 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 196.0 in stage 7.0 (TID 418) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 196, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.646 [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)
22:13:11.646 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 195.0 in stage 7.0 (TID 417) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (196/200)
22:13:11.649 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (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
22:13:11.650 [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
22:13:11.651 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (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
22:13:11.651 [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
22:13:11.656 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (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
22:13:11.656 [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
22:13:11.669 [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). 11411 bytes result sent to driver
22:13:11.670 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 197.0 in stage 7.0 (TID 419) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 197, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.670 [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)
22:13:11.670 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 196.0 in stage 7.0 (TID 418) in 25 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (197/200)
22:13:11.675 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (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
22:13:11.675 [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
22:13:11.677 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (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
22:13:11.677 [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
22:13:11.682 [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
22:13:11.683 [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
22:13:11.700 [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). 11411 bytes result sent to driver
22:13:11.701 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 198.0 in stage 7.0 (TID 420) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 198, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.701 [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)
22:13:11.701 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 197.0 in stage 7.0 (TID 419) in 31 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (198/200)
22:13:11.706 [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
22:13:11.706 [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
22:13:11.708 [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
22:13:11.708 [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
22:13:11.714 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (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
22:13:11.714 [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
22:13:11.729 [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). 11411 bytes result sent to driver
22:13:11.730 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 199.0 in stage 7.0 (TID 421) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 199, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
22:13:11.730 [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)
22:13:11.730 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 198.0 in stage 7.0 (TID 420) in 30 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (199/200)
22:13:11.734 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (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
22:13:11.734 [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
22:13:11.736 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (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
22:13:11.736 [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
22:13:11.741 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (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
22:13:11.741 [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
22:13:11.755 [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). 11411 bytes result sent to driver
22:13:11.756 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 199.0 in stage 7.0 (TID 421) in 27 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (200/200)
22:13:11.757 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
22:13:11.757 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 7 (collect at IntegrationTestBigLinkedList.scala:421) finished in 6.650 s
22:13:11.757 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
22:13:11.758 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set()
22:13:11.758 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ResultStage 8)
22:13:11.758 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
22:13:11.758 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (MapPartitionsRDD[44] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
22:13:11.773 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 87.9 KiB, free 1993.5 MiB)
22:13:11.775 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 33.8 KiB, free 1993.5 MiB)
22:13:11.775 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-5k54.c.gcp-upstream.internal:40541 (size: 33.8 KiB, free: 1993.8 MiB)
22:13:11.776 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
22:13:11.777 [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))
22:13:11.777 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 400 tasks resource profile 0
22:13:11.781 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 8.0 (TID 422) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.781 [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)
22:13:11.795 [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
22:13:11.796 [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
22:13:11.801 [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). 15728 bytes result sent to driver
22:13:11.801 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 69.0 in stage 8.0 (TID 423) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.802 [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)
22:13:11.802 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 5.0 in stage 8.0 (TID 422) in 23 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (1/400)
22:13:11.807 [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
22:13:11.807 [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
22:13:11.822 [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). 15729 bytes result sent to driver
22:13:11.822 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 128.0 in stage 8.0 (TID 424) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.823 [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)
22:13:11.823 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 69.0 in stage 8.0 (TID 423) in 22 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (2/400)
22:13:11.827 [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
22:13:11.827 [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
22:13:11.830 [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). 15728 bytes result sent to driver
22:13:11.830 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 386.0 in stage 8.0 (TID 425) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 386, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.830 [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)
22:13:11.831 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 128.0 in stage 8.0 (TID 424) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (3/400)
22:13:11.835 [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
22:13:11.835 [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
22:13:11.839 [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). 15728 bytes result sent to driver
22:13:11.850 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 426) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.850 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 386.0 in stage 8.0 (TID 425) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (4/400)
22:13:11.851 [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)
22:13:11.853 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_7_piece0 on dist-test-slave-5k54.c.gcp-upstream.internal:40541 in memory (size: 32.1 KiB, free: 1993.8 MiB)
22:13:11.856 [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
22:13:11.856 [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
22:13:11.860 [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). 15690 bytes result sent to driver
22:13:11.860 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 8.0 (TID 427) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 1, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.861 [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)
22:13:11.861 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 426) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (5/400)
22:13:11.864 [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
22:13:11.865 [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
22:13:11.867 [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). 15690 bytes result sent to driver
22:13:11.867 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 8.0 (TID 428) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 2, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.867 [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)
22:13:11.868 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 427) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (6/400)
22:13:11.872 [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
22:13:11.872 [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
22:13:11.875 [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). 15690 bytes result sent to driver
22:13:11.875 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 8.0 (TID 429) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 3, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.876 [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)
22:13:11.876 [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-5k54.c.gcp-upstream.internal (executor driver) (7/400)
22:13:11.879 [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
22:13:11.879 [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
22:13:11.881 [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). 15690 bytes result sent to driver
22:13:11.882 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 8.0 (TID 430) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 4, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.882 [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)
22:13:11.882 [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-5k54.c.gcp-upstream.internal (executor driver) (8/400)
22:13:11.885 [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
22:13:11.885 [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
22:13:11.887 [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). 15690 bytes result sent to driver
22:13:11.888 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 8.0 (TID 431) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 6, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.888 [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)
22:13:11.888 [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-5k54.c.gcp-upstream.internal (executor driver) (9/400)
22:13:11.893 [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
22:13:11.893 [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
22:13:11.895 [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). 15690 bytes result sent to driver
22:13:11.896 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 8.0 (TID 432) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 7, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.896 [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)
22:13:11.896 [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-5k54.c.gcp-upstream.internal (executor driver) (10/400)
22:13:11.900 [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
22:13:11.900 [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
22:13:11.902 [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). 15690 bytes result sent to driver
22:13:11.903 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 8.0 (TID 433) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 8, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.903 [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)
22:13:11.903 [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-5k54.c.gcp-upstream.internal (executor driver) (11/400)
22:13:11.907 [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
22:13:11.907 [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
22:13:11.910 [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). 15690 bytes result sent to driver
22:13:11.911 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 9.0 in stage 8.0 (TID 434) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 9, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.911 [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)
22:13:11.911 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 8.0 in stage 8.0 (TID 433) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (12/400)
22:13:11.915 [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
22:13:11.915 [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
22:13:11.917 [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). 15690 bytes result sent to driver
22:13:11.918 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 10.0 in stage 8.0 (TID 435) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 10, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.918 [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)
22:13:11.918 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 9.0 in stage 8.0 (TID 434) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (13/400)
22:13:11.923 [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
22:13:11.923 [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
22:13:11.926 [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). 15690 bytes result sent to driver
22:13:11.926 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 8.0 (TID 436) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 11, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.926 [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)
22:13:11.927 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 10.0 in stage 8.0 (TID 435) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (14/400)
22:13:11.931 [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
22:13:11.931 [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
22:13:11.934 [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). 15690 bytes result sent to driver
22:13:11.935 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 8.0 (TID 437) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 12, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.935 [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)
22:13:11.935 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 11.0 in stage 8.0 (TID 436) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (15/400)
22:13:11.939 [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
22:13:11.939 [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
22:13:11.941 [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). 15690 bytes result sent to driver
22:13:11.941 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 13.0 in stage 8.0 (TID 438) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 13, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.942 [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)
22:13:11.942 [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-5k54.c.gcp-upstream.internal (executor driver) (16/400)
22:13:11.945 [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
22:13:11.946 [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
22:13:11.947 [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). 15690 bytes result sent to driver
22:13:11.948 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 14.0 in stage 8.0 (TID 439) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 14, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.948 [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)
22:13:11.948 [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-5k54.c.gcp-upstream.internal (executor driver) (17/400)
22:13:11.952 [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
22:13:11.952 [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
22:13:11.954 [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). 15690 bytes result sent to driver
22:13:11.955 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 8.0 (TID 440) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 15, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.955 [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)
22:13:11.955 [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-5k54.c.gcp-upstream.internal (executor driver) (18/400)
22:13:11.960 [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
22:13:11.960 [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
22:13:11.962 [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). 15690 bytes result sent to driver
22:13:11.963 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 16.0 in stage 8.0 (TID 441) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 16, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.963 [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)
22:13:11.963 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 15.0 in stage 8.0 (TID 440) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (19/400)
22:13:11.967 [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
22:13:11.968 [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
22:13:11.969 [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). 15690 bytes result sent to driver
22:13:11.970 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 17.0 in stage 8.0 (TID 442) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 17, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.970 [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)
22:13:11.970 [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-5k54.c.gcp-upstream.internal (executor driver) (20/400)
22:13:11.974 [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
22:13:11.974 [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
22:13:11.976 [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). 15690 bytes result sent to driver
22:13:11.976 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 18.0 in stage 8.0 (TID 443) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 18, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.976 [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)
22:13:11.977 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 17.0 in stage 8.0 (TID 442) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (21/400)
22:13:11.981 [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
22:13:11.981 [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
22:13:11.984 [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). 15690 bytes result sent to driver
22:13:11.984 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 19.0 in stage 8.0 (TID 444) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 19, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.985 [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)
22:13:11.985 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 18.0 in stage 8.0 (TID 443) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (22/400)
22:13:11.988 [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
22:13:11.988 [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
22:13:11.990 [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). 15690 bytes result sent to driver
22:13:11.991 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 20.0 in stage 8.0 (TID 445) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 20, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.991 [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)
22:13:11.992 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 19.0 in stage 8.0 (TID 444) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (23/400)
22:13:11.996 [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
22:13:11.996 [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
22:13:11.998 [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). 15690 bytes result sent to driver
22:13:11.999 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 21.0 in stage 8.0 (TID 446) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 21, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:11.999 [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)
22:13:12.000 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 20.0 in stage 8.0 (TID 445) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (24/400)
22:13:12.003 [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
22:13:12.003 [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
22:13:12.005 [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). 15690 bytes result sent to driver
22:13:12.006 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 22.0 in stage 8.0 (TID 447) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 22, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.006 [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)
22:13:12.006 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 21.0 in stage 8.0 (TID 446) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (25/400)
22:13:12.010 [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
22:13:12.010 [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
22:13:12.012 [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). 15690 bytes result sent to driver
22:13:12.012 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 23.0 in stage 8.0 (TID 448) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 23, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.013 [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)
22:13:12.013 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 22.0 in stage 8.0 (TID 447) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (26/400)
22:13:12.017 [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
22:13:12.018 [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
22:13:12.021 [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). 15690 bytes result sent to driver
22:13:12.021 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 24.0 in stage 8.0 (TID 449) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 24, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.021 [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)
22:13:12.022 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 23.0 in stage 8.0 (TID 448) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (27/400)
22:13:12.026 [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
22:13:12.026 [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
22:13:12.029 [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). 15690 bytes result sent to driver
22:13:12.029 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 25.0 in stage 8.0 (TID 450) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 25, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.030 [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)
22:13:12.030 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 24.0 in stage 8.0 (TID 449) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (28/400)
22:13:12.033 [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
22:13:12.033 [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
22:13:12.035 [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). 15690 bytes result sent to driver
22:13:12.036 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 26.0 in stage 8.0 (TID 451) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 26, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.036 [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)
22:13:12.036 [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-5k54.c.gcp-upstream.internal (executor driver) (29/400)
22:13:12.040 [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
22:13:12.040 [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
22:13:12.043 [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). 15690 bytes result sent to driver
22:13:12.043 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 27.0 in stage 8.0 (TID 452) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 27, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.043 [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)
22:13:12.044 [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-5k54.c.gcp-upstream.internal (executor driver) (30/400)
22:13:12.048 [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
22:13:12.048 [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
22:13:12.050 [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). 15690 bytes result sent to driver
22:13:12.051 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 28.0 in stage 8.0 (TID 453) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 28, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.051 [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)
22:13:12.051 [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-5k54.c.gcp-upstream.internal (executor driver) (31/400)
22:13:12.056 [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
22:13:12.056 [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
22:13:12.058 [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). 15690 bytes result sent to driver
22:13:12.059 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 29.0 in stage 8.0 (TID 454) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 29, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.059 [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)
22:13:12.059 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 28.0 in stage 8.0 (TID 453) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (32/400)
22:13:12.063 [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
22:13:12.063 [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
22:13:12.065 [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). 15690 bytes result sent to driver
22:13:12.066 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 30.0 in stage 8.0 (TID 455) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 30, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.066 [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)
22:13:12.066 [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-5k54.c.gcp-upstream.internal (executor driver) (33/400)
22:13:12.070 [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
22:13:12.070 [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
22:13:12.072 [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). 15690 bytes result sent to driver
22:13:12.073 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 31.0 in stage 8.0 (TID 456) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 31, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.073 [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)
22:13:12.073 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 30.0 in stage 8.0 (TID 455) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (34/400)
22:13:12.077 [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
22:13:12.077 [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
22:13:12.078 [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). 15690 bytes result sent to driver
22:13:12.079 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 32.0 in stage 8.0 (TID 457) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 32, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.079 [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)
22:13:12.079 [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-5k54.c.gcp-upstream.internal (executor driver) (35/400)
22:13:12.083 [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
22:13:12.083 [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
22:13:12.085 [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). 15690 bytes result sent to driver
22:13:12.086 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 33.0 in stage 8.0 (TID 458) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 33, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.086 [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)
22:13:12.086 [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-5k54.c.gcp-upstream.internal (executor driver) (36/400)
22:13:12.090 [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
22:13:12.090 [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
22:13:12.092 [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). 15690 bytes result sent to driver
22:13:12.093 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 34.0 in stage 8.0 (TID 459) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 34, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.093 [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)
22:13:12.093 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 33.0 in stage 8.0 (TID 458) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (37/400)
22:13:12.097 [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
22:13:12.097 [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
22:13:12.099 [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). 15690 bytes result sent to driver
22:13:12.100 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 35.0 in stage 8.0 (TID 460) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 35, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.100 [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)
22:13:12.100 [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-5k54.c.gcp-upstream.internal (executor driver) (38/400)
22:13:12.104 [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
22:13:12.104 [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
22:13:12.106 [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). 15690 bytes result sent to driver
22:13:12.107 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 36.0 in stage 8.0 (TID 461) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 36, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.107 [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)
22:13:12.107 [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-5k54.c.gcp-upstream.internal (executor driver) (39/400)
22:13:12.111 [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
22:13:12.111 [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
22:13:12.113 [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). 15690 bytes result sent to driver
22:13:12.114 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 37.0 in stage 8.0 (TID 462) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 37, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.114 [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)
22:13:12.114 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 36.0 in stage 8.0 (TID 461) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (40/400)
22:13:12.119 [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
22:13:12.119 [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
22:13:12.121 [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). 15690 bytes result sent to driver
22:13:12.122 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 38.0 in stage 8.0 (TID 463) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 38, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.122 [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)
22:13:12.122 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 37.0 in stage 8.0 (TID 462) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (41/400)
22:13:12.128 [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
22:13:12.128 [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
22:13:12.131 [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). 15690 bytes result sent to driver
22:13:12.131 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 39.0 in stage 8.0 (TID 464) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 39, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.131 [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)
22:13:12.132 [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-5k54.c.gcp-upstream.internal (executor driver) (42/400)
22:13:12.135 [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
22:13:12.135 [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
22:13:12.137 [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). 15690 bytes result sent to driver
22:13:12.138 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 40.0 in stage 8.0 (TID 465) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 40, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.138 [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-5k54.c.gcp-upstream.internal (executor driver) (43/400)
22:13:12.138 [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)
22:13:12.143 [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
22:13:12.143 [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
22:13:12.145 [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). 15690 bytes result sent to driver
22:13:12.145 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 41.0 in stage 8.0 (TID 466) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 41, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.146 [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)
22:13:12.146 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 40.0 in stage 8.0 (TID 465) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (44/400)
22:13:12.151 [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
22:13:12.151 [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
22:13:12.153 [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). 15690 bytes result sent to driver
22:13:12.154 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 42.0 in stage 8.0 (TID 467) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 42, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.154 [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)
22:13:12.155 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 41.0 in stage 8.0 (TID 466) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (45/400)
22:13:12.159 [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
22:13:12.159 [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
22:13:12.162 [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). 15690 bytes result sent to driver
22:13:12.163 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 43.0 in stage 8.0 (TID 468) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 43, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.163 [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)
22:13:12.163 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 42.0 in stage 8.0 (TID 467) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (46/400)
22:13:12.167 [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
22:13:12.167 [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
22:13:12.169 [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). 15690 bytes result sent to driver
22:13:12.170 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 44.0 in stage 8.0 (TID 469) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 44, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.170 [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)
22:13:12.170 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 43.0 in stage 8.0 (TID 468) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (47/400)
22:13:12.174 [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
22:13:12.175 [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
22:13:12.177 [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). 15690 bytes result sent to driver
22:13:12.178 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 45.0 in stage 8.0 (TID 470) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 45, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.178 [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)
22:13:12.178 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 44.0 in stage 8.0 (TID 469) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (48/400)
22:13:12.182 [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
22:13:12.182 [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
22:13:12.184 [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). 15690 bytes result sent to driver
22:13:12.184 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 46.0 in stage 8.0 (TID 471) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 46, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.185 [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)
22:13:12.185 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 45.0 in stage 8.0 (TID 470) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (49/400)
22:13:12.189 [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
22:13:12.189 [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
22:13:12.192 [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). 15690 bytes result sent to driver
22:13:12.192 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 47.0 in stage 8.0 (TID 472) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 47, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.192 [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)
22:13:12.193 [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-5k54.c.gcp-upstream.internal (executor driver) (50/400)
22:13:12.197 [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
22:13:12.197 [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
22:13:12.199 [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). 15690 bytes result sent to driver
22:13:12.199 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 48.0 in stage 8.0 (TID 473) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 48, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.200 [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)
22:13:12.200 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 47.0 in stage 8.0 (TID 472) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (51/400)
22:13:12.203 [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
22:13:12.203 [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
22:13:12.205 [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). 15690 bytes result sent to driver
22:13:12.206 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 49.0 in stage 8.0 (TID 474) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 49, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.206 [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)
22:13:12.206 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 48.0 in stage 8.0 (TID 473) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (52/400)
22:13:12.211 [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
22:13:12.211 [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
22:13:12.213 [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). 15690 bytes result sent to driver
22:13:12.214 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 50.0 in stage 8.0 (TID 475) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 50, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.214 [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)
22:13:12.215 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 49.0 in stage 8.0 (TID 474) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (53/400)
22:13:12.219 [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
22:13:12.219 [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
22:13:12.222 [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). 15690 bytes result sent to driver
22:13:12.222 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 51.0 in stage 8.0 (TID 476) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 51, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.222 [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)
22:13:12.223 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 50.0 in stage 8.0 (TID 475) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (54/400)
22:13:12.226 [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
22:13:12.227 [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
22:13:12.229 [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). 15690 bytes result sent to driver
22:13:12.229 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 52.0 in stage 8.0 (TID 477) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 52, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.229 [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)
22:13:12.230 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 51.0 in stage 8.0 (TID 476) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (55/400)
22:13:12.234 [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
22:13:12.234 [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
22:13:12.236 [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). 15690 bytes result sent to driver
22:13:12.237 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 53.0 in stage 8.0 (TID 478) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 53, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.237 [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)
22:13:12.238 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 52.0 in stage 8.0 (TID 477) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (56/400)
22:13:12.241 [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
22:13:12.242 [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
22:13:12.244 [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). 15690 bytes result sent to driver
22:13:12.244 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 54.0 in stage 8.0 (TID 479) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 54, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.245 [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)
22:13:12.245 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 53.0 in stage 8.0 (TID 478) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (57/400)
22:13:12.249 [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
22:13:12.250 [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
22:13:12.252 [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). 15690 bytes result sent to driver
22:13:12.253 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 55.0 in stage 8.0 (TID 480) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 55, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.253 [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)
22:13:12.253 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 54.0 in stage 8.0 (TID 479) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (58/400)
22:13:12.257 [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
22:13:12.257 [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
22:13:12.259 [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). 15690 bytes result sent to driver
22:13:12.259 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 56.0 in stage 8.0 (TID 481) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 56, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.260 [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)
22:13:12.260 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 55.0 in stage 8.0 (TID 480) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (59/400)
22:13:12.263 [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
22:13:12.263 [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
22:13:12.266 [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). 15690 bytes result sent to driver
22:13:12.266 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 57.0 in stage 8.0 (TID 482) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 57, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.267 [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)
22:13:12.267 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 56.0 in stage 8.0 (TID 481) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (60/400)
22:13:12.270 [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
22:13:12.270 [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
22:13:12.272 [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). 15690 bytes result sent to driver
22:13:12.273 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 58.0 in stage 8.0 (TID 483) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 58, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.273 [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)
22:13:12.273 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 57.0 in stage 8.0 (TID 482) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (61/400)
22:13:12.277 [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
22:13:12.277 [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
22:13:12.279 [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). 15690 bytes result sent to driver
22:13:12.279 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 59.0 in stage 8.0 (TID 484) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 59, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.279 [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)
22:13:12.280 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 58.0 in stage 8.0 (TID 483) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (62/400)
22:13:12.283 [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
22:13:12.283 [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
22:13:12.285 [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). 15690 bytes result sent to driver
22:13:12.285 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 60.0 in stage 8.0 (TID 485) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 60, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.286 [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)
22:13:12.286 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 59.0 in stage 8.0 (TID 484) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (63/400)
22:13:12.290 [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
22:13:12.290 [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
22:13:12.292 [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). 15690 bytes result sent to driver
22:13:12.292 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 61.0 in stage 8.0 (TID 486) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 61, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.293 [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)
22:13:12.293 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 60.0 in stage 8.0 (TID 485) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (64/400)
22:13:12.296 [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
22:13:12.296 [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
22:13:12.298 [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). 15690 bytes result sent to driver
22:13:12.299 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 62.0 in stage 8.0 (TID 487) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 62, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.299 [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)
22:13:12.299 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 61.0 in stage 8.0 (TID 486) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (65/400)
22:13:12.304 [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
22:13:12.304 [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
22:13:12.306 [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). 15690 bytes result sent to driver
22:13:12.306 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 63.0 in stage 8.0 (TID 488) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 63, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.307 [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)
22:13:12.307 [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-5k54.c.gcp-upstream.internal (executor driver) (66/400)
22:13:12.310 [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
22:13:12.310 [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
22:13:12.312 [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). 15690 bytes result sent to driver
22:13:12.313 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 64.0 in stage 8.0 (TID 489) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 64, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.313 [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)
22:13:12.313 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 63.0 in stage 8.0 (TID 488) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (67/400)
22:13:12.317 [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
22:13:12.317 [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
22:13:12.319 [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). 15690 bytes result sent to driver
22:13:12.320 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 65.0 in stage 8.0 (TID 490) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 65, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.320 [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)
22:13:12.320 [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-5k54.c.gcp-upstream.internal (executor driver) (68/400)
22:13:12.324 [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
22:13:12.324 [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
22:13:12.327 [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). 15690 bytes result sent to driver
22:13:12.327 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 66.0 in stage 8.0 (TID 491) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 66, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.327 [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)
22:13:12.328 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 65.0 in stage 8.0 (TID 490) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (69/400)
22:13:12.331 [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
22:13:12.331 [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
22:13:12.333 [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). 15690 bytes result sent to driver
22:13:12.334 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 67.0 in stage 8.0 (TID 492) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 67, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.334 [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)
22:13:12.334 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 66.0 in stage 8.0 (TID 491) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (70/400)
22:13:12.338 [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
22:13:12.338 [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
22:13:12.340 [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). 15690 bytes result sent to driver
22:13:12.341 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 68.0 in stage 8.0 (TID 493) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 68, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.341 [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)
22:13:12.341 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 67.0 in stage 8.0 (TID 492) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (71/400)
22:13:12.346 [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
22:13:12.346 [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
22:13:12.348 [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). 15690 bytes result sent to driver
22:13:12.348 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 70.0 in stage 8.0 (TID 494) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 70, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.349 [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)
22:13:12.349 [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-5k54.c.gcp-upstream.internal (executor driver) (72/400)
22:13:12.353 [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
22:13:12.353 [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
22:13:12.355 [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). 15690 bytes result sent to driver
22:13:12.355 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 71.0 in stage 8.0 (TID 495) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 71, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.356 [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)
22:13:12.356 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 70.0 in stage 8.0 (TID 494) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (73/400)
22:13:12.359 [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
22:13:12.359 [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
22:13:12.361 [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). 15690 bytes result sent to driver
22:13:12.362 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 72.0 in stage 8.0 (TID 496) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 72, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.362 [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)
22:13:12.362 [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-5k54.c.gcp-upstream.internal (executor driver) (74/400)
22:13:12.366 [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
22:13:12.366 [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
22:13:12.368 [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). 15690 bytes result sent to driver
22:13:12.368 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 73.0 in stage 8.0 (TID 497) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 73, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.368 [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)
22:13:12.369 [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-5k54.c.gcp-upstream.internal (executor driver) (75/400)
22:13:12.372 [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
22:13:12.372 [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
22:13:12.374 [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). 15690 bytes result sent to driver
22:13:12.374 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 74.0 in stage 8.0 (TID 498) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 74, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.375 [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)
22:13:12.375 [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-5k54.c.gcp-upstream.internal (executor driver) (76/400)
22:13:12.381 [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
22:13:12.381 [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
22:13:12.383 [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). 15690 bytes result sent to driver
22:13:12.384 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 75.0 in stage 8.0 (TID 499) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 75, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.384 [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)
22:13:12.384 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 74.0 in stage 8.0 (TID 498) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (77/400)
22:13:12.388 [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
22:13:12.388 [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
22:13:12.389 [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). 15690 bytes result sent to driver
22:13:12.390 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 76.0 in stage 8.0 (TID 500) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 76, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.390 [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)
22:13:12.391 [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-5k54.c.gcp-upstream.internal (executor driver) (78/400)
22:13:12.394 [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
22:13:12.394 [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
22:13:12.396 [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). 15690 bytes result sent to driver
22:13:12.397 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 77.0 in stage 8.0 (TID 501) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 77, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.397 [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)
22:13:12.397 [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-5k54.c.gcp-upstream.internal (executor driver) (79/400)
22:13:12.400 [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
22:13:12.401 [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
22:13:12.402 [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). 15690 bytes result sent to driver
22:13:12.403 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 78.0 in stage 8.0 (TID 502) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 78, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.403 [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)
22:13:12.403 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 77.0 in stage 8.0 (TID 501) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (80/400)
22:13:12.408 [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
22:13:12.408 [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
22:13:12.410 [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). 15690 bytes result sent to driver
22:13:12.411 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 79.0 in stage 8.0 (TID 503) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 79, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.411 [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)
22:13:12.411 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 78.0 in stage 8.0 (TID 502) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (81/400)
22:13:12.416 [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
22:13:12.416 [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
22:13:12.418 [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). 15690 bytes result sent to driver
22:13:12.419 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 80.0 in stage 8.0 (TID 504) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 80, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.419 [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)
22:13:12.419 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 79.0 in stage 8.0 (TID 503) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (82/400)
22:13:12.423 [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
22:13:12.423 [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
22:13:12.425 [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). 15690 bytes result sent to driver
22:13:12.425 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 81.0 in stage 8.0 (TID 505) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 81, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.426 [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)
22:13:12.426 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 80.0 in stage 8.0 (TID 504) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (83/400)
22:13:12.430 [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
22:13:12.430 [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
22:13:12.432 [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). 15690 bytes result sent to driver
22:13:12.433 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 82.0 in stage 8.0 (TID 506) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 82, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.433 [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)
22:13:12.433 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 81.0 in stage 8.0 (TID 505) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (84/400)
22:13:12.437 [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
22:13:12.437 [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
22:13:12.439 [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). 15690 bytes result sent to driver
22:13:12.440 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 83.0 in stage 8.0 (TID 507) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 83, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.440 [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)
22:13:12.440 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 82.0 in stage 8.0 (TID 506) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (85/400)
22:13:12.445 [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
22:13:12.445 [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
22:13:12.447 [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). 15690 bytes result sent to driver
22:13:12.448 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 84.0 in stage 8.0 (TID 508) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 84, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.458 [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)
22:13:12.459 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 83.0 in stage 8.0 (TID 507) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (86/400)
22:13:12.463 [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
22:13:12.464 [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
22:13:12.466 [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). 15690 bytes result sent to driver
22:13:12.467 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 85.0 in stage 8.0 (TID 509) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 85, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.467 [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)
22:13:12.467 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 84.0 in stage 8.0 (TID 508) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (87/400)
22:13:12.471 [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
22:13:12.471 [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
22:13:12.473 [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). 15690 bytes result sent to driver
22:13:12.474 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 86.0 in stage 8.0 (TID 510) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 86, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.474 [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)
22:13:12.474 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 85.0 in stage 8.0 (TID 509) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (88/400)
22:13:12.480 [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
22:13:12.480 [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
22:13:12.483 [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). 15690 bytes result sent to driver
22:13:12.483 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 87.0 in stage 8.0 (TID 511) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 87, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.484 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 86.0 in stage 8.0 (TID 510) in 11 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (89/400)
22:13:12.484 [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)
22:13:12.488 [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
22:13:12.488 [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
22:13:12.491 [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). 15690 bytes result sent to driver
22:13:12.492 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 88.0 in stage 8.0 (TID 512) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 88, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.492 [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)
22:13:12.493 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 87.0 in stage 8.0 (TID 511) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (90/400)
22:13:12.498 [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
22:13:12.498 [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
22:13:12.500 [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). 15690 bytes result sent to driver
22:13:12.501 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 89.0 in stage 8.0 (TID 513) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 89, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.501 [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)
22:13:12.501 [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-5k54.c.gcp-upstream.internal (executor driver) (91/400)
22:13:12.506 [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
22:13:12.507 [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
22:13:12.509 [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). 15690 bytes result sent to driver
22:13:12.509 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 90.0 in stage 8.0 (TID 514) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 90, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.510 [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)
22:13:12.510 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 89.0 in stage 8.0 (TID 513) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (92/400)
22:13:12.513 [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
22:13:12.514 [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
22:13:12.516 [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). 15690 bytes result sent to driver
22:13:12.517 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 91.0 in stage 8.0 (TID 515) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 91, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.517 [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)
22:13:12.517 [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-5k54.c.gcp-upstream.internal (executor driver) (93/400)
22:13:12.522 [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
22:13:12.522 [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
22:13:12.525 [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). 15690 bytes result sent to driver
22:13:12.525 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 92.0 in stage 8.0 (TID 516) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 92, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.525 [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)
22:13:12.526 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 91.0 in stage 8.0 (TID 515) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (94/400)
22:13:12.529 [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
22:13:12.529 [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
22:13:12.531 [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). 15690 bytes result sent to driver
22:13:12.531 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 93.0 in stage 8.0 (TID 517) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 93, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.532 [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)
22:13:12.532 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 92.0 in stage 8.0 (TID 516) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (95/400)
22:13:12.537 [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
22:13:12.537 [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
22:13:12.539 [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). 15690 bytes result sent to driver
22:13:12.540 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 94.0 in stage 8.0 (TID 518) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 94, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.540 [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)
22:13:12.540 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 93.0 in stage 8.0 (TID 517) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (96/400)
22:13:12.545 [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
22:13:12.545 [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
22:13:12.547 [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). 15690 bytes result sent to driver
22:13:12.547 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 95.0 in stage 8.0 (TID 519) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 95, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.548 [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)
22:13:12.548 [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-5k54.c.gcp-upstream.internal (executor driver) (97/400)
22:13:12.553 [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
22:13:12.553 [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
22:13:12.556 [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). 15690 bytes result sent to driver
22:13:12.556 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 96.0 in stage 8.0 (TID 520) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 96, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.557 [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)
22:13:12.557 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 95.0 in stage 8.0 (TID 519) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (98/400)
22:13:12.561 [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
22:13:12.562 [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
22:13:12.564 [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). 15690 bytes result sent to driver
22:13:12.564 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 97.0 in stage 8.0 (TID 521) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 97, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.565 [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)
22:13:12.565 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 96.0 in stage 8.0 (TID 520) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (99/400)
22:13:12.570 [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
22:13:12.570 [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
22:13:12.572 [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). 15690 bytes result sent to driver
22:13:12.573 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 98.0 in stage 8.0 (TID 522) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 98, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.573 [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)
22:13:12.574 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 97.0 in stage 8.0 (TID 521) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (100/400)
22:13:12.577 [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
22:13:12.577 [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
22:13:12.580 [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). 15690 bytes result sent to driver
22:13:12.581 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 99.0 in stage 8.0 (TID 523) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 99, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.581 [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)
22:13:12.581 [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-5k54.c.gcp-upstream.internal (executor driver) (101/400)
22:13:12.585 [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
22:13:12.585 [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
22:13:12.587 [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). 15690 bytes result sent to driver
22:13:12.587 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 100.0 in stage 8.0 (TID 524) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 100, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.588 [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)
22:13:12.588 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 99.0 in stage 8.0 (TID 523) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (102/400)
22:13:12.592 [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
22:13:12.592 [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
22:13:12.594 [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). 15690 bytes result sent to driver
22:13:12.594 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 101.0 in stage 8.0 (TID 525) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 101, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.595 [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)
22:13:12.595 [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-5k54.c.gcp-upstream.internal (executor driver) (103/400)
22:13:12.600 [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
22:13:12.600 [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
22:13:12.603 [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). 15690 bytes result sent to driver
22:13:12.603 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 102.0 in stage 8.0 (TID 526) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 102, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.604 [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)
22:13:12.604 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 101.0 in stage 8.0 (TID 525) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (104/400)
22:13:12.608 [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
22:13:12.608 [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
22:13:12.610 [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). 15690 bytes result sent to driver
22:13:12.610 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 103.0 in stage 8.0 (TID 527) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 103, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.611 [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)
22:13:12.611 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 102.0 in stage 8.0 (TID 526) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (105/400)
22:13:12.614 [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
22:13:12.614 [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
22:13:12.617 [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). 15690 bytes result sent to driver
22:13:12.618 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 104.0 in stage 8.0 (TID 528) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 104, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.618 [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)
22:13:12.620 [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-5k54.c.gcp-upstream.internal (executor driver) (106/400)
22:13:12.623 [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
22:13:12.623 [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
22:13:12.626 [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). 15690 bytes result sent to driver
22:13:12.626 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 105.0 in stage 8.0 (TID 529) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 105, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.627 [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)
22:13:12.627 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 104.0 in stage 8.0 (TID 528) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (107/400)
22:13:12.631 [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
22:13:12.632 [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
22:13:12.634 [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). 15690 bytes result sent to driver
22:13:12.635 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 106.0 in stage 8.0 (TID 530) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 106, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.635 [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)
22:13:12.636 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 105.0 in stage 8.0 (TID 529) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (108/400)
22:13:12.639 [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
22:13:12.639 [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
22:13:12.642 [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). 15690 bytes result sent to driver
22:13:12.642 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 107.0 in stage 8.0 (TID 531) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 107, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.643 [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)
22:13:12.643 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 106.0 in stage 8.0 (TID 530) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (109/400)
22:13:12.646 [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
22:13:12.646 [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
22:13:12.649 [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). 15690 bytes result sent to driver
22:13:12.650 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 108.0 in stage 8.0 (TID 532) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 108, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.650 [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)
22:13:12.650 [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-5k54.c.gcp-upstream.internal (executor driver) (110/400)
22:13:12.654 [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
22:13:12.654 [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
22:13:12.656 [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). 15690 bytes result sent to driver
22:13:12.657 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 109.0 in stage 8.0 (TID 533) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 109, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.657 [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)
22:13:12.657 [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-5k54.c.gcp-upstream.internal (executor driver) (111/400)
22:13:12.663 [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
22:13:12.663 [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
22:13:12.666 [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). 15690 bytes result sent to driver
22:13:12.666 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 110.0 in stage 8.0 (TID 534) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 110, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.667 [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)
22:13:12.667 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 109.0 in stage 8.0 (TID 533) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (112/400)
22:13:12.671 [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
22:13:12.671 [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
22:13:12.673 [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). 15690 bytes result sent to driver
22:13:12.673 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 111.0 in stage 8.0 (TID 535) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 111, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.674 [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)
22:13:12.674 [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-5k54.c.gcp-upstream.internal (executor driver) (113/400)
22:13:12.677 [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
22:13:12.678 [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
22:13:12.680 [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). 15690 bytes result sent to driver
22:13:12.680 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 112.0 in stage 8.0 (TID 536) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 112, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.681 [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)
22:13:12.682 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 111.0 in stage 8.0 (TID 535) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (114/400)
22:13:12.685 [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
22:13:12.685 [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
22:13:12.687 [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). 15690 bytes result sent to driver
22:13:12.687 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 113.0 in stage 8.0 (TID 537) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 113, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.687 [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)
22:13:12.688 [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-5k54.c.gcp-upstream.internal (executor driver) (115/400)
22:13:12.692 [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
22:13:12.692 [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
22:13:12.694 [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). 15690 bytes result sent to driver
22:13:12.695 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 114.0 in stage 8.0 (TID 538) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 114, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.695 [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)
22:13:12.695 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 113.0 in stage 8.0 (TID 537) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (116/400)
22:13:12.700 [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
22:13:12.700 [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
22:13:12.703 [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). 15690 bytes result sent to driver
22:13:12.704 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 115.0 in stage 8.0 (TID 539) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 115, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.704 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 114.0 in stage 8.0 (TID 538) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (117/400)
22:13:12.704 [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)
22:13:12.708 [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
22:13:12.708 [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
22:13:12.710 [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). 15690 bytes result sent to driver
22:13:12.711 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 116.0 in stage 8.0 (TID 540) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 116, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.711 [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)
22:13:12.711 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 115.0 in stage 8.0 (TID 539) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (118/400)
22:13:12.716 [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
22:13:12.717 [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
22:13:12.719 [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). 15690 bytes result sent to driver
22:13:12.720 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 117.0 in stage 8.0 (TID 541) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 117, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.720 [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)
22:13:12.720 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 116.0 in stage 8.0 (TID 540) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (119/400)
22:13:12.726 [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
22:13:12.726 [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
22:13:12.728 [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). 15690 bytes result sent to driver
22:13:12.728 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 118.0 in stage 8.0 (TID 542) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 118, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.729 [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)
22:13:12.729 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 117.0 in stage 8.0 (TID 541) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (120/400)
22:13:12.733 [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
22:13:12.733 [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
22:13:12.735 [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). 15690 bytes result sent to driver
22:13:12.735 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 119.0 in stage 8.0 (TID 543) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 119, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.736 [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)
22:13:12.736 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 118.0 in stage 8.0 (TID 542) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (121/400)
22:13:12.740 [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
22:13:12.740 [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
22:13:12.742 [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). 15690 bytes result sent to driver
22:13:12.743 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 120.0 in stage 8.0 (TID 544) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 120, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.743 [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)
22:13:12.743 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 119.0 in stage 8.0 (TID 543) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (122/400)
22:13:12.748 [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
22:13:12.748 [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
22:13:12.750 [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). 15690 bytes result sent to driver
22:13:12.751 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 121.0 in stage 8.0 (TID 545) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 121, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.751 [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)
22:13:12.751 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 120.0 in stage 8.0 (TID 544) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (123/400)
22:13:12.755 [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
22:13:12.755 [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
22:13:12.757 [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). 15690 bytes result sent to driver
22:13:12.757 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 122.0 in stage 8.0 (TID 546) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 122, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.758 [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)
22:13:12.758 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 121.0 in stage 8.0 (TID 545) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (124/400)
22:13:12.761 [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
22:13:12.761 [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
22:13:12.763 [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). 15690 bytes result sent to driver
22:13:12.764 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 123.0 in stage 8.0 (TID 547) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 123, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.764 [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)
22:13:12.764 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 122.0 in stage 8.0 (TID 546) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (125/400)
22:13:12.769 [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
22:13:12.769 [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
22:13:12.772 [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). 15690 bytes result sent to driver
22:13:12.772 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 124.0 in stage 8.0 (TID 548) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 124, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.773 [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)
22:13:12.773 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 123.0 in stage 8.0 (TID 547) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (126/400)
22:13:12.777 [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
22:13:12.778 [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
22:13:12.780 [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). 15690 bytes result sent to driver
22:13:12.780 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 125.0 in stage 8.0 (TID 549) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 125, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.781 [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)
22:13:12.781 [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-5k54.c.gcp-upstream.internal (executor driver) (127/400)
22:13:12.785 [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
22:13:12.785 [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
22:13:12.787 [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). 15690 bytes result sent to driver
22:13:12.788 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 126.0 in stage 8.0 (TID 550) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 126, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.788 [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)
22:13:12.788 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 125.0 in stage 8.0 (TID 549) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (128/400)
22:13:12.792 [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
22:13:12.792 [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
22:13:12.794 [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). 15690 bytes result sent to driver
22:13:12.795 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 127.0 in stage 8.0 (TID 551) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 127, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.795 [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)
22:13:12.795 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 126.0 in stage 8.0 (TID 550) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (129/400)
22:13:12.799 [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
22:13:12.799 [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
22:13:12.801 [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). 15690 bytes result sent to driver
22:13:12.801 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 129.0 in stage 8.0 (TID 552) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 129, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.801 [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)
22:13:12.802 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 127.0 in stage 8.0 (TID 551) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (130/400)
22:13:12.805 [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
22:13:12.805 [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
22:13:12.807 [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). 15690 bytes result sent to driver
22:13:12.807 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 130.0 in stage 8.0 (TID 553) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 130, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.808 [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)
22:13:12.808 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 129.0 in stage 8.0 (TID 552) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (131/400)
22:13:12.811 [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
22:13:12.811 [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
22:13:12.813 [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). 15690 bytes result sent to driver
22:13:12.813 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 131.0 in stage 8.0 (TID 554) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 131, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.814 [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)
22:13:12.814 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 130.0 in stage 8.0 (TID 553) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (132/400)
22:13:12.818 [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
22:13:12.818 [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
22:13:12.820 [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). 15690 bytes result sent to driver
22:13:12.820 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 132.0 in stage 8.0 (TID 555) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 132, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.821 [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)
22:13:12.821 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 131.0 in stage 8.0 (TID 554) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (133/400)
22:13:12.824 [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
22:13:12.824 [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
22:13:12.826 [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). 15690 bytes result sent to driver
22:13:12.827 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 133.0 in stage 8.0 (TID 556) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 133, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.827 [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)
22:13:12.827 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 132.0 in stage 8.0 (TID 555) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (134/400)
22:13:12.831 [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
22:13:12.831 [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
22:13:12.833 [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). 15690 bytes result sent to driver
22:13:12.833 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 134.0 in stage 8.0 (TID 557) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 134, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.833 [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)
22:13:12.834 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 133.0 in stage 8.0 (TID 556) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (135/400)
22:13:12.837 [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
22:13:12.837 [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
22:13:12.839 [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). 15690 bytes result sent to driver
22:13:12.840 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 135.0 in stage 8.0 (TID 558) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 135, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.840 [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)
22:13:12.840 [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-5k54.c.gcp-upstream.internal (executor driver) (136/400)
22:13:12.844 [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
22:13:12.844 [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
22:13:12.846 [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). 15690 bytes result sent to driver
22:13:12.847 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 136.0 in stage 8.0 (TID 559) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 136, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.847 [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)
22:13:12.847 [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-5k54.c.gcp-upstream.internal (executor driver) (137/400)
22:13:12.851 [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
22:13:12.851 [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
22:13:12.853 [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). 15690 bytes result sent to driver
22:13:12.853 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 137.0 in stage 8.0 (TID 560) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 137, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.854 [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)
22:13:12.854 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 136.0 in stage 8.0 (TID 559) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (138/400)
22:13:12.857 [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
22:13:12.857 [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
22:13:12.859 [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). 15690 bytes result sent to driver
22:13:12.860 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 138.0 in stage 8.0 (TID 561) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 138, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.860 [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)
22:13:12.860 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 137.0 in stage 8.0 (TID 560) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (139/400)
22:13:12.864 [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
22:13:12.864 [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
22:13:12.866 [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). 15690 bytes result sent to driver
22:13:12.866 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 139.0 in stage 8.0 (TID 562) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 139, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.867 [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)
22:13:12.867 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 138.0 in stage 8.0 (TID 561) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (140/400)
22:13:12.872 [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
22:13:12.872 [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
22:13:12.875 [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). 15690 bytes result sent to driver
22:13:12.876 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 140.0 in stage 8.0 (TID 563) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 140, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.876 [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)
22:13:12.876 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 139.0 in stage 8.0 (TID 562) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (141/400)
22:13:12.880 [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
22:13:12.881 [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
22:13:12.883 [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). 15690 bytes result sent to driver
22:13:12.883 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 141.0 in stage 8.0 (TID 564) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 141, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.884 [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)
22:13:12.884 [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-5k54.c.gcp-upstream.internal (executor driver) (142/400)
22:13:12.887 [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
22:13:12.887 [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
22:13:12.889 [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). 15690 bytes result sent to driver
22:13:12.890 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 142.0 in stage 8.0 (TID 565) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 142, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.890 [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)
22:13:12.890 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 141.0 in stage 8.0 (TID 564) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (143/400)
22:13:12.894 [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
22:13:12.894 [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
22:13:12.896 [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). 15690 bytes result sent to driver
22:13:12.896 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 143.0 in stage 8.0 (TID 566) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 143, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.897 [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)
22:13:12.897 [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-5k54.c.gcp-upstream.internal (executor driver) (144/400)
22:13:12.901 [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
22:13:12.901 [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
22:13:12.904 [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). 15690 bytes result sent to driver
22:13:12.904 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 144.0 in stage 8.0 (TID 567) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 144, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.904 [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)
22:13:12.905 [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-5k54.c.gcp-upstream.internal (executor driver) (145/400)
22:13:12.908 [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
22:13:12.908 [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
22:13:12.910 [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). 15690 bytes result sent to driver
22:13:12.910 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 145.0 in stage 8.0 (TID 568) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 145, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.911 [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)
22:13:12.911 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 144.0 in stage 8.0 (TID 567) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (146/400)
22:13:12.914 [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
22:13:12.915 [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
22:13:12.917 [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). 15690 bytes result sent to driver
22:13:12.917 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 146.0 in stage 8.0 (TID 569) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 146, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.918 [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)
22:13:12.918 [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-5k54.c.gcp-upstream.internal (executor driver) (147/400)
22:13:12.922 [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
22:13:12.922 [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
22:13:12.924 [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). 15690 bytes result sent to driver
22:13:12.924 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 147.0 in stage 8.0 (TID 570) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 147, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.925 [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)
22:13:12.925 [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-5k54.c.gcp-upstream.internal (executor driver) (148/400)
22:13:12.929 [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
22:13:12.929 [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
22:13:12.932 [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). 15690 bytes result sent to driver
22:13:12.932 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 148.0 in stage 8.0 (TID 571) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 148, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.933 [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)
22:13:12.933 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 147.0 in stage 8.0 (TID 570) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (149/400)
22:13:12.936 [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
22:13:12.936 [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
22:13:12.938 [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). 15690 bytes result sent to driver
22:13:12.938 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 149.0 in stage 8.0 (TID 572) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 149, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.939 [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)
22:13:12.939 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 148.0 in stage 8.0 (TID 571) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (150/400)
22:13:12.942 [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
22:13:12.943 [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
22:13:12.945 [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). 15690 bytes result sent to driver
22:13:12.945 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 150.0 in stage 8.0 (TID 573) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 150, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.946 [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)
22:13:12.946 [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-5k54.c.gcp-upstream.internal (executor driver) (151/400)
22:13:12.950 [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
22:13:12.950 [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
22:13:12.952 [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). 15690 bytes result sent to driver
22:13:12.953 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 151.0 in stage 8.0 (TID 574) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 151, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.953 [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)
22:13:12.954 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 150.0 in stage 8.0 (TID 573) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (152/400)
22:13:12.958 [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
22:13:12.958 [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
22:13:12.960 [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). 15690 bytes result sent to driver
22:13:12.961 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 152.0 in stage 8.0 (TID 575) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 152, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.961 [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)
22:13:12.961 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 151.0 in stage 8.0 (TID 574) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (153/400)
22:13:12.964 [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
22:13:12.965 [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
22:13:12.966 [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). 15690 bytes result sent to driver
22:13:12.967 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 153.0 in stage 8.0 (TID 576) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 153, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.967 [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)
22:13:12.967 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 152.0 in stage 8.0 (TID 575) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (154/400)
22:13:12.971 [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
22:13:12.971 [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
22:13:12.972 [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). 15690 bytes result sent to driver
22:13:12.973 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 154.0 in stage 8.0 (TID 577) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 154, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.973 [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)
22:13:12.973 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 153.0 in stage 8.0 (TID 576) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (155/400)
22:13:12.978 [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
22:13:12.978 [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
22:13:12.980 [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). 15690 bytes result sent to driver
22:13:12.981 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 155.0 in stage 8.0 (TID 578) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 155, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.981 [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)
22:13:12.981 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 154.0 in stage 8.0 (TID 577) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (156/400)
22:13:12.985 [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
22:13:12.985 [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
22:13:12.987 [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). 15690 bytes result sent to driver
22:13:12.987 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 156.0 in stage 8.0 (TID 579) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 156, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.987 [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)
22:13:12.988 [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-5k54.c.gcp-upstream.internal (executor driver) (157/400)
22:13:12.991 [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
22:13:12.991 [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
22:13:12.993 [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). 15690 bytes result sent to driver
22:13:12.994 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 157.0 in stage 8.0 (TID 580) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 157, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:12.994 [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)
22:13:12.994 [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-5k54.c.gcp-upstream.internal (executor driver) (158/400)
22:13:12.998 [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
22:13:12.998 [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
22:13:13.000 [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). 15690 bytes result sent to driver
22:13:13.000 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 158.0 in stage 8.0 (TID 581) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 158, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.001 [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)
22:13:13.001 [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-5k54.c.gcp-upstream.internal (executor driver) (159/400)
22:13:13.005 [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
22:13:13.005 [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
22:13:13.008 [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). 15690 bytes result sent to driver
22:13:13.008 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 159.0 in stage 8.0 (TID 582) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 159, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.008 [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)
22:13:13.009 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 158.0 in stage 8.0 (TID 581) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (160/400)
22:13:13.013 [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
22:13:13.013 [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
22:13:13.015 [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). 15690 bytes result sent to driver
22:13:13.016 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 160.0 in stage 8.0 (TID 583) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 160, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.016 [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)
22:13:13.017 [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-5k54.c.gcp-upstream.internal (executor driver) (161/400)
22:13:13.020 [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
22:13:13.020 [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
22:13:13.022 [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). 15690 bytes result sent to driver
22:13:13.023 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 161.0 in stage 8.0 (TID 584) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 161, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.023 [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)
22:13:13.023 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 160.0 in stage 8.0 (TID 583) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (162/400)
22:13:13.027 [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
22:13:13.027 [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
22:13:13.029 [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). 15690 bytes result sent to driver
22:13:13.030 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 162.0 in stage 8.0 (TID 585) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 162, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.030 [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)
22:13:13.030 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 161.0 in stage 8.0 (TID 584) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (163/400)
22:13:13.035 [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
22:13:13.035 [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
22:13:13.038 [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). 15690 bytes result sent to driver
22:13:13.038 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 163.0 in stage 8.0 (TID 586) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 163, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.039 [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)
22:13:13.039 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 162.0 in stage 8.0 (TID 585) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (164/400)
22:13:13.043 [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
22:13:13.043 [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
22:13:13.046 [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). 15690 bytes result sent to driver
22:13:13.046 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 164.0 in stage 8.0 (TID 587) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 164, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.047 [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)
22:13:13.047 [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-5k54.c.gcp-upstream.internal (executor driver) (165/400)
22:13:13.052 [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
22:13:13.052 [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
22:13:13.054 [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). 15690 bytes result sent to driver
22:13:13.055 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 165.0 in stage 8.0 (TID 588) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 165, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.055 [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)
22:13:13.055 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 164.0 in stage 8.0 (TID 587) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (166/400)
22:13:13.060 [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
22:13:13.060 [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
22:13:13.063 [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). 15690 bytes result sent to driver
22:13:13.063 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 166.0 in stage 8.0 (TID 589) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 166, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.064 [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)
22:13:13.064 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 165.0 in stage 8.0 (TID 588) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (167/400)
22:13:13.068 [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
22:13:13.068 [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
22:13:13.070 [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). 15690 bytes result sent to driver
22:13:13.070 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 167.0 in stage 8.0 (TID 590) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 167, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.070 [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)
22:13:13.071 [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-5k54.c.gcp-upstream.internal (executor driver) (168/400)
22:13:13.074 [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
22:13:13.074 [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
22:13:13.076 [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). 15690 bytes result sent to driver
22:13:13.088 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 168.0 in stage 8.0 (TID 591) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 168, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.089 [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)
22:13:13.089 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 167.0 in stage 8.0 (TID 590) in 19 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (169/400)
22:13:13.093 [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
22:13:13.093 [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
22:13:13.095 [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). 15690 bytes result sent to driver
22:13:13.096 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 169.0 in stage 8.0 (TID 592) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 169, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.096 [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)
22:13:13.096 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 168.0 in stage 8.0 (TID 591) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (170/400)
22:13:13.101 [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
22:13:13.101 [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
22:13:13.103 [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). 15690 bytes result sent to driver
22:13:13.103 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 170.0 in stage 8.0 (TID 593) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 170, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.104 [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)
22:13:13.104 [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-5k54.c.gcp-upstream.internal (executor driver) (171/400)
22:13:13.108 [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
22:13:13.108 [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
22:13:13.110 [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). 15690 bytes result sent to driver
22:13:13.110 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 171.0 in stage 8.0 (TID 594) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 171, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.111 [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)
22:13:13.111 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 170.0 in stage 8.0 (TID 593) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (172/400)
22:13:13.115 [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
22:13:13.116 [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
22:13:13.118 [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). 15690 bytes result sent to driver
22:13:13.119 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 172.0 in stage 8.0 (TID 595) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 172, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.119 [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)
22:13:13.120 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 171.0 in stage 8.0 (TID 594) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (173/400)
22:13:13.123 [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
22:13:13.123 [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
22:13:13.126 [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). 15690 bytes result sent to driver
22:13:13.126 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 173.0 in stage 8.0 (TID 596) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 173, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.126 [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)
22:13:13.126 [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-5k54.c.gcp-upstream.internal (executor driver) (174/400)
22:13:13.130 [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
22:13:13.130 [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
22:13:13.132 [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). 15690 bytes result sent to driver
22:13:13.133 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 174.0 in stage 8.0 (TID 597) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 174, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.133 [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)
22:13:13.133 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 173.0 in stage 8.0 (TID 596) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (175/400)
22:13:13.137 [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
22:13:13.137 [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
22:13:13.139 [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). 15690 bytes result sent to driver
22:13:13.139 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 175.0 in stage 8.0 (TID 598) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 175, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.140 [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)
22:13:13.140 [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-5k54.c.gcp-upstream.internal (executor driver) (176/400)
22:13:13.145 [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
22:13:13.145 [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
22:13:13.147 [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). 15690 bytes result sent to driver
22:13:13.148 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 176.0 in stage 8.0 (TID 599) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 176, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.148 [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)
22:13:13.148 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 175.0 in stage 8.0 (TID 598) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (177/400)
22:13:13.152 [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
22:13:13.152 [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
22:13:13.154 [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). 15690 bytes result sent to driver
22:13:13.154 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 177.0 in stage 8.0 (TID 600) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 177, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.154 [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)
22:13:13.155 [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-5k54.c.gcp-upstream.internal (executor driver) (178/400)
22:13:13.158 [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
22:13:13.158 [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
22:13:13.160 [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). 15690 bytes result sent to driver
22:13:13.160 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 178.0 in stage 8.0 (TID 601) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 178, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.161 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 177.0 in stage 8.0 (TID 600) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (179/400)
22:13:13.161 [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)
22:13:13.164 [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
22:13:13.164 [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
22:13:13.166 [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). 15690 bytes result sent to driver
22:13:13.167 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 179.0 in stage 8.0 (TID 602) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 179, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.167 [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)
22:13:13.167 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 178.0 in stage 8.0 (TID 601) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (180/400)
22:13:13.171 [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
22:13:13.171 [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
22:13:13.173 [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). 15690 bytes result sent to driver
22:13:13.173 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 180.0 in stage 8.0 (TID 603) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 180, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.173 [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)
22:13:13.174 [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-5k54.c.gcp-upstream.internal (executor driver) (181/400)
22:13:13.177 [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
22:13:13.177 [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
22:13:13.179 [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). 15690 bytes result sent to driver
22:13:13.179 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 181.0 in stage 8.0 (TID 604) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 181, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.180 [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)
22:13:13.180 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 180.0 in stage 8.0 (TID 603) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (182/400)
22:13:13.184 [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
22:13:13.184 [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
22:13:13.187 [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). 15690 bytes result sent to driver
22:13:13.187 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 182.0 in stage 8.0 (TID 605) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 182, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.188 [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)
22:13:13.188 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 181.0 in stage 8.0 (TID 604) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (183/400)
22:13:13.192 [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
22:13:13.192 [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
22:13:13.195 [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). 15690 bytes result sent to driver
22:13:13.195 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 183.0 in stage 8.0 (TID 606) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 183, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.195 [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)
22:13:13.196 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 182.0 in stage 8.0 (TID 605) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (184/400)
22:13:13.199 [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
22:13:13.199 [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
22:13:13.201 [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). 15690 bytes result sent to driver
22:13:13.202 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 184.0 in stage 8.0 (TID 607) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 184, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.202 [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)
22:13:13.202 [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-5k54.c.gcp-upstream.internal (executor driver) (185/400)
22:13:13.207 [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
22:13:13.207 [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
22:13:13.209 [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). 15690 bytes result sent to driver
22:13:13.210 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 185.0 in stage 8.0 (TID 608) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 185, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.210 [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)
22:13:13.210 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 184.0 in stage 8.0 (TID 607) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (186/400)
22:13:13.214 [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
22:13:13.215 [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
22:13:13.217 [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). 15690 bytes result sent to driver
22:13:13.217 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 186.0 in stage 8.0 (TID 609) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 186, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.218 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 185.0 in stage 8.0 (TID 608) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (187/400)
22:13:13.218 [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)
22:13:13.222 [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
22:13:13.222 [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
22:13:13.224 [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). 15690 bytes result sent to driver
22:13:13.224 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 187.0 in stage 8.0 (TID 610) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 187, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.225 [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)
22:13:13.225 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 186.0 in stage 8.0 (TID 609) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (188/400)
22:13:13.229 [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
22:13:13.229 [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
22:13:13.232 [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). 15690 bytes result sent to driver
22:13:13.232 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 188.0 in stage 8.0 (TID 611) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 188, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.232 [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)
22:13:13.233 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 187.0 in stage 8.0 (TID 610) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (189/400)
22:13:13.236 [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
22:13:13.236 [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
22:13:13.238 [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). 15690 bytes result sent to driver
22:13:13.239 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 189.0 in stage 8.0 (TID 612) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 189, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.239 [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)
22:13:13.239 [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-5k54.c.gcp-upstream.internal (executor driver) (190/400)
22:13:13.244 [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
22:13:13.244 [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
22:13:13.246 [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). 15690 bytes result sent to driver
22:13:13.246 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 190.0 in stage 8.0 (TID 613) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 190, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.247 [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)
22:13:13.247 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 189.0 in stage 8.0 (TID 612) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (191/400)
22:13:13.251 [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
22:13:13.251 [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
22:13:13.253 [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). 15690 bytes result sent to driver
22:13:13.254 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 191.0 in stage 8.0 (TID 614) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 191, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.254 [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)
22:13:13.254 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 190.0 in stage 8.0 (TID 613) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (192/400)
22:13:13.259 [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
22:13:13.259 [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
22:13:13.261 [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). 15690 bytes result sent to driver
22:13:13.262 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 192.0 in stage 8.0 (TID 615) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 192, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.262 [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)
22:13:13.262 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 191.0 in stage 8.0 (TID 614) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (193/400)
22:13:13.267 [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
22:13:13.267 [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
22:13:13.269 [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). 15690 bytes result sent to driver
22:13:13.270 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 193.0 in stage 8.0 (TID 616) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 193, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.270 [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)
22:13:13.270 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 192.0 in stage 8.0 (TID 615) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (194/400)
22:13:13.274 [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
22:13:13.274 [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
22:13:13.276 [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). 15690 bytes result sent to driver
22:13:13.277 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 194.0 in stage 8.0 (TID 617) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 194, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.277 [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)
22:13:13.277 [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-5k54.c.gcp-upstream.internal (executor driver) (195/400)
22:13:13.280 [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
22:13:13.280 [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
22:13:13.282 [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). 15690 bytes result sent to driver
22:13:13.283 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 195.0 in stage 8.0 (TID 618) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 195, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.283 [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)
22:13:13.283 [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-5k54.c.gcp-upstream.internal (executor driver) (196/400)
22:13:13.286 [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
22:13:13.286 [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
22:13:13.288 [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). 15690 bytes result sent to driver
22:13:13.289 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 196.0 in stage 8.0 (TID 619) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 196, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.289 [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)
22:13:13.289 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 195.0 in stage 8.0 (TID 618) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (197/400)
22:13:13.294 [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
22:13:13.294 [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
22:13:13.296 [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). 15690 bytes result sent to driver
22:13:13.297 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 197.0 in stage 8.0 (TID 620) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 197, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.297 [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)
22:13:13.297 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 196.0 in stage 8.0 (TID 619) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (198/400)
22:13:13.300 [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
22:13:13.300 [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
22:13:13.302 [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). 15690 bytes result sent to driver
22:13:13.303 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 198.0 in stage 8.0 (TID 621) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 198, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.303 [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)
22:13:13.304 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 197.0 in stage 8.0 (TID 620) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (199/400)
22:13:13.307 [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
22:13:13.307 [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
22:13:13.309 [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). 15690 bytes result sent to driver
22:13:13.310 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 199.0 in stage 8.0 (TID 622) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 199, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.310 [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)
22:13:13.310 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 198.0 in stage 8.0 (TID 621) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (200/400)
22:13:13.314 [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
22:13:13.314 [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
22:13:13.316 [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). 15690 bytes result sent to driver
22:13:13.316 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 200.0 in stage 8.0 (TID 623) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 200, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.316 [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)
22:13:13.317 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 199.0 in stage 8.0 (TID 622) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (201/400)
22:13:13.321 [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
22:13:13.322 [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
22:13:13.324 [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). 15690 bytes result sent to driver
22:13:13.325 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 201.0 in stage 8.0 (TID 624) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 201, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.325 [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)
22:13:13.325 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 200.0 in stage 8.0 (TID 623) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (202/400)
22:13:13.330 [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
22:13:13.330 [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
22:13:13.333 [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). 15690 bytes result sent to driver
22:13:13.333 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 202.0 in stage 8.0 (TID 625) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 202, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.334 [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)
22:13:13.334 [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-5k54.c.gcp-upstream.internal (executor driver) (203/400)
22:13:13.338 [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
22:13:13.338 [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
22:13:13.340 [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). 15690 bytes result sent to driver
22:13:13.341 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 203.0 in stage 8.0 (TID 626) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 203, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.341 [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)
22:13:13.341 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 202.0 in stage 8.0 (TID 625) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (204/400)
22:13:13.346 [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
22:13:13.346 [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
22:13:13.349 [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). 15690 bytes result sent to driver
22:13:13.349 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 204.0 in stage 8.0 (TID 627) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 204, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.350 [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)
22:13:13.350 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 203.0 in stage 8.0 (TID 626) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (205/400)
22:13:13.354 [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
22:13:13.354 [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
22:13:13.356 [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). 15690 bytes result sent to driver
22:13:13.356 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 205.0 in stage 8.0 (TID 628) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 205, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.357 [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)
22:13:13.357 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 204.0 in stage 8.0 (TID 627) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (206/400)
22:13:13.361 [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
22:13:13.361 [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
22:13:13.363 [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). 15690 bytes result sent to driver
22:13:13.363 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 206.0 in stage 8.0 (TID 629) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 206, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.363 [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)
22:13:13.364 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 205.0 in stage 8.0 (TID 628) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (207/400)
22:13:13.367 [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
22:13:13.367 [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
22:13:13.369 [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). 15690 bytes result sent to driver
22:13:13.369 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 207.0 in stage 8.0 (TID 630) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 207, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.370 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 206.0 in stage 8.0 (TID 629) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (208/400)
22:13:13.370 [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)
22:13:13.373 [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
22:13:13.373 [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
22:13:13.376 [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). 15690 bytes result sent to driver
22:13:13.376 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 208.0 in stage 8.0 (TID 631) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 208, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.377 [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)
22:13:13.377 [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-5k54.c.gcp-upstream.internal (executor driver) (209/400)
22:13:13.382 [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
22:13:13.382 [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
22:13:13.384 [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). 15690 bytes result sent to driver
22:13:13.385 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 209.0 in stage 8.0 (TID 632) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 209, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.385 [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)
22:13:13.385 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 208.0 in stage 8.0 (TID 631) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (210/400)
22:13:13.388 [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
22:13:13.389 [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
22:13:13.391 [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). 15690 bytes result sent to driver
22:13:13.391 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 210.0 in stage 8.0 (TID 633) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 210, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.391 [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)
22:13:13.392 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 209.0 in stage 8.0 (TID 632) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (211/400)
22:13:13.396 [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
22:13:13.396 [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
22:13:13.398 [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). 15690 bytes result sent to driver
22:13:13.398 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 211.0 in stage 8.0 (TID 634) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 211, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.398 [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)
22:13:13.399 [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-5k54.c.gcp-upstream.internal (executor driver) (212/400)
22:13:13.402 [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
22:13:13.402 [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
22:13:13.404 [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). 15690 bytes result sent to driver
22:13:13.404 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 212.0 in stage 8.0 (TID 635) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 212, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.405 [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)
22:13:13.405 [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-5k54.c.gcp-upstream.internal (executor driver) (213/400)
22:13:13.409 [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
22:13:13.409 [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
22:13:13.410 [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). 15690 bytes result sent to driver
22:13:13.411 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 213.0 in stage 8.0 (TID 636) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 213, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.411 [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)
22:13:13.411 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 212.0 in stage 8.0 (TID 635) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (214/400)
22:13:13.416 [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
22:13:13.416 [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
22:13:13.418 [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). 15690 bytes result sent to driver
22:13:13.419 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 214.0 in stage 8.0 (TID 637) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 214, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.419 [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)
22:13:13.419 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 213.0 in stage 8.0 (TID 636) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (215/400)
22:13:13.423 [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
22:13:13.423 [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
22:13:13.425 [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). 15690 bytes result sent to driver
22:13:13.426 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 215.0 in stage 8.0 (TID 638) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 215, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.426 [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-5k54.c.gcp-upstream.internal (executor driver) (216/400)
22:13:13.426 [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)
22:13:13.430 [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
22:13:13.430 [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
22:13:13.432 [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). 15690 bytes result sent to driver
22:13:13.433 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 216.0 in stage 8.0 (TID 639) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 216, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.433 [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)
22:13:13.433 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 215.0 in stage 8.0 (TID 638) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (217/400)
22:13:13.438 [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
22:13:13.438 [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
22:13:13.441 [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). 15690 bytes result sent to driver
22:13:13.442 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 217.0 in stage 8.0 (TID 640) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 217, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.442 [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)
22:13:13.442 [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-5k54.c.gcp-upstream.internal (executor driver) (218/400)
22:13:13.447 [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
22:13:13.447 [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
22:13:13.450 [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). 15690 bytes result sent to driver
22:13:13.451 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 218.0 in stage 8.0 (TID 641) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 218, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.451 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 217.0 in stage 8.0 (TID 640) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (219/400)
22:13:13.452 [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)
22:13:13.457 [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
22:13:13.458 [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
22:13:13.461 [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). 15690 bytes result sent to driver
22:13:13.461 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 219.0 in stage 8.0 (TID 642) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 219, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.462 [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)
22:13:13.463 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 218.0 in stage 8.0 (TID 641) in 13 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (220/400)
22:13:13.467 [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
22:13:13.467 [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
22:13:13.470 [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). 15690 bytes result sent to driver
22:13:13.471 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 220.0 in stage 8.0 (TID 643) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 220, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.471 [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-5k54.c.gcp-upstream.internal (executor driver) (221/400)
22:13:13.472 [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)
22:13:13.477 [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
22:13:13.477 [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
22:13:13.481 [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). 15690 bytes result sent to driver
22:13:13.481 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 221.0 in stage 8.0 (TID 644) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 221, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.482 [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)
22:13:13.482 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 220.0 in stage 8.0 (TID 643) in 12 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (222/400)
22:13:13.489 [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
22:13:13.489 [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
22:13:13.493 [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). 15690 bytes result sent to driver
22:13:13.494 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 222.0 in stage 8.0 (TID 645) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 222, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.494 [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)
22:13:13.495 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 221.0 in stage 8.0 (TID 644) in 14 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (223/400)
22:13:13.500 [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
22:13:13.500 [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
22:13:13.502 [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). 15690 bytes result sent to driver
22:13:13.502 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 223.0 in stage 8.0 (TID 646) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 223, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.503 [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)
22:13:13.503 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 222.0 in stage 8.0 (TID 645) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (224/400)
22:13:13.506 [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
22:13:13.507 [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
22:13:13.508 [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). 15690 bytes result sent to driver
22:13:13.509 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 224.0 in stage 8.0 (TID 647) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 224, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.509 [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)
22:13:13.509 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 223.0 in stage 8.0 (TID 646) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (225/400)
22:13:13.513 [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
22:13:13.513 [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
22:13:13.515 [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). 15690 bytes result sent to driver
22:13:13.516 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 225.0 in stage 8.0 (TID 648) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 225, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.516 [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)
22:13:13.516 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 224.0 in stage 8.0 (TID 647) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (226/400)
22:13:13.520 [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
22:13:13.521 [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
22:13:13.522 [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). 15690 bytes result sent to driver
22:13:13.523 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 226.0 in stage 8.0 (TID 649) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 226, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.523 [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)
22:13:13.524 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 225.0 in stage 8.0 (TID 648) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (227/400)
22:13:13.528 [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
22:13:13.528 [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
22:13:13.529 [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). 15690 bytes result sent to driver
22:13:13.530 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 227.0 in stage 8.0 (TID 650) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 227, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.530 [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)
22:13:13.530 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 226.0 in stage 8.0 (TID 649) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (228/400)
22:13:13.534 [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
22:13:13.534 [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
22:13:13.536 [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). 15690 bytes result sent to driver
22:13:13.536 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 228.0 in stage 8.0 (TID 651) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 228, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.536 [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)
22:13:13.537 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 227.0 in stage 8.0 (TID 650) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (229/400)
22:13:13.540 [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
22:13:13.540 [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
22:13:13.542 [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). 15690 bytes result sent to driver
22:13:13.543 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 229.0 in stage 8.0 (TID 652) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 229, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.543 [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)
22:13:13.543 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 228.0 in stage 8.0 (TID 651) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (230/400)
22:13:13.547 [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
22:13:13.547 [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
22:13:13.549 [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). 15690 bytes result sent to driver
22:13:13.549 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 230.0 in stage 8.0 (TID 653) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 230, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.549 [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)
22:13:13.550 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 229.0 in stage 8.0 (TID 652) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (231/400)
22:13:13.553 [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
22:13:13.553 [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
22:13:13.555 [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). 15690 bytes result sent to driver
22:13:13.555 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 231.0 in stage 8.0 (TID 654) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 231, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.556 [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)
22:13:13.556 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 230.0 in stage 8.0 (TID 653) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (232/400)
22:13:13.559 [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
22:13:13.559 [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
22:13:13.561 [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). 15690 bytes result sent to driver
22:13:13.562 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 232.0 in stage 8.0 (TID 655) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 232, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.562 [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)
22:13:13.562 [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-5k54.c.gcp-upstream.internal (executor driver) (233/400)
22:13:13.565 [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
22:13:13.565 [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
22:13:13.567 [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). 15690 bytes result sent to driver
22:13:13.568 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 233.0 in stage 8.0 (TID 656) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 233, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.568 [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)
22:13:13.568 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 232.0 in stage 8.0 (TID 655) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (234/400)
22:13:13.572 [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
22:13:13.572 [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
22:13:13.573 [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). 15690 bytes result sent to driver
22:13:13.574 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 234.0 in stage 8.0 (TID 657) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 234, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.574 [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)
22:13:13.574 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 233.0 in stage 8.0 (TID 656) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (235/400)
22:13:13.577 [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
22:13:13.577 [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
22:13:13.579 [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). 15690 bytes result sent to driver
22:13:13.580 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 235.0 in stage 8.0 (TID 658) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 235, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.580 [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)
22:13:13.580 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 234.0 in stage 8.0 (TID 657) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (236/400)
22:13:13.583 [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
22:13:13.583 [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
22:13:13.585 [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). 15690 bytes result sent to driver
22:13:13.586 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 236.0 in stage 8.0 (TID 659) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 236, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.586 [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)
22:13:13.586 [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-5k54.c.gcp-upstream.internal (executor driver) (237/400)
22:13:13.590 [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
22:13:13.590 [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
22:13:13.592 [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). 15690 bytes result sent to driver
22:13:13.593 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 237.0 in stage 8.0 (TID 660) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 237, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.593 [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)
22:13:13.593 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 236.0 in stage 8.0 (TID 659) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (238/400)
22:13:13.597 [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
22:13:13.598 [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
22:13:13.600 [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). 15690 bytes result sent to driver
22:13:13.600 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 238.0 in stage 8.0 (TID 661) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 238, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.601 [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)
22:13:13.601 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 237.0 in stage 8.0 (TID 660) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (239/400)
22:13:13.604 [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
22:13:13.604 [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
22:13:13.606 [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). 15690 bytes result sent to driver
22:13:13.606 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 239.0 in stage 8.0 (TID 662) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 239, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.607 [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)
22:13:13.607 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 238.0 in stage 8.0 (TID 661) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (240/400)
22:13:13.610 [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
22:13:13.610 [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
22:13:13.612 [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). 15690 bytes result sent to driver
22:13:13.612 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 240.0 in stage 8.0 (TID 663) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 240, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.613 [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)
22:13:13.613 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 239.0 in stage 8.0 (TID 662) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (241/400)
22:13:13.616 [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
22:13:13.616 [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
22:13:13.618 [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). 15690 bytes result sent to driver
22:13:13.619 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 241.0 in stage 8.0 (TID 664) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 241, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.619 [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)
22:13:13.620 [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-5k54.c.gcp-upstream.internal (executor driver) (242/400)
22:13:13.623 [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
22:13:13.624 [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
22:13:13.626 [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). 15690 bytes result sent to driver
22:13:13.626 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 242.0 in stage 8.0 (TID 665) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 242, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.627 [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)
22:13:13.627 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 241.0 in stage 8.0 (TID 664) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (243/400)
22:13:13.631 [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
22:13:13.631 [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
22:13:13.633 [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). 15690 bytes result sent to driver
22:13:13.633 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 243.0 in stage 8.0 (TID 666) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 243, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.633 [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)
22:13:13.634 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 242.0 in stage 8.0 (TID 665) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (244/400)
22:13:13.637 [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
22:13:13.637 [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
22:13:13.639 [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). 15690 bytes result sent to driver
22:13:13.639 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 244.0 in stage 8.0 (TID 667) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 244, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.640 [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)
22:13:13.640 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 243.0 in stage 8.0 (TID 666) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (245/400)
22:13:13.644 [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
22:13:13.644 [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
22:13:13.646 [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). 15690 bytes result sent to driver
22:13:13.647 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 245.0 in stage 8.0 (TID 668) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 245, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.647 [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)
22:13:13.647 [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-5k54.c.gcp-upstream.internal (executor driver) (246/400)
22:13:13.651 [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
22:13:13.652 [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
22:13:13.654 [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). 15690 bytes result sent to driver
22:13:13.654 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 246.0 in stage 8.0 (TID 669) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 246, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.655 [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)
22:13:13.655 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 245.0 in stage 8.0 (TID 668) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (247/400)
22:13:13.658 [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
22:13:13.658 [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
22:13:13.660 [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). 15690 bytes result sent to driver
22:13:13.660 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 247.0 in stage 8.0 (TID 670) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 247, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.661 [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)
22:13:13.661 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 246.0 in stage 8.0 (TID 669) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (248/400)
22:13:13.664 [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
22:13:13.664 [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
22:13:13.666 [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). 15690 bytes result sent to driver
22:13:13.667 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 248.0 in stage 8.0 (TID 671) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 248, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.667 [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)
22:13:13.667 [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-5k54.c.gcp-upstream.internal (executor driver) (249/400)
22:13:13.670 [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
22:13:13.671 [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
22:13:13.673 [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). 15690 bytes result sent to driver
22:13:13.673 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 249.0 in stage 8.0 (TID 672) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 249, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.673 [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)
22:13:13.674 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 248.0 in stage 8.0 (TID 671) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (250/400)
22:13:13.677 [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
22:13:13.677 [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
22:13:13.679 [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). 15690 bytes result sent to driver
22:13:13.679 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 250.0 in stage 8.0 (TID 673) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 250, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.680 [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)
22:13:13.680 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 249.0 in stage 8.0 (TID 672) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (251/400)
22:13:13.685 [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
22:13:13.685 [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
22:13:13.688 [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). 15690 bytes result sent to driver
22:13:13.688 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 251.0 in stage 8.0 (TID 674) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 251, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.688 [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)
22:13:13.689 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 250.0 in stage 8.0 (TID 673) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (252/400)
22:13:13.705 [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
22:13:13.705 [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
22:13:13.707 [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). 15733 bytes result sent to driver
22:13:13.708 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 252.0 in stage 8.0 (TID 675) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 252, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.708 [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)
22:13:13.708 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 251.0 in stage 8.0 (TID 674) in 20 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (253/400)
22:13:13.712 [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
22:13:13.712 [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
22:13:13.714 [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). 15690 bytes result sent to driver
22:13:13.715 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 253.0 in stage 8.0 (TID 676) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 253, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.715 [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)
22:13:13.715 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 252.0 in stage 8.0 (TID 675) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (254/400)
22:13:13.720 [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
22:13:13.720 [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
22:13:13.723 [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). 15690 bytes result sent to driver
22:13:13.723 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 254.0 in stage 8.0 (TID 677) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 254, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.724 [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)
22:13:13.724 [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-5k54.c.gcp-upstream.internal (executor driver) (255/400)
22:13:13.729 [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
22:13:13.729 [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
22:13:13.731 [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). 15690 bytes result sent to driver
22:13:13.732 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 255.0 in stage 8.0 (TID 678) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 255, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.732 [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)
22:13:13.733 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 254.0 in stage 8.0 (TID 677) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (256/400)
22:13:13.736 [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
22:13:13.736 [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
22:13:13.738 [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). 15690 bytes result sent to driver
22:13:13.738 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 256.0 in stage 8.0 (TID 679) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 256, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.739 [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)
22:13:13.739 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 255.0 in stage 8.0 (TID 678) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (257/400)
22:13:13.744 [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
22:13:13.744 [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
22:13:13.746 [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). 15690 bytes result sent to driver
22:13:13.747 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 257.0 in stage 8.0 (TID 680) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 257, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.747 [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)
22:13:13.747 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 256.0 in stage 8.0 (TID 679) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (258/400)
22:13:13.750 [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
22:13:13.751 [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
22:13:13.753 [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). 15690 bytes result sent to driver
22:13:13.753 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 258.0 in stage 8.0 (TID 681) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 258, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.754 [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-5k54.c.gcp-upstream.internal (executor driver) (259/400)
22:13:13.754 [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)
22:13:13.757 [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
22:13:13.758 [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
22:13:13.760 [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). 15690 bytes result sent to driver
22:13:13.760 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 259.0 in stage 8.0 (TID 682) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 259, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.761 [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)
22:13:13.761 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 258.0 in stage 8.0 (TID 681) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (260/400)
22:13:13.765 [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
22:13:13.765 [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
22:13:13.768 [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). 15690 bytes result sent to driver
22:13:13.768 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 260.0 in stage 8.0 (TID 683) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 260, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.769 [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)
22:13:13.769 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 259.0 in stage 8.0 (TID 682) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (261/400)
22:13:13.773 [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
22:13:13.773 [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
22:13:13.776 [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). 15690 bytes result sent to driver
22:13:13.776 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 261.0 in stage 8.0 (TID 684) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 261, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.776 [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)
22:13:13.777 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 260.0 in stage 8.0 (TID 683) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (262/400)
22:13:13.780 [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
22:13:13.780 [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
22:13:13.782 [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). 15690 bytes result sent to driver
22:13:13.783 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 262.0 in stage 8.0 (TID 685) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 262, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.783 [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)
22:13:13.783 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 261.0 in stage 8.0 (TID 684) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (263/400)
22:13:13.786 [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
22:13:13.786 [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
22:13:13.788 [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). 15690 bytes result sent to driver
22:13:13.789 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 263.0 in stage 8.0 (TID 686) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 263, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.789 [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)
22:13:13.789 [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-5k54.c.gcp-upstream.internal (executor driver) (264/400)
22:13:13.793 [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
22:13:13.793 [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
22:13:13.795 [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). 15690 bytes result sent to driver
22:13:13.795 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 264.0 in stage 8.0 (TID 687) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 264, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.796 [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)
22:13:13.796 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 263.0 in stage 8.0 (TID 686) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (265/400)
22:13:13.800 [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
22:13:13.800 [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
22:13:13.802 [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). 15690 bytes result sent to driver
22:13:13.803 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 265.0 in stage 8.0 (TID 688) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 265, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.803 [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)
22:13:13.803 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 264.0 in stage 8.0 (TID 687) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (266/400)
22:13:13.807 [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
22:13:13.807 [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
22:13:13.809 [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). 15690 bytes result sent to driver
22:13:13.809 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 266.0 in stage 8.0 (TID 689) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 266, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.810 [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)
22:13:13.810 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 265.0 in stage 8.0 (TID 688) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (267/400)
22:13:13.813 [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
22:13:13.813 [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
22:13:13.815 [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). 15690 bytes result sent to driver
22:13:13.815 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 267.0 in stage 8.0 (TID 690) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 267, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.815 [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)
22:13:13.816 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 266.0 in stage 8.0 (TID 689) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (268/400)
22:13:13.820 [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
22:13:13.820 [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
22:13:13.822 [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). 15690 bytes result sent to driver
22:13:13.823 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 268.0 in stage 8.0 (TID 691) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 268, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.823 [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)
22:13:13.823 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 267.0 in stage 8.0 (TID 690) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (269/400)
22:13:13.828 [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
22:13:13.828 [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
22:13:13.830 [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). 15690 bytes result sent to driver
22:13:13.831 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 269.0 in stage 8.0 (TID 692) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 269, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.831 [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)
22:13:13.832 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 268.0 in stage 8.0 (TID 691) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (270/400)
22:13:13.835 [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
22:13:13.835 [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
22:13:13.837 [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). 15690 bytes result sent to driver
22:13:13.837 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 270.0 in stage 8.0 (TID 693) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 270, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.838 [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)
22:13:13.838 [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-5k54.c.gcp-upstream.internal (executor driver) (271/400)
22:13:13.842 [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
22:13:13.842 [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
22:13:13.844 [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). 15690 bytes result sent to driver
22:13:13.845 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 271.0 in stage 8.0 (TID 694) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 271, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.845 [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)
22:13:13.845 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 270.0 in stage 8.0 (TID 693) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (272/400)
22:13:13.850 [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
22:13:13.850 [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
22:13:13.852 [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). 15690 bytes result sent to driver
22:13:13.853 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 272.0 in stage 8.0 (TID 695) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 272, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.853 [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)
22:13:13.854 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 271.0 in stage 8.0 (TID 694) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (273/400)
22:13:13.857 [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
22:13:13.857 [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
22:13:13.859 [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). 15690 bytes result sent to driver
22:13:13.860 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 273.0 in stage 8.0 (TID 696) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 273, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.860 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 272.0 in stage 8.0 (TID 695) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (274/400)
22:13:13.860 [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)
22:13:13.865 [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
22:13:13.865 [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
22:13:13.868 [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). 15690 bytes result sent to driver
22:13:13.869 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 274.0 in stage 8.0 (TID 697) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 274, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.869 [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)
22:13:13.869 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 273.0 in stage 8.0 (TID 696) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (275/400)
22:13:13.873 [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
22:13:13.873 [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
22:13:13.874 [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). 15690 bytes result sent to driver
22:13:13.875 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 275.0 in stage 8.0 (TID 698) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 275, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.875 [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)
22:13:13.876 [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-5k54.c.gcp-upstream.internal (executor driver) (276/400)
22:13:13.879 [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
22:13:13.879 [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
22:13:13.881 [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). 15690 bytes result sent to driver
22:13:13.882 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 276.0 in stage 8.0 (TID 699) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 276, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.882 [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)
22:13:13.882 [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-5k54.c.gcp-upstream.internal (executor driver) (277/400)
22:13:13.886 [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
22:13:13.887 [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
22:13:13.889 [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). 15690 bytes result sent to driver
22:13:13.890 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 277.0 in stage 8.0 (TID 700) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 277, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.890 [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)
22:13:13.890 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 276.0 in stage 8.0 (TID 699) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (278/400)
22:13:13.894 [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
22:13:13.894 [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
22:13:13.896 [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). 15690 bytes result sent to driver
22:13:13.896 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 278.0 in stage 8.0 (TID 701) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 278, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.897 [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)
22:13:13.897 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 277.0 in stage 8.0 (TID 700) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (279/400)
22:13:13.900 [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
22:13:13.900 [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
22:13:13.902 [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). 15690 bytes result sent to driver
22:13:13.903 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 279.0 in stage 8.0 (TID 702) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 279, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.903 [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)
22:13:13.903 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 278.0 in stage 8.0 (TID 701) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (280/400)
22:13:13.908 [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
22:13:13.908 [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
22:13:13.910 [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). 15690 bytes result sent to driver
22:13:13.911 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 280.0 in stage 8.0 (TID 703) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 280, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.911 [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)
22:13:13.911 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 279.0 in stage 8.0 (TID 702) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (281/400)
22:13:13.915 [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
22:13:13.916 [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
22:13:13.918 [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). 15690 bytes result sent to driver
22:13:13.918 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 281.0 in stage 8.0 (TID 704) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 281, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.919 [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)
22:13:13.919 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 280.0 in stage 8.0 (TID 703) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (282/400)
22:13:13.923 [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
22:13:13.923 [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
22:13:13.926 [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). 15690 bytes result sent to driver
22:13:13.926 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 282.0 in stage 8.0 (TID 705) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 282, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.926 [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)
22:13:13.927 [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-5k54.c.gcp-upstream.internal (executor driver) (283/400)
22:13:13.931 [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
22:13:13.931 [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
22:13:13.933 [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). 15690 bytes result sent to driver
22:13:13.933 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 283.0 in stage 8.0 (TID 706) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 283, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.933 [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)
22:13:13.934 [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-5k54.c.gcp-upstream.internal (executor driver) (284/400)
22:13:13.937 [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
22:13:13.937 [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
22:13:13.939 [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). 15690 bytes result sent to driver
22:13:13.940 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 284.0 in stage 8.0 (TID 707) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 284, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.940 [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)
22:13:13.940 [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-5k54.c.gcp-upstream.internal (executor driver) (285/400)
22:13:13.945 [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
22:13:13.945 [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
22:13:13.947 [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). 15690 bytes result sent to driver
22:13:13.948 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 285.0 in stage 8.0 (TID 708) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 285, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.948 [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)
22:13:13.948 [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-5k54.c.gcp-upstream.internal (executor driver) (286/400)
22:13:13.952 [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
22:13:13.952 [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
22:13:13.954 [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). 15690 bytes result sent to driver
22:13:13.954 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 286.0 in stage 8.0 (TID 709) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 286, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.954 [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)
22:13:13.955 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 285.0 in stage 8.0 (TID 708) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (287/400)
22:13:13.958 [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
22:13:13.958 [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
22:13:13.960 [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). 15690 bytes result sent to driver
22:13:13.960 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 287.0 in stage 8.0 (TID 710) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 287, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.961 [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)
22:13:13.961 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 286.0 in stage 8.0 (TID 709) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (288/400)
22:13:13.964 [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
22:13:13.964 [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
22:13:13.966 [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). 15690 bytes result sent to driver
22:13:13.967 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 288.0 in stage 8.0 (TID 711) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 288, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.967 [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)
22:13:13.967 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 287.0 in stage 8.0 (TID 710) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (289/400)
22:13:13.972 [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
22:13:13.972 [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
22:13:13.974 [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). 15690 bytes result sent to driver
22:13:13.974 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 289.0 in stage 8.0 (TID 712) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 289, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.975 [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)
22:13:13.975 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 288.0 in stage 8.0 (TID 711) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (290/400)
22:13:13.978 [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
22:13:13.978 [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
22:13:13.980 [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). 15690 bytes result sent to driver
22:13:13.981 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 290.0 in stage 8.0 (TID 713) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 290, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.981 [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)
22:13:13.981 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 289.0 in stage 8.0 (TID 712) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (291/400)
22:13:13.984 [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
22:13:13.984 [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
22:13:13.986 [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). 15690 bytes result sent to driver
22:13:13.987 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 291.0 in stage 8.0 (TID 714) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 291, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.987 [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)
22:13:13.987 [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-5k54.c.gcp-upstream.internal (executor driver) (292/400)
22:13:13.991 [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
22:13:13.991 [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
22:13:13.993 [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). 15690 bytes result sent to driver
22:13:13.993 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 292.0 in stage 8.0 (TID 715) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 292, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:13.994 [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)
22:13:13.994 [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-5k54.c.gcp-upstream.internal (executor driver) (293/400)
22:13:13.998 [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
22:13:13.998 [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
22:13:14.000 [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). 15690 bytes result sent to driver
22:13:14.001 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 293.0 in stage 8.0 (TID 716) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 293, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.001 [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)
22:13:14.001 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 292.0 in stage 8.0 (TID 715) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (294/400)
22:13:14.005 [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
22:13:14.005 [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
22:13:14.007 [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). 15690 bytes result sent to driver
22:13:14.007 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 294.0 in stage 8.0 (TID 717) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 294, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.008 [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)
22:13:14.008 [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-5k54.c.gcp-upstream.internal (executor driver) (295/400)
22:13:14.011 [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
22:13:14.011 [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
22:13:14.013 [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). 15690 bytes result sent to driver
22:13:14.014 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 295.0 in stage 8.0 (TID 718) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 295, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.014 [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)
22:13:14.014 [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-5k54.c.gcp-upstream.internal (executor driver) (296/400)
22:13:14.018 [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
22:13:14.018 [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
22:13:14.020 [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). 15690 bytes result sent to driver
22:13:14.021 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 296.0 in stage 8.0 (TID 719) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 296, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.021 [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)
22:13:14.021 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 295.0 in stage 8.0 (TID 718) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (297/400)
22:13:14.025 [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
22:13:14.025 [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
22:13:14.027 [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). 15690 bytes result sent to driver
22:13:14.028 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 297.0 in stage 8.0 (TID 720) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 297, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.028 [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)
22:13:14.028 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 296.0 in stage 8.0 (TID 719) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (298/400)
22:13:14.033 [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
22:13:14.033 [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
22:13:14.035 [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). 15690 bytes result sent to driver
22:13:14.036 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 298.0 in stage 8.0 (TID 721) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 298, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.036 [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)
22:13:14.037 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 297.0 in stage 8.0 (TID 720) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (299/400)
22:13:14.040 [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
22:13:14.040 [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
22:13:14.043 [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). 15690 bytes result sent to driver
22:13:14.043 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 299.0 in stage 8.0 (TID 722) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 299, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.044 [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)
22:13:14.044 [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-5k54.c.gcp-upstream.internal (executor driver) (300/400)
22:13:14.047 [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
22:13:14.047 [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
22:13:14.049 [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). 15690 bytes result sent to driver
22:13:14.050 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 300.0 in stage 8.0 (TID 723) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 300, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.050 [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)
22:13:14.050 [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-5k54.c.gcp-upstream.internal (executor driver) (301/400)
22:13:14.054 [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
22:13:14.054 [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
22:13:14.056 [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). 15690 bytes result sent to driver
22:13:14.057 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 301.0 in stage 8.0 (TID 724) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 301, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.057 [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)
22:13:14.057 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 300.0 in stage 8.0 (TID 723) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (302/400)
22:13:14.061 [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
22:13:14.061 [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
22:13:14.064 [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). 15690 bytes result sent to driver
22:13:14.065 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 302.0 in stage 8.0 (TID 725) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 302, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.065 [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)
22:13:14.065 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 301.0 in stage 8.0 (TID 724) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (303/400)
22:13:14.070 [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
22:13:14.070 [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
22:13:14.072 [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). 15690 bytes result sent to driver
22:13:14.073 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 303.0 in stage 8.0 (TID 726) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 303, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.073 [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)
22:13:14.074 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 302.0 in stage 8.0 (TID 725) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (304/400)
22:13:14.078 [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
22:13:14.078 [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
22:13:14.081 [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). 15690 bytes result sent to driver
22:13:14.081 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 304.0 in stage 8.0 (TID 727) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 304, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.081 [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)
22:13:14.082 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 303.0 in stage 8.0 (TID 726) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (305/400)
22:13:14.087 [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
22:13:14.087 [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
22:13:14.089 [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). 15690 bytes result sent to driver
22:13:14.089 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 305.0 in stage 8.0 (TID 728) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 305, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.090 [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)
22:13:14.090 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 304.0 in stage 8.0 (TID 727) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (306/400)
22:13:14.094 [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
22:13:14.095 [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
22:13:14.097 [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). 15690 bytes result sent to driver
22:13:14.097 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 306.0 in stage 8.0 (TID 729) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 306, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.098 [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)
22:13:14.098 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 305.0 in stage 8.0 (TID 728) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (307/400)
22:13:14.101 [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
22:13:14.101 [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
22:13:14.103 [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). 15690 bytes result sent to driver
22:13:14.104 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 307.0 in stage 8.0 (TID 730) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 307, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.104 [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)
22:13:14.104 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 306.0 in stage 8.0 (TID 729) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (308/400)
22:13:14.109 [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
22:13:14.109 [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
22:13:14.111 [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). 15690 bytes result sent to driver
22:13:14.112 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 308.0 in stage 8.0 (TID 731) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 308, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.112 [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)
22:13:14.112 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 307.0 in stage 8.0 (TID 730) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (309/400)
22:13:14.116 [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
22:13:14.116 [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
22:13:14.118 [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). 15690 bytes result sent to driver
22:13:14.118 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 309.0 in stage 8.0 (TID 732) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 309, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.119 [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)
22:13:14.119 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 308.0 in stage 8.0 (TID 731) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (310/400)
22:13:14.123 [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
22:13:14.123 [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
22:13:14.125 [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). 15690 bytes result sent to driver
22:13:14.125 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 310.0 in stage 8.0 (TID 733) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 310, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.125 [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)
22:13:14.126 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 309.0 in stage 8.0 (TID 732) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (311/400)
22:13:14.129 [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
22:13:14.129 [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
22:13:14.131 [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). 15690 bytes result sent to driver
22:13:14.131 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 311.0 in stage 8.0 (TID 734) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 311, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.132 [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)
22:13:14.132 [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-5k54.c.gcp-upstream.internal (executor driver) (312/400)
22:13:14.135 [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
22:13:14.136 [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
22:13:14.137 [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). 15690 bytes result sent to driver
22:13:14.138 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 312.0 in stage 8.0 (TID 735) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 312, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.138 [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)
22:13:14.138 [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-5k54.c.gcp-upstream.internal (executor driver) (313/400)
22:13:14.143 [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
22:13:14.143 [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
22:13:14.145 [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). 15690 bytes result sent to driver
22:13:14.146 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 313.0 in stage 8.0 (TID 736) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 313, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.146 [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)
22:13:14.146 [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-5k54.c.gcp-upstream.internal (executor driver) (314/400)
22:13:14.150 [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
22:13:14.150 [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
22:13:14.152 [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). 15690 bytes result sent to driver
22:13:14.152 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 314.0 in stage 8.0 (TID 737) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 314, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.152 [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)
22:13:14.153 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 313.0 in stage 8.0 (TID 736) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (315/400)
22:13:14.156 [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
22:13:14.156 [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
22:13:14.158 [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). 15690 bytes result sent to driver
22:13:14.158 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 315.0 in stage 8.0 (TID 738) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 315, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.158 [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)
22:13:14.159 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 314.0 in stage 8.0 (TID 737) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (316/400)
22:13:14.163 [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
22:13:14.163 [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
22:13:14.165 [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). 15690 bytes result sent to driver
22:13:14.166 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 316.0 in stage 8.0 (TID 739) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 316, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.166 [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)
22:13:14.166 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 315.0 in stage 8.0 (TID 738) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (317/400)
22:13:14.170 [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
22:13:14.170 [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
22:13:14.173 [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). 15690 bytes result sent to driver
22:13:14.173 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 317.0 in stage 8.0 (TID 740) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 317, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.174 [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)
22:13:14.174 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 316.0 in stage 8.0 (TID 739) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (318/400)
22:13:14.177 [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
22:13:14.177 [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
22:13:14.179 [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). 15690 bytes result sent to driver
22:13:14.180 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 318.0 in stage 8.0 (TID 741) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 318, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.180 [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)
22:13:14.180 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 317.0 in stage 8.0 (TID 740) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (319/400)
22:13:14.183 [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
22:13:14.183 [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
22:13:14.185 [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). 15690 bytes result sent to driver
22:13:14.186 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 319.0 in stage 8.0 (TID 742) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 319, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.186 [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)
22:13:14.186 [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-5k54.c.gcp-upstream.internal (executor driver) (320/400)
22:13:14.190 [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
22:13:14.190 [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
22:13:14.193 [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). 15690 bytes result sent to driver
22:13:14.193 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 320.0 in stage 8.0 (TID 743) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 320, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.193 [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)
22:13:14.194 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 319.0 in stage 8.0 (TID 742) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (321/400)
22:13:14.197 [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
22:13:14.197 [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
22:13:14.199 [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). 15690 bytes result sent to driver
22:13:14.199 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 321.0 in stage 8.0 (TID 744) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 321, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.200 [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)
22:13:14.200 [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-5k54.c.gcp-upstream.internal (executor driver) (322/400)
22:13:14.204 [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
22:13:14.204 [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
22:13:14.207 [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). 15690 bytes result sent to driver
22:13:14.207 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 322.0 in stage 8.0 (TID 745) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 322, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.207 [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)
22:13:14.208 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 321.0 in stage 8.0 (TID 744) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (323/400)
22:13:14.211 [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
22:13:14.211 [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
22:13:14.213 [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). 15690 bytes result sent to driver
22:13:14.213 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 323.0 in stage 8.0 (TID 746) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 323, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.213 [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)
22:13:14.214 [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-5k54.c.gcp-upstream.internal (executor driver) (324/400)
22:13:14.217 [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
22:13:14.217 [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
22:13:14.219 [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). 15690 bytes result sent to driver
22:13:14.220 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 324.0 in stage 8.0 (TID 747) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 324, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.220 [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)
22:13:14.220 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 323.0 in stage 8.0 (TID 746) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (325/400)
22:13:14.226 [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
22:13:14.226 [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
22:13:14.228 [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). 15690 bytes result sent to driver
22:13:14.229 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 325.0 in stage 8.0 (TID 748) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 325, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.229 [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)
22:13:14.230 [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-5k54.c.gcp-upstream.internal (executor driver) (326/400)
22:13:14.233 [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
22:13:14.233 [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
22:13:14.235 [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). 15690 bytes result sent to driver
22:13:14.235 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 326.0 in stage 8.0 (TID 749) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 326, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.235 [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)
22:13:14.236 [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-5k54.c.gcp-upstream.internal (executor driver) (327/400)
22:13:14.239 [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
22:13:14.239 [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
22:13:14.241 [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). 15690 bytes result sent to driver
22:13:14.242 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 327.0 in stage 8.0 (TID 750) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 327, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.242 [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)
22:13:14.243 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 326.0 in stage 8.0 (TID 749) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (328/400)
22:13:14.246 [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
22:13:14.246 [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
22:13:14.248 [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). 15690 bytes result sent to driver
22:13:14.249 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 328.0 in stage 8.0 (TID 751) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 328, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.249 [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)
22:13:14.249 [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-5k54.c.gcp-upstream.internal (executor driver) (329/400)
22:13:14.253 [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
22:13:14.254 [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
22:13:14.256 [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). 15690 bytes result sent to driver
22:13:14.256 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 329.0 in stage 8.0 (TID 752) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 329, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.257 [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)
22:13:14.257 [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-5k54.c.gcp-upstream.internal (executor driver) (330/400)
22:13:14.261 [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
22:13:14.261 [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
22:13:14.263 [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). 15690 bytes result sent to driver
22:13:14.263 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 330.0 in stage 8.0 (TID 753) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 330, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.264 [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)
22:13:14.264 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 329.0 in stage 8.0 (TID 752) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (331/400)
22:13:14.267 [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
22:13:14.268 [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
22:13:14.269 [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). 15690 bytes result sent to driver
22:13:14.270 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 331.0 in stage 8.0 (TID 754) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 331, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.270 [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)
22:13:14.270 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 330.0 in stage 8.0 (TID 753) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (332/400)
22:13:14.274 [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
22:13:14.274 [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
22:13:14.280 [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). 15690 bytes result sent to driver
22:13:14.280 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 332.0 in stage 8.0 (TID 755) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 332, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.281 [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)
22:13:14.281 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 331.0 in stage 8.0 (TID 754) in 11 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (333/400)
22:13:14.284 [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
22:13:14.285 [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
22:13:14.286 [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). 15690 bytes result sent to driver
22:13:14.287 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 333.0 in stage 8.0 (TID 756) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 333, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.287 [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)
22:13:14.287 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 332.0 in stage 8.0 (TID 755) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (334/400)
22:13:14.292 [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
22:13:14.292 [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
22:13:14.294 [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). 15690 bytes result sent to driver
22:13:14.295 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 334.0 in stage 8.0 (TID 757) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 334, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.295 [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)
22:13:14.295 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 333.0 in stage 8.0 (TID 756) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (335/400)
22:13:14.299 [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
22:13:14.299 [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
22:13:14.314 [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). 15733 bytes result sent to driver
22:13:14.314 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 335.0 in stage 8.0 (TID 758) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 335, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.315 [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)
22:13:14.315 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 334.0 in stage 8.0 (TID 757) in 21 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (336/400)
22:13:14.319 [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
22:13:14.319 [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
22:13:14.321 [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). 15690 bytes result sent to driver
22:13:14.322 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 336.0 in stage 8.0 (TID 759) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 336, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.322 [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)
22:13:14.322 [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-5k54.c.gcp-upstream.internal (executor driver) (337/400)
22:13:14.327 [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
22:13:14.327 [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
22:13:14.330 [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). 15690 bytes result sent to driver
22:13:14.330 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 337.0 in stage 8.0 (TID 760) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 337, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.330 [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)
22:13:14.331 [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-5k54.c.gcp-upstream.internal (executor driver) (338/400)
22:13:14.335 [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
22:13:14.335 [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
22:13:14.338 [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). 15690 bytes result sent to driver
22:13:14.339 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 338.0 in stage 8.0 (TID 761) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 338, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.339 [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)
22:13:14.339 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 337.0 in stage 8.0 (TID 760) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (339/400)
22:13:14.343 [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
22:13:14.343 [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
22:13:14.345 [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). 15690 bytes result sent to driver
22:13:14.346 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 339.0 in stage 8.0 (TID 762) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 339, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.346 [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)
22:13:14.347 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 338.0 in stage 8.0 (TID 761) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (340/400)
22:13:14.350 [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
22:13:14.350 [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
22:13:14.352 [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). 15690 bytes result sent to driver
22:13:14.352 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 340.0 in stage 8.0 (TID 763) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 340, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.353 [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)
22:13:14.353 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 339.0 in stage 8.0 (TID 762) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (341/400)
22:13:14.356 [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
22:13:14.357 [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
22:13:14.358 [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). 15690 bytes result sent to driver
22:13:14.359 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 341.0 in stage 8.0 (TID 764) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 341, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.359 [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)
22:13:14.360 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 340.0 in stage 8.0 (TID 763) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (342/400)
22:13:14.363 [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
22:13:14.363 [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
22:13:14.365 [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). 15690 bytes result sent to driver
22:13:14.365 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 342.0 in stage 8.0 (TID 765) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 342, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.366 [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)
22:13:14.366 [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-5k54.c.gcp-upstream.internal (executor driver) (343/400)
22:13:14.370 [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
22:13:14.370 [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
22:13:14.373 [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). 15690 bytes result sent to driver
22:13:14.373 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 343.0 in stage 8.0 (TID 766) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 343, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.373 [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)
22:13:14.374 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 342.0 in stage 8.0 (TID 765) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (344/400)
22:13:14.377 [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
22:13:14.377 [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
22:13:14.378 [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). 15690 bytes result sent to driver
22:13:14.379 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 344.0 in stage 8.0 (TID 767) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 344, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.379 [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)
22:13:14.379 [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-5k54.c.gcp-upstream.internal (executor driver) (345/400)
22:13:14.385 [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
22:13:14.385 [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
22:13:14.388 [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). 15690 bytes result sent to driver
22:13:14.388 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 345.0 in stage 8.0 (TID 768) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 345, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.389 [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)
22:13:14.389 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 344.0 in stage 8.0 (TID 767) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (346/400)
22:13:14.394 [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
22:13:14.394 [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
22:13:14.396 [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). 15690 bytes result sent to driver
22:13:14.397 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 346.0 in stage 8.0 (TID 769) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 346, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.397 [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)
22:13:14.397 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 345.0 in stage 8.0 (TID 768) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (347/400)
22:13:14.401 [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
22:13:14.401 [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
22:13:14.402 [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). 15690 bytes result sent to driver
22:13:14.403 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 347.0 in stage 8.0 (TID 770) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 347, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.403 [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)
22:13:14.403 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 346.0 in stage 8.0 (TID 769) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (348/400)
22:13:14.407 [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
22:13:14.407 [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
22:13:14.409 [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). 15690 bytes result sent to driver
22:13:14.409 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 348.0 in stage 8.0 (TID 771) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 348, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.410 [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)
22:13:14.410 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 347.0 in stage 8.0 (TID 770) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (349/400)
22:13:14.414 [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
22:13:14.414 [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
22:13:14.416 [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). 15690 bytes result sent to driver
22:13:14.417 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 349.0 in stage 8.0 (TID 772) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 349, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.417 [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)
22:13:14.417 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 348.0 in stage 8.0 (TID 771) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (350/400)
22:13:14.422 [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
22:13:14.422 [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
22:13:14.424 [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). 15690 bytes result sent to driver
22:13:14.425 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 350.0 in stage 8.0 (TID 773) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 350, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.425 [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)
22:13:14.425 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 349.0 in stage 8.0 (TID 772) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (351/400)
22:13:14.429 [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
22:13:14.429 [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
22:13:14.431 [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). 15690 bytes result sent to driver
22:13:14.432 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 351.0 in stage 8.0 (TID 774) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 351, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.432 [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)
22:13:14.432 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 350.0 in stage 8.0 (TID 773) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (352/400)
22:13:14.436 [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
22:13:14.436 [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
22:13:14.438 [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). 15690 bytes result sent to driver
22:13:14.438 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 352.0 in stage 8.0 (TID 775) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 352, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.439 [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)
22:13:14.439 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 351.0 in stage 8.0 (TID 774) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (353/400)
22:13:14.444 [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
22:13:14.444 [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
22:13:14.446 [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). 15690 bytes result sent to driver
22:13:14.447 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 353.0 in stage 8.0 (TID 776) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 353, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.447 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 352.0 in stage 8.0 (TID 775) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (354/400)
22:13:14.447 [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)
22:13:14.451 [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
22:13:14.451 [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
22:13:14.454 [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). 15690 bytes result sent to driver
22:13:14.454 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 354.0 in stage 8.0 (TID 777) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 354, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.455 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 353.0 in stage 8.0 (TID 776) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (355/400)
22:13:14.455 [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)
22:13:14.461 [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
22:13:14.461 [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
22:13:14.463 [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). 15690 bytes result sent to driver
22:13:14.464 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 355.0 in stage 8.0 (TID 778) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 355, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.464 [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)
22:13:14.464 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 354.0 in stage 8.0 (TID 777) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (356/400)
22:13:14.468 [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
22:13:14.468 [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
22:13:14.472 [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). 15690 bytes result sent to driver
22:13:14.473 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 356.0 in stage 8.0 (TID 779) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 356, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.473 [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)
22:13:14.473 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 355.0 in stage 8.0 (TID 778) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (357/400)
22:13:14.478 [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
22:13:14.478 [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
22:13:14.482 [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). 15690 bytes result sent to driver
22:13:14.482 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 357.0 in stage 8.0 (TID 780) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 357, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.483 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 356.0 in stage 8.0 (TID 779) in 11 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (358/400)
22:13:14.483 [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)
22:13:14.486 [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
22:13:14.486 [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
22:13:14.489 [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). 15690 bytes result sent to driver
22:13:14.490 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 358.0 in stage 8.0 (TID 781) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 358, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.490 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 357.0 in stage 8.0 (TID 780) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (359/400)
22:13:14.491 [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)
22:13:14.498 [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
22:13:14.498 [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
22:13:14.500 [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). 15690 bytes result sent to driver
22:13:14.501 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 359.0 in stage 8.0 (TID 782) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 359, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.501 [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)
22:13:14.502 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 358.0 in stage 8.0 (TID 781) in 13 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (360/400)
22:13:14.507 [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
22:13:14.507 [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
22:13:14.510 [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). 15690 bytes result sent to driver
22:13:14.510 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 360.0 in stage 8.0 (TID 783) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 360, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.511 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 359.0 in stage 8.0 (TID 782) in 10 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (361/400)
22:13:14.512 [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)
22:13:14.519 [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
22:13:14.519 [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
22:13:14.522 [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). 15690 bytes result sent to driver
22:13:14.523 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 361.0 in stage 8.0 (TID 784) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 361, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.523 [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)
22:13:14.523 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 360.0 in stage 8.0 (TID 783) in 13 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (362/400)
22:13:14.530 [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
22:13:14.530 [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
22:13:14.532 [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). 15690 bytes result sent to driver
22:13:14.532 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 362.0 in stage 8.0 (TID 785) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 362, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.532 [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)
22:13:14.533 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 361.0 in stage 8.0 (TID 784) in 11 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (363/400)
22:13:14.536 [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
22:13:14.536 [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
22:13:14.538 [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). 15690 bytes result sent to driver
22:13:14.539 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 363.0 in stage 8.0 (TID 786) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 363, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.539 [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)
22:13:14.539 [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-5k54.c.gcp-upstream.internal (executor driver) (364/400)
22:13:14.544 [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
22:13:14.544 [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
22:13:14.546 [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). 15690 bytes result sent to driver
22:13:14.547 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 364.0 in stage 8.0 (TID 787) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 364, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.547 [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)
22:13:14.548 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 363.0 in stage 8.0 (TID 786) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (365/400)
22:13:14.551 [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
22:13:14.551 [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
22:13:14.553 [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). 15690 bytes result sent to driver
22:13:14.553 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 365.0 in stage 8.0 (TID 788) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 365, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.554 [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)
22:13:14.554 [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-5k54.c.gcp-upstream.internal (executor driver) (366/400)
22:13:14.559 [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
22:13:14.559 [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
22:13:14.561 [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). 15690 bytes result sent to driver
22:13:14.561 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 366.0 in stage 8.0 (TID 789) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 366, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.562 [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)
22:13:14.562 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 365.0 in stage 8.0 (TID 788) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (367/400)
22:13:14.565 [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
22:13:14.565 [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
22:13:14.567 [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). 15690 bytes result sent to driver
22:13:14.567 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 367.0 in stage 8.0 (TID 790) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 367, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.568 [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)
22:13:14.568 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 366.0 in stage 8.0 (TID 789) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (368/400)
22:13:14.571 [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
22:13:14.572 [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
22:13:14.573 [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). 15690 bytes result sent to driver
22:13:14.574 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 368.0 in stage 8.0 (TID 791) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 368, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.574 [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)
22:13:14.574 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 367.0 in stage 8.0 (TID 790) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (369/400)
22:13:14.579 [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
22:13:14.579 [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
22:13:14.581 [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). 15690 bytes result sent to driver
22:13:14.582 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 369.0 in stage 8.0 (TID 792) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 369, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.582 [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)
22:13:14.582 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 368.0 in stage 8.0 (TID 791) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (370/400)
22:13:14.585 [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
22:13:14.585 [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
22:13:14.587 [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). 15690 bytes result sent to driver
22:13:14.588 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 370.0 in stage 8.0 (TID 793) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 370, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.588 [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)
22:13:14.588 [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-5k54.c.gcp-upstream.internal (executor driver) (371/400)
22:13:14.592 [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
22:13:14.592 [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
22:13:14.594 [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). 15690 bytes result sent to driver
22:13:14.594 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 371.0 in stage 8.0 (TID 794) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 371, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.594 [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)
22:13:14.595 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 370.0 in stage 8.0 (TID 793) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (372/400)
22:13:14.598 [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
22:13:14.598 [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
22:13:14.600 [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). 15690 bytes result sent to driver
22:13:14.600 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 372.0 in stage 8.0 (TID 795) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 372, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.601 [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)
22:13:14.601 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 371.0 in stage 8.0 (TID 794) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (373/400)
22:13:14.605 [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
22:13:14.605 [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
22:13:14.607 [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). 15690 bytes result sent to driver
22:13:14.608 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 373.0 in stage 8.0 (TID 796) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 373, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.608 [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)
22:13:14.608 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 372.0 in stage 8.0 (TID 795) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (374/400)
22:13:14.611 [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
22:13:14.611 [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
22:13:14.613 [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). 15690 bytes result sent to driver
22:13:14.614 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 374.0 in stage 8.0 (TID 797) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 374, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.614 [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)
22:13:14.614 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 373.0 in stage 8.0 (TID 796) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (375/400)
22:13:14.617 [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
22:13:14.617 [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
22:13:14.619 [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). 15690 bytes result sent to driver
22:13:14.620 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 375.0 in stage 8.0 (TID 798) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 375, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.620 [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)
22:13:14.621 [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-5k54.c.gcp-upstream.internal (executor driver) (376/400)
22:13:14.625 [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
22:13:14.625 [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
22:13:14.627 [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). 15690 bytes result sent to driver
22:13:14.628 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 376.0 in stage 8.0 (TID 799) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 376, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.628 [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)
22:13:14.628 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 375.0 in stage 8.0 (TID 798) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (377/400)
22:13:14.632 [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
22:13:14.632 [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
22:13:14.635 [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). 15690 bytes result sent to driver
22:13:14.635 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 377.0 in stage 8.0 (TID 800) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 377, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.635 [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)
22:13:14.636 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 376.0 in stage 8.0 (TID 799) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (378/400)
22:13:14.639 [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
22:13:14.639 [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
22:13:14.641 [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). 15690 bytes result sent to driver
22:13:14.642 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 378.0 in stage 8.0 (TID 801) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 378, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.642 [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)
22:13:14.642 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 377.0 in stage 8.0 (TID 800) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (379/400)
22:13:14.646 [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
22:13:14.646 [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
22:13:14.647 [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). 15690 bytes result sent to driver
22:13:14.648 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 379.0 in stage 8.0 (TID 802) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 379, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.648 [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)
22:13:14.648 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 378.0 in stage 8.0 (TID 801) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (380/400)
22:13:14.652 [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
22:13:14.652 [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
22:13:14.654 [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). 15690 bytes result sent to driver
22:13:14.654 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 380.0 in stage 8.0 (TID 803) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 380, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.654 [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)
22:13:14.655 [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-5k54.c.gcp-upstream.internal (executor driver) (381/400)
22:13:14.658 [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
22:13:14.658 [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
22:13:14.660 [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). 15690 bytes result sent to driver
22:13:14.660 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 381.0 in stage 8.0 (TID 804) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 381, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.660 [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)
22:13:14.661 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 380.0 in stage 8.0 (TID 803) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (382/400)
22:13:14.664 [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
22:13:14.664 [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
22:13:14.666 [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). 15690 bytes result sent to driver
22:13:14.666 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 382.0 in stage 8.0 (TID 805) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 382, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.666 [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)
22:13:14.667 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 381.0 in stage 8.0 (TID 804) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (383/400)
22:13:14.670 [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
22:13:14.670 [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
22:13:14.672 [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). 15690 bytes result sent to driver
22:13:14.673 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 383.0 in stage 8.0 (TID 806) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 383, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.673 [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)
22:13:14.673 [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-5k54.c.gcp-upstream.internal (executor driver) (384/400)
22:13:14.676 [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
22:13:14.677 [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
22:13:14.678 [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). 15690 bytes result sent to driver
22:13:14.679 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 384.0 in stage 8.0 (TID 807) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 384, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.679 [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)
22:13:14.679 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 383.0 in stage 8.0 (TID 806) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (385/400)
22:13:14.682 [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
22:13:14.682 [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
22:13:14.684 [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). 15690 bytes result sent to driver
22:13:14.684 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 385.0 in stage 8.0 (TID 808) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 385, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.685 [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)
22:13:14.685 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 384.0 in stage 8.0 (TID 807) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (386/400)
22:13:14.689 [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
22:13:14.689 [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
22:13:14.692 [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). 15690 bytes result sent to driver
22:13:14.692 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 387.0 in stage 8.0 (TID 809) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 387, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.692 [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)
22:13:14.693 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 385.0 in stage 8.0 (TID 808) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (387/400)
22:13:14.696 [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
22:13:14.696 [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
22:13:14.698 [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). 15690 bytes result sent to driver
22:13:14.698 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 388.0 in stage 8.0 (TID 810) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 388, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.699 [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)
22:13:14.699 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 387.0 in stage 8.0 (TID 809) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (388/400)
22:13:14.702 [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
22:13:14.702 [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
22:13:14.704 [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). 15690 bytes result sent to driver
22:13:14.704 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 389.0 in stage 8.0 (TID 811) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 389, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.704 [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)
22:13:14.705 [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-5k54.c.gcp-upstream.internal (executor driver) (389/400)
22:13:14.708 [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
22:13:14.708 [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
22:13:14.710 [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). 15690 bytes result sent to driver
22:13:14.710 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 390.0 in stage 8.0 (TID 812) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 390, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.710 [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)
22:13:14.710 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 389.0 in stage 8.0 (TID 811) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (390/400)
22:13:14.715 [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
22:13:14.715 [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
22:13:14.717 [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). 15690 bytes result sent to driver
22:13:14.718 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 391.0 in stage 8.0 (TID 813) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 391, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.718 [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)
22:13:14.718 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 390.0 in stage 8.0 (TID 812) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (391/400)
22:13:14.722 [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
22:13:14.722 [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
22:13:14.724 [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). 15690 bytes result sent to driver
22:13:14.724 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 392.0 in stage 8.0 (TID 814) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 392, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.724 [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)
22:13:14.725 [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-5k54.c.gcp-upstream.internal (executor driver) (392/400)
22:13:14.728 [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
22:13:14.728 [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
22:13:14.730 [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). 15690 bytes result sent to driver
22:13:14.731 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 393.0 in stage 8.0 (TID 815) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 393, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.731 [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)
22:13:14.731 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 392.0 in stage 8.0 (TID 814) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (393/400)
22:13:14.735 [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
22:13:14.735 [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
22:13:14.738 [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). 15690 bytes result sent to driver
22:13:14.738 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 394.0 in stage 8.0 (TID 816) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 394, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.738 [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)
22:13:14.739 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 393.0 in stage 8.0 (TID 815) in 9 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (394/400)
22:13:14.742 [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
22:13:14.742 [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
22:13:14.744 [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). 15690 bytes result sent to driver
22:13:14.745 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 395.0 in stage 8.0 (TID 817) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 395, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.745 [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)
22:13:14.745 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 394.0 in stage 8.0 (TID 816) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (395/400)
22:13:14.748 [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
22:13:14.748 [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
22:13:14.750 [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). 15690 bytes result sent to driver
22:13:14.751 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 396.0 in stage 8.0 (TID 818) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 396, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.751 [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)
22:13:14.751 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 395.0 in stage 8.0 (TID 817) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (396/400)
22:13:14.754 [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
22:13:14.754 [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
22:13:14.756 [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). 15690 bytes result sent to driver
22:13:14.757 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 397.0 in stage 8.0 (TID 819) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 397, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.757 [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)
22:13:14.757 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 396.0 in stage 8.0 (TID 818) in 7 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (397/400)
22:13:14.761 [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
22:13:14.762 [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
22:13:14.764 [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). 15690 bytes result sent to driver
22:13:14.764 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 398.0 in stage 8.0 (TID 820) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 398, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.765 [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)
22:13:14.765 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 397.0 in stage 8.0 (TID 819) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (398/400)
22:13:14.769 [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
22:13:14.769 [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
22:13:14.771 [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). 15690 bytes result sent to driver
22:13:14.772 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 399.0 in stage 8.0 (TID 821) (dist-test-slave-5k54.c.gcp-upstream.internal, executor driver, partition 399, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
22:13:14.772 [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)
22:13:14.772 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 398.0 in stage 8.0 (TID 820) in 8 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (399/400)
22:13:14.775 [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
22:13:14.775 [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
22:13:14.777 [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). 15690 bytes result sent to driver
22:13:14.778 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 399.0 in stage 8.0 (TID 821) in 6 ms on dist-test-slave-5k54.c.gcp-upstream.internal (executor driver) (400/400)
22:13:14.778 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
22:13:14.779 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (collect at IntegrationTestBigLinkedList.scala:421) finished in 3.010 s
22:13:14.779 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
22:13:14.780 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
22:13:14.780 [INFO - main] (Logging.scala:57) Job 1 finished: collect at IntegrationTestBigLinkedList.scala:421, took 18.839291 s
22:13:14.811 [INFO - main] (Logging.scala:57) Code generated in 6.617547 ms
22:13:14.839 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
22:13:14.959 [INFO - main] (Logging.scala:57) MemoryStore cleared
22:13:14.959 [INFO - main] (Logging.scala:57) BlockManager stopped
22:13:14.963 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
22:13:14.967 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
22:13:14.980 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
22:13:14.983 [DEBUG - main] (Connection.java:575) [peer fd423347f646421a8169884af275024e(127.13.181.67:32873)] disconnecting while in state READY
22:13:14.984 [DEBUG - main] (Connection.java:575) [peer master-127.13.181.126:43791(127.13.181.126:43791)] disconnecting while in state READY
22:13:14.984 [DEBUG - main] (Connection.java:575) [peer a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)] disconnecting while in state READY
22:13:14.984 [DEBUG - main] (Connection.java:575) [peer master-127.13.181.124:34777(127.13.181.124:34777)] disconnecting while in state READY
22:13:14.984 [DEBUG - main] (Connection.java:575) [peer master-127.13.181.125:37685(127.13.181.125:37685)] disconnecting while in state READY
22:13:14.985 [DEBUG - main] (Connection.java:575) [peer d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)] disconnecting while in state READY
22:13:14.992 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2704) Releasing all remaining resources
22:13:14.993 [DEBUG - kudu-nio-1] (Connection.java:239) [peer a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)] handling channelInactive
22:13:14.993 [DEBUG - kudu-nio-0] (Connection.java:239) [peer fd423347f646421a8169884af275024e(127.13.181.67:32873)] handling channelInactive
22:13:14.995 [DEBUG - kudu-nio-0] (Connection.java:709) [peer fd423347f646421a8169884af275024e(127.13.181.67:32873)] cleaning up while in state READY due to: connection closed
22:13:14.995 [DEBUG - kudu-nio-1] (Connection.java:709) [peer a52b311850994ec2bb1788ce66c07ac3(127.13.181.66:35927)] cleaning up while in state READY due to: connection closed
22:13:14.996 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.13.181.125:37685(127.13.181.125:37685)] handling channelInactive
22:13:14.996 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.13.181.125:37685(127.13.181.125:37685)] cleaning up while in state READY due to: connection closed
22:13:14.996 [DEBUG - kudu-nio-1] (Connection.java:239) [peer d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)] handling channelInactive
22:13:14.996 [DEBUG - kudu-nio-1] (Connection.java:709) [peer d42b62f461434de8984ceb48c8af4a01(127.13.181.65:45329)] cleaning up while in state READY due to: connection closed
22:13:14.997 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 45 thread-local buffer(s) from thread: kudu-nio-1
22:13:14.998 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.181.126:43791(127.13.181.126:43791)] handling channelInactive
22:13:14.999 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.181.126:43791(127.13.181.126:43791)] cleaning up while in state READY due to: connection closed
22:13:14.999 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.13.181.124:34777(127.13.181.124:34777)] handling channelInactive
22:13:14.999 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.13.181.124:34777(127.13.181.124:34777)] cleaning up while in state READY due to: connection closed
22:13:14.999 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 48 thread-local buffer(s) from thread: kudu-nio-0
22:13:15.007 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
22:13:15.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:13:15.008715 14037 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu with pid 14361
22:13:15.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:13:15.017692 14037 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu with pid 14514
22:13:15.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:13:15.031651 14037 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu with pid 14661
22:13:15.049 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:13:15.049396 14037 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu with pid 14049
22:13:15.057 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:13:15.057299 14037 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu with pid 14130
22:13:15.065 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 22:13:15.065642 14037 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taski9ZDj8/build/debug/bin/kudu with pid 14214
22:13:15.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T22:13:15Z 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: 34.17

OK (1 test)

22:13:15.404 [INFO - shutdown-hook-0] (Logging.scala:57) Shutdown hook called
22:13:15.405 [INFO - shutdown-hook-0] (Logging.scala:57) Deleting directory /tmp/spark-e67db462-4be9-425e-a14a-19ddc13e4b9e
