[INFO] cloning repository https://github.com/3wille/rubsty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/3wille/rubsty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3wille%2Frubsty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3wille%2Frubsty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 05c3b730d70741f4942a72b10bf105bf7c518d8b
[INFO] testing 3wille/rubsty against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3wille%2Frubsty" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/3wille/rubsty
[INFO] finished tweaking git repo https://github.com/3wille/rubsty
[INFO] tweaked toml for git repo https://github.com/3wille/rubsty written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/3wille/rubsty on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/3wille/rubsty 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 25c6a610078ecfb373ef301593cbd115a13f3252ef16b51f948c5cf621a412ea
[INFO] running `Command { std: "docker" "start" "-a" "25c6a610078ecfb373ef301593cbd115a13f3252ef16b51f948c5cf621a412ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25c6a610078ecfb373ef301593cbd115a13f3252ef16b51f948c5cf621a412ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25c6a610078ecfb373ef301593cbd115a13f3252ef16b51f948c5cf621a412ea", kill_on_drop: false }`
[INFO] [stdout] 25c6a610078ecfb373ef301593cbd115a13f3252ef16b51f948c5cf621a412ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0bce201ed027d668a6194ff18892dd2c0a7719f22363b659207ed8859d1e375f
[INFO] running `Command { std: "docker" "start" "-a" "0bce201ed027d668a6194ff18892dd2c0a7719f22363b659207ed8859d1e375f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling syn v1.0.56
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling smallvec v1.5.1
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling instant v0.1.9
[INFO] [stderr]    Compiling predicates-core v1.0.1
[INFO] [stderr]    Compiling treeline v0.1.0
[INFO] [stderr]    Compiling lock_api v0.4.2
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling textwrap v0.12.1
[INFO] [stderr]    Compiling predicates-tree v1.0.1
[INFO] [stderr]    Compiling predicates v1.0.6
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.6.21
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling strum v0.20.0
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]    Compiling os_str_bytes v2.4.0
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling itertools v0.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.2
[INFO] [stderr]    Compiling signal-hook-registry v1.3.0
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]    Compiling mio v0.7.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling assert_cmd v1.0.2
[INFO] [stderr]    Compiling signal-hook v0.1.17
[INFO] [stderr]    Compiling parking_lot v0.11.1
[INFO] [stderr]    Compiling crossterm v0.19.0
[INFO] [stderr]    Compiling regex v1.4.2
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.2
[INFO] [stderr]    Compiling comfy-table v1.5.0
[INFO] [stderr]    Compiling clap v3.0.0-beta.2
[INFO] [stderr]    Compiling rubsty v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `VersionLevel`
[INFO] [stdout]  --> src/ruby.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::version::{RubyVersion, VersionLevel, VersionMismatch};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "0bce201ed027d668a6194ff18892dd2c0a7719f22363b659207ed8859d1e375f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bce201ed027d668a6194ff18892dd2c0a7719f22363b659207ed8859d1e375f", kill_on_drop: false }`
[INFO] [stdout] 0bce201ed027d668a6194ff18892dd2c0a7719f22363b659207ed8859d1e375f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f726a9be6247afde776ee69cc81c619c8fbb4af5740a30f5b49a87f71e36f3d6
[INFO] running `Command { std: "docker" "start" "-a" "f726a9be6247afde776ee69cc81c619c8fbb4af5740a30f5b49a87f71e36f3d6", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `VersionLevel`
[INFO] [stdout]  --> src/ruby.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::version::{RubyVersion, VersionLevel, VersionMismatch};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rubsty v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `VersionLevel`
[INFO] [stdout]  --> src/ruby.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::version::{RubyVersion, VersionLevel, VersionMismatch};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.87s
[INFO] running `Command { std: "docker" "inspect" "f726a9be6247afde776ee69cc81c619c8fbb4af5740a30f5b49a87f71e36f3d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f726a9be6247afde776ee69cc81c619c8fbb4af5740a30f5b49a87f71e36f3d6", kill_on_drop: false }`
[INFO] [stdout] f726a9be6247afde776ee69cc81c619c8fbb4af5740a30f5b49a87f71e36f3d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dc28e66158dd9e58d828289724b4eaf5d9e8dd7bd40a1a5e5a95a06138be16a0
[INFO] running `Command { std: "docker" "start" "-a" "dc28e66158dd9e58d828289724b4eaf5d9e8dd7bd40a1a5e5a95a06138be16a0", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `VersionLevel`
[INFO] [stderr]  --> src/ruby.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | use crate::version::{RubyVersion, VersionLevel, VersionMismatch};
[INFO] [stderr]   |                                   ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rubsty` (bin "rubsty") generated 1 warning (run `cargo fix --bin "rubsty"` to apply 1 suggestion)
[INFO] [stderr] warning: `rubsty` (bin "rubsty" test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rubsty-f5bf31c5699e40a4)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test version::tests::test_rubyversion_on_level ... ok
[INFO] [stdout] test cli::tests::test_default_command ... ok
[INFO] [stdout] test version::tests::test_rubyversion_minor_display_impl ... ok
[INFO] [stdout] test ruby::tests::test_with_different_version ... ok
[INFO] [stdout] test version::tests::test_rubyversion_teeny_display_impl ... ok
[INFO] [stdout] test version::tests::test_rubyversion_patch_display_impl ... ok
[INFO] [stdout] test cli::tests::test_default_command_without_mismatches ... ok
[INFO] [stdout] test ruby::tests::test_with_same_versions ... ok
[INFO] [stdout] test cli::tests::test_print_command ... ok
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-ae2222467ba37062)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_default_command ... ok
[INFO] [stdout] test test_default_command_without_mismatches ... ok
[INFO] [stdout] test test_check_command ... ok
[INFO] [stdout] test test_print_command ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dc28e66158dd9e58d828289724b4eaf5d9e8dd7bd40a1a5e5a95a06138be16a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc28e66158dd9e58d828289724b4eaf5d9e8dd7bd40a1a5e5a95a06138be16a0", kill_on_drop: false }`
[INFO] [stdout] dc28e66158dd9e58d828289724b4eaf5d9e8dd7bd40a1a5e5a95a06138be16a0
