[INFO] cloning repository https://github.com/S74nk0/network_path_finder_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/S74nk0/network_path_finder_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FS74nk0%2Fnetwork_path_finder_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FS74nk0%2Fnetwork_path_finder_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6b6f36744df96e55dbe6b0ba353721c30aa6f833 [INFO] checking S74nk0/network_path_finder_rust/6b6f36744df96e55dbe6b0ba353721c30aa6f833 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FS74nk0%2Fnetwork_path_finder_rust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/S74nk0/network_path_finder_rust on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/S74nk0/network_path_finder_rust [INFO] finished tweaking git repo https://github.com/S74nk0/network_path_finder_rust [INFO] tweaked toml for git repo https://github.com/S74nk0/network_path_finder_rust written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/S74nk0/network_path_finder_rust 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/utils/test_helpers/Cargo.toml: unused manifest key: dependencies.serde_json.feature [INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/utils/test_helpers/Cargo.toml: unused manifest key: dependencies.serde_jsonc.feature [INFO] [stderr] warning: /workspace/builds/worker-3-tc1/source/cli_tools/jsonc_to_json/Cargo.toml: unused manifest key: dependencies.serde_json.feature [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded shared_memory_derive v0.10.0 [INFO] [stderr] Downloaded serde_jsonc v1.0.108 [INFO] [stderr] Downloaded memrange v0.1.3 [INFO] [stderr] Downloaded console v0.10.0 [INFO] [stderr] Downloaded shared_memory v0.10.0 [INFO] [stderr] Downloaded theban_interval_tree v0.7.1 [INFO] [stderr] Downloaded lz4-compress v0.1.1 [INFO] [stderr] Downloaded lzzzz v1.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b85a5679fc8b6061edf0f8eea489bf7c0d397d9122c060ddb9a0a69e18b684ea [INFO] running `Command { std: "docker" "start" "-a" "b85a5679fc8b6061edf0f8eea489bf7c0d397d9122c060ddb9a0a69e18b684ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b85a5679fc8b6061edf0f8eea489bf7c0d397d9122c060ddb9a0a69e18b684ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b85a5679fc8b6061edf0f8eea489bf7c0d397d9122c060ddb9a0a69e18b684ea", kill_on_drop: false }` [INFO] [stdout] b85a5679fc8b6061edf0f8eea489bf7c0d397d9122c060ddb9a0a69e18b684ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d34e1e52887bc7a76f376f71f8cc077d9326dbc8a7deda1a9fc1cb53a778ade [INFO] running `Command { std: "docker" "start" "-a" "3d34e1e52887bc7a76f376f71f8cc077d9326dbc8a7deda1a9fc1cb53a778ade", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /opt/rustwide/workdir/cli_tools/jsonc_to_json/Cargo.toml: unused manifest key: dependencies.serde_json.feature [INFO] [stderr] warning: /opt/rustwide/workdir/utils/test_helpers/Cargo.toml: unused manifest key: dependencies.serde_json.feature [INFO] [stderr] warning: /opt/rustwide/workdir/utils/test_helpers/Cargo.toml: unused manifest key: dependencies.serde_jsonc.feature [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Checking itoa v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.94 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Checking half v2.4.0 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking regex-syntax v0.7.5 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking lz4-compress v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling jobserver v0.1.28 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Checking regex-automata v0.3.7 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking anstream v0.6.13 [INFO] [stderr] Checking termios v0.3.2 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Checking clap_lex v0.7.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking strsim v0.11.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking clap_builder v4.5.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking plotters-backend v0.3.5 [INFO] [stderr] Checking os_str_bytes v6.6.1 [INFO] [stderr] Checking regex v1.9.4 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling lzzzz v1.0.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Checking console v0.10.0 [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.24/src/serialize.rs:1155:5 [INFO] [stdout] | [INFO] [stdout] 1155 | fn decode(d: &mut D) -> Result, D::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/borrow.rs:179:30 [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking indicatif v0.14.0 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking plotters-svg v0.3.5 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking json_comments v0.2.2 [INFO] [stderr] Compiling serde_jsonc v1.0.108 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking clap v3.2.25 [INFO] [stderr] Checking criterion-plot v0.5.0 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking plotters v0.3.5 [INFO] [stderr] error: could not compile `rustc-serialize` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3d34e1e52887bc7a76f376f71f8cc077d9326dbc8a7deda1a9fc1cb53a778ade", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d34e1e52887bc7a76f376f71f8cc077d9326dbc8a7deda1a9fc1cb53a778ade", kill_on_drop: false }` [INFO] [stdout] 3d34e1e52887bc7a76f376f71f8cc077d9326dbc8a7deda1a9fc1cb53a778ade