[INFO] fetching crate lair_keystore 0.4.6... [INFO] checking lair_keystore-0.4.6 against nightly-2024-10-24 for legacyreceiver_rename [INFO] extracting crate lair_keystore 0.4.6 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate lair_keystore 0.4.6 on toolchain nightly-2024-10-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2024-10-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lair_keystore 0.4.6 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate lair_keystore 0.4.6 [INFO] tweaked toml for crates.io crate lair_keystore 0.4.6 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate lair_keystore 0.4.6 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" "+nightly-2024-10-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded minisign-verify v0.2.1 [INFO] [stderr] Downloaded lair_keystore_api v0.4.6 [INFO] [stderr] Downloaded hc_seed_bundle v0.2.4 [INFO] [stderr] Downloaded zip v2.1.3 [INFO] [stderr] Downloaded ureq v2.9.7 [INFO] [stderr] Downloaded winnow v0.6.11 [INFO] [stderr] Downloaded libsodium-sys-stable v1.20.9 [INFO] [stderr] Downloaded openssl-src v300.3.1+3.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-10-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1b0d0280b135760fb956210f6ab6c778b87f570502c720f9e1e4f0620af9acf7 [INFO] running `Command { std: "docker" "start" "-a" "1b0d0280b135760fb956210f6ab6c778b87f570502c720f9e1e4f0620af9acf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1b0d0280b135760fb956210f6ab6c778b87f570502c720f9e1e4f0620af9acf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b0d0280b135760fb956210f6ab6c778b87f570502c720f9e1e4f0620af9acf7", kill_on_drop: false }` [INFO] [stdout] 1b0d0280b135760fb956210f6ab6c778b87f570502c720f9e1e4f0620af9acf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-10-24" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f93ffb60bce4b877e8505c9bc0e09ade4ebb61c3e147177efb273680996b3f46 [INFO] running `Command { std: "docker" "start" "-a" "f93ffb60bce4b877e8505c9bc0e09ade4ebb61c3e147177efb273680996b3f46", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Compiling zerocopy v0.7.34 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling rle-decode-fast v1.0.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling dary_heap v0.3.6 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling minisign-verify v0.2.1 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling winnow v0.6.11 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling libflate_lz77 v2.1.0 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling libflate v2.1.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling openssl-src v300.3.1+3.3.1 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling xattr v1.3.1 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling pem v1.1.1 [INFO] [stderr] Compiling tar v0.4.41 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling nanoid v0.4.0 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling lru v0.12.3 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Compiling dunce v1.0.4 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking rtoolbox v0.0.2 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Checking plotters-backend v0.3.6 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Checking plotters-svg v0.3.6 [INFO] [stderr] Checking rpassword v7.3.1 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking clap_builder v4.5.2 [INFO] [stderr] Checking is-terminal v0.4.12 [INFO] [stderr] Checking plotters v0.3.6 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling sqlformat v0.2.6 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking clap v4.5.4 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking sysinfo v0.30.12 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling rcgen v0.10.0 [INFO] [stderr] Checking structopt v0.3.26 [INFO] [stderr] Compiling tokio v1.38.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [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/nightly-2024-10-24-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --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="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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0419c961d57dc008 -C extra-filename=-0419c961d57dc008 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-2f8eaab4acfb7033.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-a0a95122648940ff.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-91d5d130836b9083.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-22be5025867a743e.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-6c81a41ec6038bf3.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-158d066d8e37a9ed.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-71ce4ecca7623162.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-8efe65cdc23d16f5.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-9a43778c8dd5e5fd.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" "f93ffb60bce4b877e8505c9bc0e09ade4ebb61c3e147177efb273680996b3f46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f93ffb60bce4b877e8505c9bc0e09ade4ebb61c3e147177efb273680996b3f46", kill_on_drop: false }` [INFO] [stdout] f93ffb60bce4b877e8505c9bc0e09ade4ebb61c3e147177efb273680996b3f46