[INFO] cloning repository https://github.com/ChenYunShu-01/scheduler-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChenYunShu-01/scheduler-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChenYunShu-01%2Fscheduler-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChenYunShu-01%2Fscheduler-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1a5422ffc694dc5e90ba4047802990d3de980d04
[INFO] building ChenYunShu-01/scheduler-rust against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChenYunShu-01%2Fscheduler-rust" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ChenYunShu-01/scheduler-rust on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/ChenYunShu-01/scheduler-rust
[INFO] finished tweaking git repo https://github.com/ChenYunShu-01/scheduler-rust
[INFO] tweaked toml for git repo https://github.com/ChenYunShu-01/scheduler-rust written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/ChenYunShu-01/scheduler-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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded termtree v0.2.4
[INFO] [stderr]   Downloaded predicates-tree v1.0.5
[INFO] [stderr]   Downloaded predicates-core v1.0.3
[INFO] [stderr]   Downloaded fragile v1.1.0
[INFO] [stderr]   Downloaded mockall_derive v0.10.2
[INFO] [stderr]   Downloaded nom v4.1.1
[INFO] [stderr]   Downloaded cron v0.8.0
[INFO] [stderr]   Downloaded tokio-test v0.4.2
[INFO] [stderr]   Downloaded predicates v1.0.8
[INFO] [stderr]   Downloaded mockall v0.10.2
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9d42e89fa1a76d474802d14c1c20d43d199641ca413e0573debc7afde0b6edcd
[INFO] running `Command { std: "docker" "start" "-a" "9d42e89fa1a76d474802d14c1c20d43d199641ca413e0573debc7afde0b6edcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d42e89fa1a76d474802d14c1c20d43d199641ca413e0573debc7afde0b6edcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d42e89fa1a76d474802d14c1c20d43d199641ca413e0573debc7afde0b6edcd", kill_on_drop: false }`
[INFO] [stdout] 9d42e89fa1a76d474802d14c1c20d43d199641ca413e0573debc7afde0b6edcd
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c5ade8110c1600cde7bc04f38bf95d27aeb73af99d35625b262f1ab0b6672968
[INFO] running `Command { std: "docker" "start" "-a" "c5ade8110c1600cde7bc04f38bf95d27aeb73af99d35625b262f1ab0b6672968", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.1
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling predicates-core v1.0.3
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling termtree v0.2.4
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling predicates-tree v1.0.5
[INFO] [stderr]    Compiling fragile v1.1.0
[INFO] [stderr]    Compiling downcast v0.10.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling nom v4.1.1
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling getrandom v0.2.5
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling float-cmp v0.8.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling cron v0.8.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling predicates v1.0.8
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling mockall_derive v0.10.2
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tokio v1.17.0
[INFO] [stderr]    Compiling mockall v0.10.2
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling scheduler_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `stop` is never used
[INFO] [stdout]    --> src/job.rs:110:14
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub trait Job {
[INFO] [stdout]     |           --- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 110 |     async fn stop(&mut self) -> ();
[INFO] [stdout]     |              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "c5ade8110c1600cde7bc04f38bf95d27aeb73af99d35625b262f1ab0b6672968", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5ade8110c1600cde7bc04f38bf95d27aeb73af99d35625b262f1ab0b6672968", kill_on_drop: false }`
[INFO] [stdout] c5ade8110c1600cde7bc04f38bf95d27aeb73af99d35625b262f1ab0b6672968
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c188c5ca28ce007e2f834f122b1c1182c755ce7510b57e8838eba6e593166529
[INFO] running `Command { std: "docker" "start" "-a" "c188c5ca28ce007e2f834f122b1c1182c755ce7510b57e8838eba6e593166529", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling tokio v1.17.0
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling futures-executor v0.3.21
[INFO] [stderr]    Compiling futures v0.3.21
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling scheduler_rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `stop` is never used
[INFO] [stdout]    --> src/job.rs:110:14
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub trait Job {
[INFO] [stdout]     |           --- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 110 |     async fn stop(&mut self) -> ();
[INFO] [stdout]     |              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio-test v0.4.2
[INFO] [stdout] warning: method `stop` is never used
[INFO] [stdout]    --> src/job.rs:110:14
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub trait Job {
[INFO] [stdout]     |           --- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 110 |     async fn stop(&mut self) -> ();
[INFO] [stdout]     |              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.76s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "c188c5ca28ce007e2f834f122b1c1182c755ce7510b57e8838eba6e593166529", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c188c5ca28ce007e2f834f122b1c1182c755ce7510b57e8838eba6e593166529", kill_on_drop: false }`
[INFO] [stdout] c188c5ca28ce007e2f834f122b1c1182c755ce7510b57e8838eba6e593166529
