[INFO] fetching crate centerline 0.0.1... [INFO] checking centerline-0.0.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate centerline 0.0.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate centerline 0.0.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate centerline 0.0.1 [INFO] finished tweaking crates.io crate centerline 0.0.1 [INFO] tweaked toml for crates.io crate centerline 0.0.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate centerline 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ordered-float v2.1.1 [INFO] [stderr] Downloaded raw-window-handle v0.3.3 [INFO] [stderr] Downloaded robust v0.2.3 [INFO] [stderr] Downloaded geo v0.17.0 [INFO] [stderr] Downloaded num-bigint v0.3.1 [INFO] [stderr] Downloaded geo-types v0.7.0 [INFO] [stderr] Downloaded as-slice v0.1.4 [INFO] [stderr] Downloaded rb_tree v0.3.2 [INFO] [stderr] Downloaded generic-array v0.13.2 [INFO] [stderr] Downloaded geographiclib-rs v0.2.0 [INFO] [stderr] Downloaded fltk-derive v0.14.2 [INFO] [stderr] Downloaded rstar v0.8.2 [INFO] [stderr] Downloaded boostvoronoi v0.3.1 [INFO] [stderr] Downloaded intersect2d v0.1.2 [INFO] [stderr] Downloaded fltk v0.14.2 [INFO] [stderr] Downloaded fltk-sys v0.14.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a34c18e5525c9d3bbd434420931039a16e333871aabbfd7164aaa4cf4e1c580e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a34c18e5525c9d3bbd434420931039a16e333871aabbfd7164aaa4cf4e1c580e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a34c18e5525c9d3bbd434420931039a16e333871aabbfd7164aaa4cf4e1c580e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a34c18e5525c9d3bbd434420931039a16e333871aabbfd7164aaa4cf4e1c580e", kill_on_drop: false }` [INFO] [stdout] a34c18e5525c9d3bbd434420931039a16e333871aabbfd7164aaa4cf4e1c580e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dee28868c9db7727d12b9cfea1418bfa49997dd100eaf19b7953935614d8617d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dee28868c9db7727d12b9cfea1418bfa49997dd100eaf19b7953935614d8617d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling heapless v0.5.6 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking robust v0.2.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking rb_tree v0.3.2 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking geographiclib-rs v0.2.0 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Checking itertools v0.10.0 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Compiling fltk-sys v0.14.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking as-slice v0.1.4 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking ordered-float v2.1.1 [INFO] [stderr] Checking rstar v0.8.2 [INFO] [stderr] Checking geo-types v0.7.0 [INFO] [stderr] Checking geo v0.17.0 [INFO] [stderr] Checking num v0.3.1 [INFO] [stderr] Checking intersect2d v0.1.2 [INFO] [stderr] Checking boostvoronoi v0.3.1 [INFO] [stderr] Compiling fltk-derive v0.14.2 [INFO] [stderr] Checking centerline v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking fltk v0.14.2 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 03s [INFO] running `Command { std: "docker" "inspect" "dee28868c9db7727d12b9cfea1418bfa49997dd100eaf19b7953935614d8617d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dee28868c9db7727d12b9cfea1418bfa49997dd100eaf19b7953935614d8617d", kill_on_drop: false }` [INFO] [stdout] dee28868c9db7727d12b9cfea1418bfa49997dd100eaf19b7953935614d8617d