[INFO] cloning repository https://github.com/davidgasquez/deltafusion [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davidgasquez/deltafusion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidgasquez%2Fdeltafusion", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidgasquez%2Fdeltafusion'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 25cd4ab9f8d28e098fb75674f67167b57f3a3f5b [INFO] checking davidgasquez/deltafusion against try#b1375b2484512d46eeace16657e5b4a5450c610b for pr-112743 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidgasquez%2Fdeltafusion" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidgasquez/deltafusion on toolchain b1375b2484512d46eeace16657e5b4a5450c610b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/davidgasquez/deltafusion [INFO] finished tweaking git repo https://github.com/davidgasquez/deltafusion [INFO] tweaked toml for git repo https://github.com/davidgasquez/deltafusion written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/davidgasquez/deltafusion already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2833fa4245de9c243ccd8f26edefe757a1beaac6458439b53d0a5bdd24bd4086 [INFO] running `Command { std: "docker" "start" "-a" "2833fa4245de9c243ccd8f26edefe757a1beaac6458439b53d0a5bdd24bd4086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2833fa4245de9c243ccd8f26edefe757a1beaac6458439b53d0a5bdd24bd4086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2833fa4245de9c243ccd8f26edefe757a1beaac6458439b53d0a5bdd24bd4086", kill_on_drop: false }` [INFO] [stdout] 2833fa4245de9c243ccd8f26edefe757a1beaac6458439b53d0a5bdd24bd4086 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+b1375b2484512d46eeace16657e5b4a5450c610b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6db746b152e75830a75ac296aa82c9566d1ff13be2d7c72b63fe930dfc036d3 [INFO] running `Command { std: "docker" "start" "-a" "f6db746b152e75830a75ac296aa82c9566d1ff13be2d7c72b63fe930dfc036d3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.104 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Checking once_cell v1.16.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling ahash v0.8.2 [INFO] [stderr] Checking iana-time-zone v0.1.53 [INFO] [stderr] Checking lexical-util v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.148 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling serde v1.0.148 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling parking_lot_core v0.9.4 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling tokio v1.23.1 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Checking bytes v1.3.0 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Checking lexical-write-integer v0.8.5 [INFO] [stderr] Checking lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Checking futures-sink v0.3.25 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Checking lexical-parse-float v0.8.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Checking lexical-write-float v0.8.5 [INFO] [stderr] Checking futures-io v0.3.25 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Checking aho-corasick v0.7.20 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Checking regex-syntax v0.6.28 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking itoa v1.0.4 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking arrow-schema v26.0.0 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Checking getrandom v0.2.8 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking num_cpus v1.14.0 [INFO] [stderr] Checking mio v0.8.5 [INFO] [stderr] Checking socket2 v0.4.7 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Checking lexical-core v0.8.5 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Compiling const-random-macro v0.1.15 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Checking unicode-width v0.1.10 [INFO] [stderr] Compiling snap v1.1.0 [INFO] [stderr] Checking miniz_oxide v0.6.2 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Checking half v2.1.0 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Checking form_urlencoded v1.1.0 [INFO] [stderr] Checking const-random v0.1.15 [INFO] [stderr] Checking chrono v0.4.23 [INFO] [stderr] Checking flate2 v1.0.25 [INFO] [stderr] Checking ordered-float v1.1.1 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking brotli-decompressor v2.3.2 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Checking integer-encoding v3.0.4 [INFO] [stderr] Compiling parquet v26.0.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Checking thrift v0.16.0 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling seq-macro v0.3.1 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking ordered-float v3.4.0 [INFO] [stderr] Checking sqlparser v0.26.0 [INFO] [stderr] Checking digest v0.10.6 [INFO] [stderr] Compiling zstd-sys v2.0.3+zstd.1.5.2 [INFO] [stderr] Compiling lz4-sys v1.9.4 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking arrow-schema v27.0.0 [INFO] [stderr] Checking idna v0.3.0 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling blake3 v1.3.3 [INFO] [stderr] Checking hashbrown v0.13.1 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking arrow-buffer v26.0.0 [INFO] [stderr] Checking arrow-buffer v27.0.0 [INFO] [stderr] Checking brotli v3.3.4 [INFO] [stderr] Checking regex v1.7.0 [INFO] [stderr] Checking url v2.3.1 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking cpufeatures v0.2.5 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Checking arrow-data v27.0.0 [INFO] [stderr] Checking arrow-data v26.0.0 [INFO] [stderr] Checking constant_time_eq v0.2.4 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Checking sha2 v0.10.6 [INFO] [stderr] Checking md-5 v0.10.5 [INFO] [stderr] Checking arrow-array v26.0.0 [INFO] [stderr] Checking blake2 v0.10.5 [INFO] [stderr] Checking arrow-array v27.0.0 [INFO] [stderr] Compiling which v4.3.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Compiling petgraph v0.6.2 [INFO] [stderr] Checking unicode-segmentation v1.10.0 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking errno v0.2.8 [INFO] [stderr] Checking arrow-select v26.0.0 [INFO] [stderr] Checking bzip2 v0.4.4 [INFO] [stderr] Checking arrow-select v27.0.0 [INFO] [stderr] Checking arrow-cast v27.0.0 [INFO] [stderr] Compiling glibc_version v0.1.2 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling multiversion-macros v0.6.1 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling snafu-derive v0.7.3 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling prost-derive v0.11.2 [INFO] [stderr] Compiling deltalake v0.5.0 [INFO] [stderr] Checking multiversion v0.6.1 [INFO] [stderr] Checking zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b1375b2484512d46eeace16657e5b4a5450c610b/bin/rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=577f2966bd8cf790 -C extra-filename=-577f2966bd8cf790 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-e926f75b58bd8449.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-7035830657abc48f.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-3693a015842dadb3.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-3a539d2c31b7f6b2.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-9f1ef91fd1c2af0a.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-faae754eb09173cc.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-49050ab856b08c46.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-7d1d216499be3cfa.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-c55060bd057214c4.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-78dfc301e264a31d.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `brotli` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b1375b2484512d46eeace16657e5b4a5450c610b/bin/rustc --crate-name brotli /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/brotli-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="std"' -C metadata=7c53327cdfcfc413 -C extra-filename=-7c53327cdfcfc413 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-70d094033c50683a.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-d8545ed49b88f6c6.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-7a518a24f26947d3.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "f6db746b152e75830a75ac296aa82c9566d1ff13be2d7c72b63fe930dfc036d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6db746b152e75830a75ac296aa82c9566d1ff13be2d7c72b63fe930dfc036d3", kill_on_drop: false }` [INFO] [stdout] f6db746b152e75830a75ac296aa82c9566d1ff13be2d7c72b63fe930dfc036d3