[INFO] fetching crate phabricator 0.0.4... [INFO] testing phabricator-0.0.4 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate phabricator 0.0.4 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate phabricator 0.0.4 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate phabricator 0.0.4 [INFO] finished tweaking crates.io crate phabricator 0.0.4 [INFO] tweaked toml for crates.io crate phabricator 0.0.4 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c8b0e4e375e1bdfd1b906cdc21e1d7db92e4eaa4fec80e67cead671e25ca9dce [INFO] running `Command { std: "docker" "start" "-a" "c8b0e4e375e1bdfd1b906cdc21e1d7db92e4eaa4fec80e67cead671e25ca9dce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8b0e4e375e1bdfd1b906cdc21e1d7db92e4eaa4fec80e67cead671e25ca9dce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8b0e4e375e1bdfd1b906cdc21e1d7db92e4eaa4fec80e67cead671e25ca9dce", kill_on_drop: false }` [INFO] [stdout] c8b0e4e375e1bdfd1b906cdc21e1d7db92e4eaa4fec80e67cead671e25ca9dce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33ca406784466e671280527762848d2391728d114265c7d0a0ebcc992690b1f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "33ca406784466e671280527762848d2391728d114265c7d0a0ebcc992690b1f6", kill_on_drop: false }` [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling rust_decimal v1.23.1 [INFO] [stderr] Compiling erased-serde v0.3.20 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.10 [INFO] [stderr] Compiling phabricator-api v0.0.4 [INFO] [stderr] Compiling phabricator v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `phid` [INFO] [stdout] --> src/project.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | phid: Phid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Project` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/project.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `client` [INFO] [stdout] --> src/project.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | client: WeakClient, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Project` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/project.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 53.17s [INFO] running `Command { std: "docker" "inspect" "33ca406784466e671280527762848d2391728d114265c7d0a0ebcc992690b1f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33ca406784466e671280527762848d2391728d114265c7d0a0ebcc992690b1f6", kill_on_drop: false }` [INFO] [stdout] 33ca406784466e671280527762848d2391728d114265c7d0a0ebcc992690b1f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6079aa5dd1540c39207350392e60721051dc1480dd403f067269dac0458683c5 [INFO] running `Command { std: "docker" "start" "-a" "6079aa5dd1540c39207350392e60721051dc1480dd403f067269dac0458683c5", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling http-types v2.12.0 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling deadpool-runtime v0.1.2 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling retain_mut v0.1.7 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling assert-json-diff v2.0.1 [INFO] [stdout] warning: field is never read: `phid` [INFO] [stdout] --> src/project.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | phid: Phid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Project` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/project.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `client` [INFO] [stdout] --> src/project.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | client: WeakClient, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Project` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/project.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling deadpool v0.9.3 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling wiremock v0.5.12 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling phabricator-mock v0.0.4 [INFO] [stderr] Compiling phabricator v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `phid` [INFO] [stdout] --> src/project.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | phid: Phid, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Project` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/project.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `client` [INFO] [stdout] --> src/project.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | client: WeakClient, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Project` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/project.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 04s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/phabricator-6691517e1b8faf3e) [INFO] running `Command { std: "docker" "inspect" "6079aa5dd1540c39207350392e60721051dc1480dd403f067269dac0458683c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6079aa5dd1540c39207350392e60721051dc1480dd403f067269dac0458683c5", kill_on_drop: false }` [INFO] [stdout] 6079aa5dd1540c39207350392e60721051dc1480dd403f067269dac0458683c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0ef45d81bf1a3e7ea7122272ba1e6ddc58f3155d117c8984d6b904857d1439ac [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0ef45d81bf1a3e7ea7122272ba1e6ddc58f3155d117c8984d6b904857d1439ac", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `phid` [INFO] [stderr] --> src/project.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | phid: Phid, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Project` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/project.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `client` [INFO] [stderr] --> src/project.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | client: WeakClient, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Project` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/project.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `phabricator` (lib) generated 2 warnings [INFO] [stderr] warning: `phabricator` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/phabricator-6691517e1b8faf3e) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test::sub_tasks ... ok [INFO] [stdout] test test::simple ... ok [INFO] [stdout] test test::parent_tasks ... ok [INFO] [stdout] test test::projects_on_demand ... ok [INFO] [stderr] Doc-tests phabricator [INFO] [stdout] test test::task_cache ... ok [INFO] [stdout] test test::projects_batch ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [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" "0ef45d81bf1a3e7ea7122272ba1e6ddc58f3155d117c8984d6b904857d1439ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ef45d81bf1a3e7ea7122272ba1e6ddc58f3155d117c8984d6b904857d1439ac", kill_on_drop: false }` [INFO] [stdout] 0ef45d81bf1a3e7ea7122272ba1e6ddc58f3155d117c8984d6b904857d1439ac