[INFO] cloning repository https://github.com/lyssieth/fiximg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lyssieth/fiximg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flyssieth%2Ffiximg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flyssieth%2Ffiximg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c309ca67011c32490610541225efdd5fbf7d1ff8
[INFO] testing lyssieth/fiximg against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flyssieth%2Ffiximg" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lyssieth/fiximg
[INFO] finished tweaking git repo https://github.com/lyssieth/fiximg
[INFO] tweaked toml for git repo https://github.com/lyssieth/fiximg written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lyssieth/fiximg 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/lyssieth/fiximg 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 25153894f9cba892ef887f063ed5d5dc6af70ec232be39c649b02d6201e50c3a
[INFO] running `Command { std: "docker" "start" "-a" "25153894f9cba892ef887f063ed5d5dc6af70ec232be39c649b02d6201e50c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25153894f9cba892ef887f063ed5d5dc6af70ec232be39c649b02d6201e50c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25153894f9cba892ef887f063ed5d5dc6af70ec232be39c649b02d6201e50c3a", kill_on_drop: false }`
[INFO] [stdout] 25153894f9cba892ef887f063ed5d5dc6af70ec232be39c649b02d6201e50c3a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] bfab449c3cf1f628febbab91988d5c415a05769643fcb45efd748cd74272e5b4
[INFO] running `Command { std: "docker" "start" "-a" "bfab449c3cf1f628febbab91988d5c415a05769643fcb45efd748cd74272e5b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.70
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling libc v0.2.102
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling bytemuck v1.7.2
[INFO] [stderr]    Compiling png v0.16.8
[INFO] [stderr]    Compiling oxipng v5.0.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling crc-catalog v1.1.1
[INFO] [stderr]    Compiling typed-arena v1.7.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling zopfli v0.4.0
[INFO] [stderr]    Compiling crc v2.0.0
[INFO] [stderr]    Compiling libdeflate-sys v0.7.3
[INFO] [stderr]    Compiling cloudflare-zlib-sys v0.3.0
[INFO] [stderr]    Compiling blake3 v1.2.0
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling libdeflater v0.7.3
[INFO] [stderr]    Compiling rgb v0.8.27
[INFO] [stderr]    Compiling filetime v0.2.15
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling arrayvec v0.7.1
[INFO] [stderr]    Compiling cloudflare-zlib v0.2.9
[INFO] [stderr]    Compiling fiximg v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::lazy`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     lazy::SyncLazy,
[INFO] [stdout]   |     ^^^^ could not find `lazy` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `once_cell` has been stable since 1.70.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(once_cell)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fiximg` (bin "fiximg") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "bfab449c3cf1f628febbab91988d5c415a05769643fcb45efd748cd74272e5b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfab449c3cf1f628febbab91988d5c415a05769643fcb45efd748cd74272e5b4", kill_on_drop: false }`
[INFO] [stdout] bfab449c3cf1f628febbab91988d5c415a05769643fcb45efd748cd74272e5b4
