[INFO] cloning repository https://github.com/NPN/coerceo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NPN/coerceo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNPN%2Fcoerceo"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNPN%2Fcoerceo'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 30066b271be23fc2446431a5a305c585af38a706 [INFO] checking NPN/coerceo against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNPN%2Fcoerceo" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NPN/coerceo on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/NPN/coerceo [INFO] finished tweaking git repo https://github.com/NPN/coerceo [INFO] tweaked toml for git repo https://github.com/NPN/coerceo written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/NPN/coerceo already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded imgui-glium-renderer v0.0.23 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 7fcf43a828df77059c7c869201da109677a671438548297f30509656bbfa2808 [INFO] running `"docker" "start" "-a" "7fcf43a828df77059c7c869201da109677a671438548297f30509656bbfa2808"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling backtrace v0.3.26 [INFO] [stderr] Compiling imgui-sys v0.0.23 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Checking memchr v2.2.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking rusttype v0.7.6 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking smithay-client-toolkit v0.4.5 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling glium v0.23.0 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Compiling serde_derive v1.0.91 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking imgui v0.0.23 [INFO] [stderr] Checking imgui-glium-renderer v0.0.23 [INFO] [stderr] Checking coerceo v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused return value of `core::num::::wrapping_add` that must be used [INFO] [stderr] --> src/model/ttable.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | self.age.wrapping_add(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this returns the result of the operation, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::num::::wrapping_add` that must be used [INFO] [stderr] --> src/model/ttable.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | self.age.wrapping_add(1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this returns the result of the operation, without modifying the original [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 43s [INFO] running `"docker" "inspect" "7fcf43a828df77059c7c869201da109677a671438548297f30509656bbfa2808"` [INFO] running `"docker" "rm" "-f" "7fcf43a828df77059c7c869201da109677a671438548297f30509656bbfa2808"` [INFO] [stdout] 7fcf43a828df77059c7c869201da109677a671438548297f30509656bbfa2808