[INFO] cloning repository https://github.com/dnaka91/togglebot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dnaka91/togglebot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdnaka91%2Ftogglebot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdnaka91%2Ftogglebot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 52d6740f09ea8e492451b486d6dcae4d2e2022c3 [INFO] testing dnaka91/togglebot against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdnaka91%2Ftogglebot" "/workspace/builds/worker-88/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-88/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dnaka91/togglebot on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dnaka91/togglebot [INFO] finished tweaking git repo https://github.com/dnaka91/togglebot [INFO] tweaked toml for git repo https://github.com/dnaka91/togglebot written to /workspace/builds/worker-88/source/Cargo.toml [INFO] crate git repo https://github.com/dnaka91/togglebot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b481cf825433fd83a68b3be68eb6610588567b25d51614ad0e6a3c63e93fa566 [INFO] running `Command { std: "docker" "start" "-a" "b481cf825433fd83a68b3be68eb6610588567b25d51614ad0e6a3c63e93fa566", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b481cf825433fd83a68b3be68eb6610588567b25d51614ad0e6a3c63e93fa566", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b481cf825433fd83a68b3be68eb6610588567b25d51614ad0e6a3c63e93fa566", kill_on_drop: false }` [INFO] [stdout] b481cf825433fd83a68b3be68eb6610588567b25d51614ad0e6a3c63e93fa566 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c42236732a063b94459e850a84dcb749242cd0a8199c4bed7ccf94d469060d6a [INFO] running `Command { std: "docker" "start" "-a" "c42236732a063b94459e850a84dcb749242cd0a8199c4bed7ccf94d469060d6a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling futures-core v0.3.18 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling futures-task v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling futures-sink v0.3.18 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling crc32fast v1.2.2 [INFO] [stderr] Compiling serde_json v1.0.71 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.29 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling anyhow v1.0.48 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling lru_time_cache v0.11.11 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling tokio-macros v1.6.0 [INFO] [stderr] Compiling futures-macro v0.3.18 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling enum_dispatch v0.3.7 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Compiling ordered-float v2.8.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.2 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling twilight-model v0.7.2 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling ct-logs v0.8.0 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling async-compression v0.3.8 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling leaky-bucket-lite v0.2.2 [INFO] [stderr] Compiling h2 v0.3.7 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tungstenite v0.13.0 [INFO] [stderr] Compiling twitch-irc v3.0.1 [INFO] [stderr] Compiling tokio-tungstenite v0.14.0 [INFO] [stderr] Compiling hyper v0.14.15 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.6 [INFO] [stderr] Compiling docsearch v0.2.0 [INFO] [stderr] Compiling twilight-http v0.7.2 [INFO] [stderr] Compiling twilight-embed-builder v0.7.1 [INFO] [stderr] Compiling twilight-gateway-queue v0.7.0 [INFO] [stderr] Compiling twilight-gateway v0.7.1 [INFO] [stderr] Compiling togglebot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 57s [INFO] running `Command { std: "docker" "inspect" "c42236732a063b94459e850a84dcb749242cd0a8199c4bed7ccf94d469060d6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c42236732a063b94459e850a84dcb749242cd0a8199c4bed7ccf94d469060d6a", kill_on_drop: false }` [INFO] [stdout] c42236732a063b94459e850a84dcb749242cd0a8199c4bed7ccf94d469060d6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6195f3ea432dd01bf1ba93340117b84ef6e20ded53910dbc7c81c654b0e51e5 [INFO] running `Command { std: "docker" "start" "-a" "e6195f3ea432dd01bf1ba93340117b84ef6e20ded53910dbc7c81c654b0e51e5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling pretty_assertions v1.0.0 [INFO] [stderr] Compiling togglebot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.75s [INFO] running `Command { std: "docker" "inspect" "e6195f3ea432dd01bf1ba93340117b84ef6e20ded53910dbc7c81c654b0e51e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6195f3ea432dd01bf1ba93340117b84ef6e20ded53910dbc7c81c654b0e51e5", kill_on_drop: false }` [INFO] [stdout] e6195f3ea432dd01bf1ba93340117b84ef6e20ded53910dbc7c81c654b0e51e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-88/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 090361ed16b5ccc4a63513037e89160cba753d0dbdeef2b3cf6d931a336913b4 [INFO] running `Command { std: "docker" "start" "-a" "090361ed16b5ccc4a63513037e89160cba753d0dbdeef2b3cf6d931a336913b4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.90s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/togglebot-6187979df7e0401a) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test settings::tests::ser_default ... ok [INFO] [stdout] test settings::tests::ser_custom ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/togglebot-80b7194b9697f5b3) [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 togglebot [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" "090361ed16b5ccc4a63513037e89160cba753d0dbdeef2b3cf6d931a336913b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "090361ed16b5ccc4a63513037e89160cba753d0dbdeef2b3cf6d931a336913b4", kill_on_drop: false }` [INFO] [stdout] 090361ed16b5ccc4a63513037e89160cba753d0dbdeef2b3cf6d931a336913b4