[INFO] cloning repository https://github.com/blt/file_gen [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blt/file_gen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblt%2Ffile_gen", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblt%2Ffile_gen'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 55407fce91055478e2e529c4431f8598ca90d01e [INFO] checking blt/file_gen against master#bacf5bcbc7dae526872cf6af3fc0064a51b1efa2 for pr-113557 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblt%2Ffile_gen" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/blt/file_gen on toolchain bacf5bcbc7dae526872cf6af3fc0064a51b1efa2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bacf5bcbc7dae526872cf6af3fc0064a51b1efa2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/blt/file_gen [INFO] finished tweaking git repo https://github.com/blt/file_gen [INFO] tweaked toml for git repo https://github.com/blt/file_gen written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/blt/file_gen 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" "+bacf5bcbc7dae526872cf6af3fc0064a51b1efa2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/open-telemetry/opentelemetry-rust/` [INFO] [stderr] Updating git submodule `https://github.com/open-telemetry/opentelemetry-proto` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-pidfd v0.1.4 [INFO] [stderr] Downloaded ordered-float v3.6.0 [INFO] [stderr] Downloaded tonic-build v0.9.0 [INFO] [stderr] Downloaded metrics-util v0.15.1 [INFO] [stderr] Downloaded escargot v0.5.7 [INFO] [stderr] Downloaded metrics v0.21.1 [INFO] [stderr] Downloaded serde_derive v1.0.167 [INFO] [stderr] Downloaded hashbrown v0.13.1 [INFO] [stderr] Downloaded entropy v0.4.1 [INFO] [stderr] Downloaded portable-atomic v1.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+bacf5bcbc7dae526872cf6af3fc0064a51b1efa2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cec4c322b24458d22441314bf08382228d00e62f13c1a7cfd147ff5b9413e89 [INFO] running `Command { std: "docker" "start" "-a" "9cec4c322b24458d22441314bf08382228d00e62f13c1a7cfd147ff5b9413e89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cec4c322b24458d22441314bf08382228d00e62f13c1a7cfd147ff5b9413e89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cec4c322b24458d22441314bf08382228d00e62f13c1a7cfd147ff5b9413e89", kill_on_drop: false }` [INFO] [stdout] 9cec4c322b24458d22441314bf08382228d00e62f13c1a7cfd147ff5b9413e89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+bacf5bcbc7dae526872cf6af3fc0064a51b1efa2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c65dad12b7a8236faf89ba05e064f9caa61ded3dec7c227c901a7caf4afcdf13 [INFO] running `Command { std: "docker" "start" "-a" "c65dad12b7a8236faf89ba05e064f9caa61ded3dec7c227c901a7caf4afcdf13", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking itoa v1.0.5 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde v1.0.167 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling rustversion v1.0.11 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling async-trait v0.1.71 [INFO] [stderr] Compiling rustix v0.37.19 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling tempfile v3.6.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling syn v2.0.23 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking ryu v1.0.12 [INFO] [stderr] Checking sync_wrapper v0.1.1 [INFO] [stderr] Checking matchit v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.100 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Checking regex-syntax v0.6.28 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking fastrand v1.8.0 [INFO] [stderr] Checking base64 v0.21.0 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling prettyplease v0.1.23 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling axum-core v0.3.3 [INFO] [stderr] Compiling axum v0.6.12 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking getrandom v0.2.8 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot_core v0.9.6 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling which v4.3.0 [INFO] [stderr] Compiling petgraph v0.6.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling polling v2.5.2 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Checking sketches-ddsketch v0.2.1 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking dashmap v5.4.0 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking nibble_vec v0.1.0 [INFO] [stderr] Checking form_urlencoded v1.1.0 [INFO] [stderr] Compiling async-io v1.12.0 [INFO] [stderr] Checking raw-cpuid v10.6.0 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking endian-type v0.1.2 [INFO] [stderr] Compiling rustix v0.36.7 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking radix_trie v0.2.1 [INFO] [stderr] Checking idna v0.3.0 [INFO] [stderr] Checking async-lock v2.6.0 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking ordered-float v3.6.0 [INFO] [stderr] Checking hashbrown v0.13.1 [INFO] [stderr] Checking concurrent-queue v2.1.0 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking os_str_bytes v6.4.1 [INFO] [stderr] Checking ipnet v2.7.1 [INFO] [stderr] Compiling procfs v0.15.1 [INFO] [stderr] Checking aho-corasick v1.0.2 [INFO] [stderr] Checking linux-raw-sys v0.1.4 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking equivalent v1.0.0 [INFO] [stderr] Checking rmp v0.8.11 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking url v2.3.1 [INFO] [stderr] Checking quanta v0.11.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking encoding_rs v0.8.32 [INFO] [stderr] Checking indexmap v2.0.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking termcolor v1.2.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking utf8-width v0.1.6 [INFO] [stderr] Checking textwrap v0.16.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking unsafe-libyaml v0.2.7 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking time-core v0.1.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking flate2 v1.0.26 [INFO] [stderr] Checking time v0.3.22 [INFO] [stderr] Checking async-pidfd v0.1.4 [INFO] [stderr] Checking nix v0.26.2 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking is_executable v1.0.1 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling escargot v0.5.7 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Checking entropy v0.4.1 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking rusty-fork v0.3.0 [INFO] [stderr] Checking proptest v1.2.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling serde_derive v1.0.167 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.24 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling metrics-macros v0.7.0 [INFO] [stderr] Compiling prost-derive v0.11.9 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Compiling serde_tuple_macros v0.5.0 [INFO] [stderr] Compiling clap_derive v3.2.25 [INFO] [stderr] Checking async-stream v0.3.3 [INFO] [stderr] Checking metrics v0.21.1 [INFO] [stderr] Checking metrics-util v0.15.1 [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/bacf5bcbc7dae526872cf6af3fc0064a51b1efa2/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.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="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --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=451f0f570fcf884a -C extra-filename=-451f0f570fcf884a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-b51fc775aa196866.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-67784227ba77fef5.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-36ebac98d501224e.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-aeb268a4a5e64fbb.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-4fc66a9e9cf147ff.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-1b1583cec9e31782.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-0b9eeadfa8a5d43d.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c65dad12b7a8236faf89ba05e064f9caa61ded3dec7c227c901a7caf4afcdf13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c65dad12b7a8236faf89ba05e064f9caa61ded3dec7c227c901a7caf4afcdf13", kill_on_drop: false }` [INFO] [stdout] c65dad12b7a8236faf89ba05e064f9caa61ded3dec7c227c901a7caf4afcdf13