[INFO] fetching crate periodically 0.2.0...
[INFO] checking periodically-0.2.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate periodically 0.2.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate periodically 0.2.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate periodically 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate periodically 0.2.0
[INFO] tweaked toml for crates.io crate periodically 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 59 packages to latest compatible versions
[INFO] [stderr]       Adding cron v0.12.1 (available: v0.13.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99a9e172902271d6b06df5d790159e7876d09881e2fd8ffde1d1dab0b4b5888e
[INFO] running `Command { std: "docker" "start" "-a" "99a9e172902271d6b06df5d790159e7876d09881e2fd8ffde1d1dab0b4b5888e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99a9e172902271d6b06df5d790159e7876d09881e2fd8ffde1d1dab0b4b5888e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99a9e172902271d6b06df5d790159e7876d09881e2fd8ffde1d1dab0b4b5888e", kill_on_drop: false }`
[INFO] [stdout] 99a9e172902271d6b06df5d790159e7876d09881e2fd8ffde1d1dab0b4b5888e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] beeb306205e9bf5aae30881e1ed08c1e7b7b9c8842763cf0e07b81f72f89035c
[INFO] running `Command { std: "docker" "start" "-a" "beeb306205e9bf5aae30881e1ed08c1e7b7b9c8842763cf0e07b81f72f89035c", kill_on_drop: false }`
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking periodically v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `Runtime` in the current scope
[INFO] [stdout]   --> tests/output_piping.rs:59:61
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let mut scheduler = Scheduler::tokio_scheduler(Runtime::new().unwrap());
[INFO] [stdout]    |                                                             ^^^ function or associated item not found in `Runtime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `Runtime` in the current scope
[INFO] [stdout]   --> tests/panic_resilency.rs:12:61
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let mut scheduler = Scheduler::tokio_scheduler(Runtime::new().unwrap());
[INFO] [stdout]    |                                                             ^^^ function or associated item not found in `Runtime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `Runtime` in the current scope
[INFO] [stdout]   --> tests/panic_resilency.rs:24:61
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut scheduler = Scheduler::tokio_scheduler(Runtime::new().unwrap());
[INFO] [stdout]    |                                                             ^^^ function or associated item not found in `Runtime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `new` found for struct `Runtime` in the current scope
[INFO] [stdout]   --> tests/interval.rs:17:61
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut scheduler = Scheduler::tokio_scheduler(Runtime::new().unwrap());
[INFO] [stdout]    |                                                             ^^^ function or associated item not found in `Runtime`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `periodically` (test "output_piping") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `periodically` (test "panic_resilency") due to 2 previous errors
[INFO] [stderr] error: could not compile `periodically` (test "interval") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "beeb306205e9bf5aae30881e1ed08c1e7b7b9c8842763cf0e07b81f72f89035c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "beeb306205e9bf5aae30881e1ed08c1e7b7b9c8842763cf0e07b81f72f89035c", kill_on_drop: false }`
[INFO] [stdout] beeb306205e9bf5aae30881e1ed08c1e7b7b9c8842763cf0e07b81f72f89035c
