[INFO] cloning repository https://github.com/LaurenzV/hayro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LaurenzV/hayro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLaurenzV%2Fhayro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLaurenzV%2Fhayro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b239862e157fef9f4568a95fa036e65284b6022d [INFO] checking LaurenzV/hayro against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLaurenzV%2Fhayro" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/LaurenzV/hayro [INFO] finished tweaking git repo https://github.com/LaurenzV/hayro [INFO] tweaked toml for git repo https://github.com/LaurenzV/hayro written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/LaurenzV/hayro on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/LaurenzV/hayro 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8c954818f29919348b3333a71905e485fa10ddf5cccc8188b4c611d0f49b5830 [INFO] running `Command { std: "docker" "start" "-a" "8c954818f29919348b3333a71905e485fa10ddf5cccc8188b4c611d0f49b5830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c954818f29919348b3333a71905e485fa10ddf5cccc8188b4c611d0f49b5830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c954818f29919348b3333a71905e485fa10ddf5cccc8188b4c611d0f49b5830", kill_on_drop: false }` [INFO] [stdout] 8c954818f29919348b3333a71905e485fa10ddf5cccc8188b4c611d0f49b5830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b80ffebff9d1fa304890e1d6ee80327f1873241bf189b5487a61f1af673db69 [INFO] running `Command { std: "docker" "start" "-a" "3b80ffebff9d1fa304890e1d6ee80327f1873241bf189b5487a61f1af673db69", kill_on_drop: false }` [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking zlib-rs v0.5.2 [INFO] [stderr] Checking zune-core v0.5.0 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking hayro-common v0.1.0 (/opt/rustwide/workdir/hayro-common) [INFO] [stderr] Compiling phf_shared v0.13.1 [INFO] [stderr] Checking kurbo v0.12.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.101 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking hayro-jpeg2000 v0.1.0 (/opt/rustwide/workdir/hayro-jpeg2000) [INFO] [stderr] Checking zune-jpeg v0.5.3 [INFO] [stderr] Checking linebender_resource_handle v0.1.1 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling phf_generator v0.13.1 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking core_maths v0.1.1 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Checking xmlwriter v0.1.0 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking roxmltree v0.20.0 [INFO] [stderr] Checking tinyvec v1.10.0 [INFO] [stderr] Checking gif v0.13.3 [INFO] [stderr] Checking kurbo v0.11.3 [INFO] [stderr] Checking unicode-bidi-mirroring v0.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.101 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Checking unicode-properties v0.1.3 [INFO] [stderr] Checking unicode-script v0.5.7 [INFO] [stderr] Checking unicode-ccc v0.4.0 [INFO] [stderr] Checking pdf-writer v0.14.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking block-padding v0.3.3 [INFO] [stderr] Checking half v2.6.0 [INFO] [stderr] Checking simplecss v0.2.2 [INFO] [stderr] Checking imagesize v0.13.0 [INFO] [stderr] Checking data-url v0.3.2 [INFO] [stderr] Checking fontconfig-parser v0.5.8 [INFO] [stderr] Checking pxfm v0.1.23 [INFO] [stderr] Checking unicode-bidi v0.3.18 [INFO] [stderr] Checking pico-args v0.5.0 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Checking bit_field v0.10.3 [INFO] [stderr] Checking unicode-vo v0.1.0 [INFO] [stderr] Checking lebe v0.5.3 [INFO] [stderr] Checking memmap2 v0.9.8 [INFO] [stderr] Checking regex-syntax v0.8.6 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking image-webp v0.2.4 [INFO] [stderr] Checking zune-jpeg v0.4.21 [INFO] [stderr] Checking libz-rs-sys v0.5.2 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking svgtypes v0.15.3 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking imagesize v0.12.0 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking png v0.18.0 [INFO] [stderr] Checking hayro-syntax v0.4.0 (/opt/rustwide/workdir/hayro-syntax) [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking cbc v0.1.2 [INFO] [stderr] Checking md5 v0.8.0 [INFO] [stderr] Checking fontdb v0.23.0 [INFO] [stderr] Checking jpeg-decoder v0.3.2 [INFO] [stderr] Checking indicatif v0.17.11 [INFO] [stderr] Checking regex-automata v0.4.10 [INFO] [stderr] Checking moxcms v0.7.9 [INFO] [stderr] Checking moxcms v0.7.7 (https://github.com/awxkee/moxcms?rev=f7b3d6d#f7b3d6d4) [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> hayro-syntax/src/object/number.rs:139:35 [INFO] [stdout] | [INFO] [stdout] 139 | .and_then(|n| n.try_into().ok()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | int_num!(i64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `int_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> hayro-syntax/src/object/number.rs:148:42 [INFO] [stdout] | [INFO] [stdout] 148 | Object::Number(n) => n.as_i64().try_into().ok().ok_or(()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | int_num!(i64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `int_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hayro-syntax` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> hayro-syntax/src/object/number.rs:139:35 [INFO] [stdout] | [INFO] [stdout] 139 | .and_then(|n| n.try_into().ok()) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | int_num!(i64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] = note: this error originates in the macro `int_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> hayro-syntax/src/object/number.rs:148:42 [INFO] [stdout] | [INFO] [stdout] 148 | Object::Number(n) => n.as_i64().try_into().ok().ok_or(()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 159 | int_num!(i64); [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `int_num` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hayro-syntax` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "3b80ffebff9d1fa304890e1d6ee80327f1873241bf189b5487a61f1af673db69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b80ffebff9d1fa304890e1d6ee80327f1873241bf189b5487a61f1af673db69", kill_on_drop: false }` [INFO] [stdout] 3b80ffebff9d1fa304890e1d6ee80327f1873241bf189b5487a61f1af673db69