[INFO] cloning repository https://github.com/HerveDavid/argus-mapping [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HerveDavid/argus-mapping" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHerveDavid%2Fargus-mapping", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHerveDavid%2Fargus-mapping'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 89ce93aaaad0fd4d43bc9da781b5a6a67455bfae [INFO] checking HerveDavid/argus-mapping against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHerveDavid%2Fargus-mapping" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/HerveDavid/argus-mapping [INFO] finished tweaking git repo https://github.com/HerveDavid/argus-mapping [INFO] tweaked toml for git repo https://github.com/HerveDavid/argus-mapping written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/HerveDavid/argus-mapping on toolchain b66808126f24f2f30898306a881e1676824ea80c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/HerveDavid/argus-mapping 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" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598 [INFO] running `Command { std: "docker" "start" "28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking bytes v1.10.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Checking zerofrom v0.1.5 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking log v0.4.25 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking yoke v0.7.5 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking litemap v0.7.4 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking ryu v1.0.19 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking zerovec v0.10.4 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling httparse v1.10.0 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling serde_json v1.0.139 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling winnow v0.7.3 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking bitflags v2.8.0 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stderr] Compiling typeid v1.0.2 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking futures-lite v2.6.0 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Compiling uuid v1.12.1 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking tinystr v0.7.6 [INFO] [stderr] Checking icu_collections v1.5.0 [INFO] [stderr] Compiling bevy_utils_proc_macros v0.15.2 [INFO] [stderr] Checking borrow-or-share v0.2.2 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking icu_locid v1.5.0 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling assert_type_match v0.1.1 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Checking bevy_ptr v0.15.2 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Checking icu_provider v1.5.0 [INFO] [stderr] Checking outref v0.5.2 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking async-executor v1.13.1 [INFO] [stderr] Checking iana-time-zone v0.1.61 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Checking vsimd v0.8.0 [INFO] [stderr] Checking icu_locid_transform v1.5.0 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking disqualified v1.0.0 [INFO] [stderr] Checking fraction v0.15.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking bevy_tasks v0.15.2 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking bytecount v0.6.8 [INFO] [stderr] Checking num-cmp v0.1.0 [INFO] [stderr] Checking uuid-simd v0.8.0 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking icu_properties v1.5.1 [INFO] [stderr] Checking nonmax v0.5.5 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Checking dyn-clone v1.0.18 [INFO] [stderr] Compiling iidm-derive v0.1.0 (/opt/rustwide/workdir/iidm-derive) [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking unicode-ident v1.0.16 [INFO] [stderr] Checking proc-macro2 v1.0.93 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking askama_escape v0.10.3 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking unicase v2.8.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking quote v1.0.38 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking axum-core v0.4.5 [INFO] [stderr] Checking axum-core v0.5.0 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling axum-macros v0.5.0 [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/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/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=1 --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="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,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=d07cae7b97e615da -C extra-filename=-62a6c21d6d6ab466 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-6deb5a022649fe19.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-3d8e53f491ac452c.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-9887c2e5b0ea76f8.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-74e227a0d4a6e7d6.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-a3032eeaa3d22d19.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-406c9e2b587ab20a.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-19ab3c7009c7b439.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-4052a6fdfb47dce3.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" "28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598", kill_on_drop: false }` [INFO] [stdout] 28c7b96fdae1d6706a5fd552664d9a8ce357e902b62a2c3fab60e8c49e2c5598