[INFO] updating cached repository https://github.com/dlight/proceed [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9a442a454bb15393a214de29fd38a185d7f4d377 [INFO] checking dlight/proceed against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlight%2Fproceed" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dlight/proceed on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dlight/proceed [INFO] finished tweaking git repo https://github.com/dlight/proceed [INFO] tweaked toml for git repo https://github.com/dlight/proceed written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/dlight/proceed already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `profile-overrides` is now stable and is no longer necessary to be listed in the manifest [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dd965752b11348eeb83cfbf1fb89784e143289c1aeb438400102db8ba7301ec4 [INFO] running `"docker" "start" "-a" "dd965752b11348eeb83cfbf1fb89784e143289c1aeb438400102db8ba7301ec4"` [INFO] [stderr] warning: the cargo feature `profile-overrides` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling libc v0.2.64 [INFO] [stderr] Fresh lazy_static v1.4.0 [INFO] [stderr] Fresh semver-parser v0.7.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Fresh unicode-xid v0.1.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Fresh scopeguard v1.0.0 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Running `rustc --crate-name autocfg /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=f47766098e727bc3 -C extra-filename=-f47766098e727bc3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.64/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' -C metadata=6ab007e4b3c088b3 -C extra-filename=-6ab007e4b3c088b3 --out-dir /opt/rustwide/target/debug/build/libc-6ab007e4b3c088b3 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=7b2d5c6d8e09ac80 -C extra-filename=-7b2d5c6d8e09ac80 --out-dir /opt/rustwide/target/debug/build/log-7b2d5c6d8e09ac80 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Running `rustc --crate-name nodrop /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=e5fdd2ee9220c829 -C extra-filename=-e5fdd2ee9220c829 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name pkg_config /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=73b6009f995bf6d7 -C extra-filename=-73b6009f995bf6d7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Running `rustc --crate-name arrayvec --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=b991ce6afae60a2a -C extra-filename=-b991ce6afae60a2a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/khronos_api-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=819601886abf6e6b -C extra-filename=-819601886abf6e6b --out-dir /opt/rustwide/target/debug/build/khronos_api-819601886abf6e6b -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=2e9eaa0a63b80ac2 -C extra-filename=-2e9eaa0a63b80ac2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name rand_core /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=7ee80fc0632c8a34 -C extra-filename=-7ee80fc0632c8a34 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name void /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0cb45286f1b7da10 -C extra-filename=-0cb45286f1b7da10 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=961b407c8ec26c39 -C extra-filename=-961b407c8ec26c39 --out-dir /opt/rustwide/target/debug/build/syn-961b407c8ec26c39 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name linked_hash_map /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=74460b8e0235b985 -C extra-filename=-74460b8e0235b985 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name cfg_if --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=3e7b4b0840452928 -C extra-filename=-3e7b4b0840452928 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name xml /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=8e97ca7f6a978ee7 -C extra-filename=-8e97ca7f6a978ee7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=42e0fcb720b1f402 -C extra-filename=-42e0fcb720b1f402 --out-dir /opt/rustwide/target/debug/build/arrayvec-42e0fcb720b1f402 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.14.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=41662343754ebc96 -C extra-filename=-41662343754ebc96 --out-dir /opt/rustwide/target/debug/build/nix-41662343754ebc96 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.12/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="std"' -C metadata=af5a4e6b55e7c536 -C extra-filename=-af5a4e6b55e7c536 --out-dir /opt/rustwide/target/debug/build/getrandom-af5a4e6b55e7c536 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Running `rustc --crate-name ppv_lite86 --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=136d5408601c328b -C extra-filename=-136d5408601c328b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=7520a4c9ab95f0a5 -C extra-filename=-7520a4c9ab95f0a5 --out-dir /opt/rustwide/target/debug/build/maybe-uninit-7520a4c9ab95f0a5 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking downcast-rs v1.1.0 [INFO] [stderr] Running `rustc --crate-name downcast_rs /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/downcast-rs-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=1130ee6bf5a7478e -C extra-filename=-1130ee6bf5a7478e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking same-file v1.0.5 [INFO] [stderr] Running `rustc --crate-name same_file /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/same-file-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=eb69a4f0376987d0 -C extra-filename=-eb69a4f0376987d0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Running `rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libm-0.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="stable"' -C metadata=f07509d9d85cb26a -C extra-filename=-f07509d9d85cb26a --out-dir /opt/rustwide/target/debug/build/libm-f07509d9d85cb26a -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Running `rustc --crate-name xml /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xml-rs-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=213be06e981df9de -C extra-filename=-213be06e981df9de --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=383b577f42f7a4c6 -C extra-filename=-383b577f42f7a4c6 --out-dir /opt/rustwide/target/debug/build/rayon-core-383b577f42f7a4c6 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Running `rustc --crate-name smallvec /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/smallvec-0.6.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cf4cf3b03e442047 -C extra-filename=-cf4cf3b03e442047 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Running `rustc --crate-name xdg /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xdg-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=a7833ec87e84ba78 -C extra-filename=-a7833ec87e84ba78 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Fresh adler32 v1.0.4 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Running `rustc --crate-name build_script_main /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=2c02c95a907c22be -C extra-filename=-2c02c95a907c22be --out-dir /opt/rustwide/target/debug/build/typenum-2c02c95a907c22be -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking xi-unicode v0.2.0 [INFO] [stderr] Running `rustc --crate-name xi_unicode --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/xi-unicode-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=a5f39e857e8f2034 -C extra-filename=-a5f39e857e8f2034 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Compiling nix v0.11.1 [INFO] [stderr] Running `rustc --crate-name build_script_build /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nix-0.11.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=010b0806c34d1428 -C extra-filename=-010b0806c34d1428 --out-dir /opt/rustwide/target/debug/build/nix-010b0806c34d1428 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Fresh either v1.5.3 [INFO] [stderr] Fresh lzw v0.10.0 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Running `rustc --crate-name percent_encoding /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=ef07ce079cfe9f4c -C extra-filename=-ef07ce079cfe9f4c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Running `rustc --crate-name rustc_demangle /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=39026fe5955e1deb -C extra-filename=-39026fe5955e1deb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/main.rs:84:23 [INFO] [stderr] | [INFO] [stderr] 84 | let first2: u32 = (highest as f64).log(2.0).round() as u32 + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0606]: casting `f64` as `u32` is invalid [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/main.rs:85:24 [INFO] [stderr] | [INFO] [stderr] 85 | let first10: u32 = (highest as f64).log(10.0) as u32 + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0606`. [INFO] [stderr] error: could not compile `typenum`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name build_script_main /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C debuginfo=2 -C debug-assertions=on -C metadata=2c02c95a907c22be -C extra-filename=-2c02c95a907c22be --out-dir /opt/rustwide/target/debug/build/typenum-2c02c95a907c22be -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit code: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "dd965752b11348eeb83cfbf1fb89784e143289c1aeb438400102db8ba7301ec4"` [INFO] running `"docker" "rm" "-f" "dd965752b11348eeb83cfbf1fb89784e143289c1aeb438400102db8ba7301ec4"` [INFO] [stdout] dd965752b11348eeb83cfbf1fb89784e143289c1aeb438400102db8ba7301ec4