[INFO] cloning repository https://github.com/George-Miao/shot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/George-Miao/shot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeorge-Miao%2Fshot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeorge-Miao%2Fshot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fb7f9c481447891eb452784828c9dff8b2f7b1ac [INFO] testing George-Miao/shot against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeorge-Miao%2Fshot" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/George-Miao/shot on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/George-Miao/shot [INFO] finished tweaking git repo https://github.com/George-Miao/shot [INFO] tweaked toml for git repo https://github.com/George-Miao/shot written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/George-Miao/shot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded humantime-serde v1.0.1 [INFO] [stderr] Downloaded iron v0.6.1 [INFO] [stderr] Downloaded bytesize v1.1.0 [INFO] [stderr] Downloaded clap_derive v3.0.0-rc.7 [INFO] [stderr] Downloaded clap v3.0.0-rc.7 [INFO] [stderr] Downloaded attohttpc v0.18.0 [INFO] [stderr] Downloaded arboard v2.0.1 [INFO] [stderr] Downloaded tiny_http v0.6.4 [INFO] [stderr] Downloaded mod_use v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 879a0edbf36c40c9aae4aeb4b10b0064d4d60bf07c572ad94dd8225ce86978e0 [INFO] running `Command { std: "docker" "start" "-a" "879a0edbf36c40c9aae4aeb4b10b0064d4d60bf07c572ad94dd8225ce86978e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "879a0edbf36c40c9aae4aeb4b10b0064d4d60bf07c572ad94dd8225ce86978e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "879a0edbf36c40c9aae4aeb4b10b0064d4d60bf07c572ad94dd8225ce86978e0", kill_on_drop: false }` [INFO] [stdout] 879a0edbf36c40c9aae4aeb4b10b0064d4d60bf07c572ad94dd8225ce86978e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e92c072cfc7760d07cd9a3861cb21823d4b0a7d0651fcccc9b7354993c155054 [INFO] running `Command { std: "docker" "start" "-a" "e92c072cfc7760d07cd9a3861cb21823d4b0a7d0651fcccc9b7354993c155054", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling groupable v0.2.0 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling wildmatch v2.1.0 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling bytesize v1.1.0 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling mod_use v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling gif v0.11.3 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling tiny_http v0.6.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling iron v0.6.1 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling x11rb v0.8.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling serde_derive v1.0.132 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling clap_derive v3.0.0-rc.7 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling clap v3.0.0-rc.7 [INFO] [stderr] Compiling serde v1.0.132 [INFO] [stderr] Compiling arboard v2.0.1 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling ron v0.7.0 [INFO] [stderr] Compiling humantime-serde v1.0.1 [INFO] [stderr] Compiling nickel v0.11.0 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling attohttpc v0.18.0 [INFO] [stderr] Compiling shot v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.83s [INFO] running `Command { std: "docker" "inspect" "e92c072cfc7760d07cd9a3861cb21823d4b0a7d0651fcccc9b7354993c155054", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e92c072cfc7760d07cd9a3861cb21823d4b0a7d0651fcccc9b7354993c155054", kill_on_drop: false }` [INFO] [stdout] e92c072cfc7760d07cd9a3861cb21823d4b0a7d0651fcccc9b7354993c155054 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cff449d45bdaee81dcacc857a34e7297500329dcef752fd58bf684895a3b2d24 [INFO] running `Command { std: "docker" "start" "-a" "cff449d45bdaee81dcacc857a34e7297500329dcef752fd58bf684895a3b2d24", kill_on_drop: false }` [INFO] [stderr] Compiling shot v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `Command { std: "docker" "inspect" "cff449d45bdaee81dcacc857a34e7297500329dcef752fd58bf684895a3b2d24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cff449d45bdaee81dcacc857a34e7297500329dcef752fd58bf684895a3b2d24", kill_on_drop: false }` [INFO] [stdout] cff449d45bdaee81dcacc857a34e7297500329dcef752fd58bf684895a3b2d24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 321710922f34ceb35c169bebd361df8aa4f6bfb68b337453c698faddecbdee78 [INFO] running `Command { std: "docker" "start" "-a" "321710922f34ceb35c169bebd361df8aa4f6bfb68b337453c698faddecbdee78", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/shot-0e08a62472b166e0) [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" "321710922f34ceb35c169bebd361df8aa4f6bfb68b337453c698faddecbdee78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "321710922f34ceb35c169bebd361df8aa4f6bfb68b337453c698faddecbdee78", kill_on_drop: false }` [INFO] [stdout] 321710922f34ceb35c169bebd361df8aa4f6bfb68b337453c698faddecbdee78