[INFO] fetching crate skynet_api_agent 0.8.0... [INFO] testing skynet_api_agent-0.8.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate skynet_api_agent 0.8.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate skynet_api_agent 0.8.0 [INFO] finished tweaking crates.io crate skynet_api_agent 0.8.0 [INFO] tweaked toml for crates.io crate skynet_api_agent 0.8.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate skynet_api_agent 0.8.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate skynet_api_agent 0.8.0 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] [stderr] Adding skynet_api v0.6.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 129f0a05e0aa9928ea22fbdef7e81e96d6d0b673fa5b1906caaa90298380ed50 [INFO] running `Command { std: "docker" "start" "-a" "129f0a05e0aa9928ea22fbdef7e81e96d6d0b673fa5b1906caaa90298380ed50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "129f0a05e0aa9928ea22fbdef7e81e96d6d0b673fa5b1906caaa90298380ed50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "129f0a05e0aa9928ea22fbdef7e81e96d6d0b673fa5b1906caaa90298380ed50", kill_on_drop: false }` [INFO] [stdout] 129f0a05e0aa9928ea22fbdef7e81e96d6d0b673fa5b1906caaa90298380ed50 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9a49545353a54e80c5dd1e3b1efb04871cc6d9459230862d75506e98bff111c [INFO] running `Command { std: "docker" "start" "-a" "c9a49545353a54e80c5dd1e3b1efb04871cc6d9459230862d75506e98bff111c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling core_extensions v1.5.3 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling core_extensions_proc_macros v1.5.3 [INFO] [stderr] Compiling tstr_proc_macros v0.2.2 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling generational-arena v0.2.9 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling const_panic v0.2.12 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling abi_stable_shared v0.11.0 [INFO] [stderr] Compiling tstr v0.2.4 [INFO] [stderr] Compiling repr_offset v0.2.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling uuid-macro-internal v1.16.0 [INFO] [stderr] Compiling async-ffi-macros v0.5.0 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling ffi_rpc_macro v0.6.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling enum-as-inner v0.6.1 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling as_derive_utils v0.11.0 [INFO] [stderr] Compiling skynet_api v0.6.5 [INFO] [stderr] Compiling abi_stable_derive v0.11.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling abi_stable v0.11.3 [INFO] [stderr] Compiling async-ffi v0.5.0 [INFO] [stderr] Compiling ffi_rpc v0.6.0 [INFO] [stderr] Compiling skynet_api_agent v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.96s [INFO] running `Command { std: "docker" "inspect" "c9a49545353a54e80c5dd1e3b1efb04871cc6d9459230862d75506e98bff111c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9a49545353a54e80c5dd1e3b1efb04871cc6d9459230862d75506e98bff111c", kill_on_drop: false }` [INFO] [stdout] c9a49545353a54e80c5dd1e3b1efb04871cc6d9459230862d75506e98bff111c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd4d3492ac6aec4a6b164ac7ff9479532b96c1de8049399768ffd4aebb418c13 [INFO] running `Command { std: "docker" "start" "-a" "cd4d3492ac6aec4a6b164ac7ff9479532b96c1de8049399768ffd4aebb418c13", kill_on_drop: false }` [INFO] [stderr] Compiling skynet_api_agent v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "cd4d3492ac6aec4a6b164ac7ff9479532b96c1de8049399768ffd4aebb418c13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd4d3492ac6aec4a6b164ac7ff9479532b96c1de8049399768ffd4aebb418c13", kill_on_drop: false }` [INFO] [stdout] cd4d3492ac6aec4a6b164ac7ff9479532b96c1de8049399768ffd4aebb418c13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9dc081a4b1a2a82cdc22b4a71c38cdd174b8e0c05a336abcdb9d5cc5e872d1bd [INFO] running `Command { std: "docker" "start" "-a" "9dc081a4b1a2a82cdc22b4a71c38cdd174b8e0c05a336abcdb9d5cc5e872d1bd", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/skynet_api_agent-7dcff6c467b34219) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests skynet_api_agent [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9dc081a4b1a2a82cdc22b4a71c38cdd174b8e0c05a336abcdb9d5cc5e872d1bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dc081a4b1a2a82cdc22b4a71c38cdd174b8e0c05a336abcdb9d5cc5e872d1bd", kill_on_drop: false }` [INFO] [stdout] 9dc081a4b1a2a82cdc22b4a71c38cdd174b8e0c05a336abcdb9d5cc5e872d1bd