[INFO] cloning repository https://github.com/trinnguyen/qr-code-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/trinnguyen/qr-code-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrinnguyen%2Fqr-code-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrinnguyen%2Fqr-code-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3c5fc20c85755a3cb0eedeff2f529847d5a8bc04 [INFO] testing trinnguyen/qr-code-cli against master#160e7623e8cbbf1feab2b6e2a24733a98c7bde9c for pr-145628 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrinnguyen%2Fqr-code-cli" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/trinnguyen/qr-code-cli [INFO] finished tweaking git repo https://github.com/trinnguyen/qr-code-cli [INFO] tweaked toml for git repo https://github.com/trinnguyen/qr-code-cli written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/trinnguyen/qr-code-cli on toolchain 160e7623e8cbbf1feab2b6e2a24733a98c7bde9c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/trinnguyen/qr-code-cli 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" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unicode-general-category v0.2.0 [INFO] [stderr] Downloaded svgfilters v0.2.0 [INFO] [stderr] Downloaded roxmltree v0.13.1 [INFO] [stderr] Downloaded wide v0.6.4 [INFO] [stderr] Downloaded fontdb v0.5.1 [INFO] [stderr] Downloaded usvg v0.13.0 [INFO] [stderr] Downloaded unicode-ccc v0.1.0 [INFO] [stderr] Downloaded rustybuzz v0.3.0 [INFO] [stderr] Downloaded tiny-skia v0.3.0 [INFO] [stderr] Downloaded resvg v0.13.0 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40a1910cd0406924bea9653e6c538c72eccdbfc3af85a29c872fd6460627cd2b [INFO] running `Command { std: "docker" "start" "-a" "40a1910cd0406924bea9653e6c538c72eccdbfc3af85a29c872fd6460627cd2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40a1910cd0406924bea9653e6c538c72eccdbfc3af85a29c872fd6460627cd2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40a1910cd0406924bea9653e6c538c72eccdbfc3af85a29c872fd6460627cd2b", kill_on_drop: false }` [INFO] [stdout] 40a1910cd0406924bea9653e6c538c72eccdbfc3af85a29c872fd6460627cd2b [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98ebf4b3f54f646689079e7174b8746afdff495c295e4e4b8fea089d6502078f [INFO] running `Command { std: "docker" "start" "-a" "98ebf4b3f54f646689079e7174b8746afdff495c295e4e4b8fea089d6502078f", kill_on_drop: false }` [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling unicode-general-category v0.2.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling ttf-parser v0.9.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling float-cmp v0.5.3 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling xmlparser v0.13.3 [INFO] [stderr] Compiling unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling unicode-script v0.5.2 [INFO] [stderr] Compiling unicode-ccc v0.1.0 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling roxmltree v0.13.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling simplecss v0.2.0 [INFO] [stderr] Compiling kurbo v0.7.1 [INFO] [stderr] Compiling rgb v0.8.25 [INFO] [stderr] Compiling svgtypes v0.5.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling data-url v0.1.0 [INFO] [stderr] Compiling rctree v0.3.3 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling pico-args v0.3.4 [INFO] [stderr] Compiling wide v0.6.4 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling svgfilters v0.2.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling qrcodegen v1.6.0 [INFO] [stderr] Compiling fontdb v0.5.1 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling tiny-skia v0.3.0 [INFO] [stderr] Compiling rustybuzz v0.3.0 [INFO] [stderr] Compiling usvg v0.13.0 [INFO] [stderr] Compiling resvg v0.13.0 [INFO] [stderr] Compiling qr-gen v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.95s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rustybuzz v0.3.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "98ebf4b3f54f646689079e7174b8746afdff495c295e4e4b8fea089d6502078f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98ebf4b3f54f646689079e7174b8746afdff495c295e4e4b8fea089d6502078f", kill_on_drop: false }` [INFO] [stdout] 98ebf4b3f54f646689079e7174b8746afdff495c295e4e4b8fea089d6502078f [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+160e7623e8cbbf1feab2b6e2a24733a98c7bde9c" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2428dbb5a985d8e672295e1804dd1b0cfe6282937ca0272ad614a60fa82a0e59 [INFO] running `Command { std: "docker" "start" "-a" "2428dbb5a985d8e672295e1804dd1b0cfe6282937ca0272ad614a60fa82a0e59", kill_on_drop: false }` [INFO] [stderr] error: failed to download `jpeg-decoder v0.1.20` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] unable to get packages from source [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack package `jpeg-decoder v0.1.20` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to create directory `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jpeg-decoder-0.1.20` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] Read-only file system (os error 30) [INFO] running `Command { std: "docker" "inspect" "2428dbb5a985d8e672295e1804dd1b0cfe6282937ca0272ad614a60fa82a0e59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2428dbb5a985d8e672295e1804dd1b0cfe6282937ca0272ad614a60fa82a0e59", kill_on_drop: false }` [INFO] [stdout] 2428dbb5a985d8e672295e1804dd1b0cfe6282937ca0272ad614a60fa82a0e59