[INFO] fetching crate ttytheme 0.1.1... [INFO] testing ttytheme-0.1.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate ttytheme 0.1.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate ttytheme 0.1.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ttytheme 0.1.1 [INFO] finished tweaking crates.io crate ttytheme 0.1.1 [INFO] tweaked toml for crates.io crate ttytheme 0.1.1 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3cbd7baabfd6b81539e4aa7ef4d113159a6aad0d499c7629aa3fa77aac5f7756 [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" "3cbd7baabfd6b81539e4aa7ef4d113159a6aad0d499c7629aa3fa77aac5f7756", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cbd7baabfd6b81539e4aa7ef4d113159a6aad0d499c7629aa3fa77aac5f7756", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cbd7baabfd6b81539e4aa7ef4d113159a6aad0d499c7629aa3fa77aac5f7756", kill_on_drop: false }` [INFO] [stdout] 3cbd7baabfd6b81539e4aa7ef4d113159a6aad0d499c7629aa3fa77aac5f7756 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--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] 44e8cd2c7a65aa1898fb0f1218918b3b5374d3214745bd987ac5f3198fe4d7e8 [INFO] running `Command { std: "docker" "start" "-a" "44e8cd2c7a65aa1898fb0f1218918b3b5374d3214745bd987ac5f3198fe4d7e8", kill_on_drop: false }` [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling os_type v2.4.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling human-panic v0.4.0 [INFO] [stderr] Compiling stderrlog v0.4.3 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling ttytheme v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `failure::Error::causes`: please use the 'iter_chain()' method instead [INFO] [stdout] --> src/main.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | let num_errs = err.causes().count(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `failure::Error::causes`: please use the 'iter_chain()' method instead [INFO] [stdout] --> src/main.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | for cause in err.causes() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.11s [INFO] running `Command { std: "docker" "inspect" "44e8cd2c7a65aa1898fb0f1218918b3b5374d3214745bd987ac5f3198fe4d7e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44e8cd2c7a65aa1898fb0f1218918b3b5374d3214745bd987ac5f3198fe4d7e8", kill_on_drop: false }` [INFO] [stdout] 44e8cd2c7a65aa1898fb0f1218918b3b5374d3214745bd987ac5f3198fe4d7e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "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] d6b2c7bfd723e0efe3a40f6319f633d9221f54f29a9a58e8eff8a3938dece3e1 [INFO] running `Command { std: "docker" "start" "-a" "d6b2c7bfd723e0efe3a40f6319f633d9221f54f29a9a58e8eff8a3938dece3e1", kill_on_drop: false }` [INFO] [stderr] Compiling ttytheme v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `failure::Error::causes`: please use the 'iter_chain()' method instead [INFO] [stdout] --> src/main.rs:40:28 [INFO] [stdout] | [INFO] [stdout] 40 | let num_errs = err.causes().count(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `failure::Error::causes`: please use the 'iter_chain()' method instead [INFO] [stdout] --> src/main.rs:44:30 [INFO] [stdout] | [INFO] [stdout] 44 | for cause in err.causes() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "d6b2c7bfd723e0efe3a40f6319f633d9221f54f29a9a58e8eff8a3938dece3e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6b2c7bfd723e0efe3a40f6319f633d9221f54f29a9a58e8eff8a3938dece3e1", kill_on_drop: false }` [INFO] [stdout] d6b2c7bfd723e0efe3a40f6319f633d9221f54f29a9a58e8eff8a3938dece3e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", 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] 57916c7b9cabcf0db9d09a0b26218378ce1389841b4eee512f86bc93d55daecb [INFO] running `Command { std: "docker" "start" "-a" "57916c7b9cabcf0db9d09a0b26218378ce1389841b4eee512f86bc93d55daecb", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `failure::Error::causes`: please use the 'iter_chain()' method instead [INFO] [stderr] --> src/main.rs:40:28 [INFO] [stderr] | [INFO] [stderr] 40 | let num_errs = err.causes().count(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `failure::Error::causes`: please use the 'iter_chain()' method instead [INFO] [stderr] --> src/main.rs:44:30 [INFO] [stderr] | [INFO] [stderr] 44 | for cause in err.causes() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `ttytheme` (bin "ttytheme" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ttytheme-dfcda0cd589e874a) [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" "57916c7b9cabcf0db9d09a0b26218378ce1389841b4eee512f86bc93d55daecb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57916c7b9cabcf0db9d09a0b26218378ce1389841b4eee512f86bc93d55daecb", kill_on_drop: false }` [INFO] [stdout] 57916c7b9cabcf0db9d09a0b26218378ce1389841b4eee512f86bc93d55daecb