[INFO] fetching crate rusttype_bugfix_19072017 0.2.1... [INFO] testing rusttype_bugfix_19072017-0.2.1 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate rusttype_bugfix_19072017 0.2.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate rusttype_bugfix_19072017 0.2.1 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rusttype_bugfix_19072017 0.2.1 [INFO] finished tweaking crates.io crate rusttype_bugfix_19072017 0.2.1 [INFO] tweaked toml for crates.io crate rusttype_bugfix_19072017 0.2.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9e12056875e0b696b955efcabb131a880aff8ea3a469f69257df85c4b2bf1c1d [INFO] running `Command { std: "docker" "start" "-a" "9e12056875e0b696b955efcabb131a880aff8ea3a469f69257df85c4b2bf1c1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e12056875e0b696b955efcabb131a880aff8ea3a469f69257df85c4b2bf1c1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e12056875e0b696b955efcabb131a880aff8ea3a469f69257df85c4b2bf1c1d", kill_on_drop: false }` [INFO] [stdout] 9e12056875e0b696b955efcabb131a880aff8ea3a469f69257df85c4b2bf1c1d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4ca2feee77c59e8eef169a4e25395138d6c0df85df7e90ec6d40d2de03b915d1 [INFO] running `Command { std: "docker" "start" "-a" "4ca2feee77c59e8eef169a4e25395138d6c0df85df7e90ec6d40d2de03b915d1", kill_on_drop: false }` [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling linked-hash-map v0.0.10 [INFO] [stderr] Compiling stb_truetype_bugfix_19072017 v0.2.1 [INFO] [stderr] Compiling arrayvec v0.3.25 [INFO] [stderr] Compiling rusttype_bugfix_19072017 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Cut` is imported redundantly [INFO] [stdout] --> src/rasterizer.rs:98:13 [INFO] [stdout] | [INFO] [stdout] 1 | use ::geometry::*; [INFO] [stdout] | ------------- the item `Cut` is already imported here [INFO] [stdout] ... [INFO] [stdout] 98 | use geometry::Cut; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Line` is imported redundantly [INFO] [stdout] --> src/lib.rs:758:24 [INFO] [stdout] | [INFO] [stdout] 99 | pub use geometry::{Rect, Point, point, Vector, vector, Line, Curve}; [INFO] [stdout] | ---- the item `Line` is already imported here [INFO] [stdout] ... [INFO] [stdout] 758 | use geometry::{Line, Curve}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Curve` is imported redundantly [INFO] [stdout] --> src/lib.rs:758:30 [INFO] [stdout] | [INFO] [stdout] 99 | pub use geometry::{Rect, Point, point, Vector, vector, Line, Curve}; [INFO] [stdout] | ----- the item `Curve` is already imported here [INFO] [stdout] ... [INFO] [stdout] 758 | use geometry::{Line, Curve}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/support/bst/node.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | keys: mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/support/bst/node.rs:58:19 [INFO] [stdout] | [INFO] [stdout] 58 | vals: mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/support/bst/node.rs:60:25 [INFO] [stdout] | [INFO] [stdout] 60 | parent_idx: mem::uninitialized(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/support/bst/node.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | edges: mem::uninitialized() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `K` may not live long enough [INFO] [stdout] --> src/support/bst/map.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | match node.force() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stdout] --> src/support/bst/map.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | / fn clone_subtree( [INFO] [stdout] 78 | | node: node::NodeRef) [INFO] [stdout] 79 | | -> BTreeMap { [INFO] [stdout] 80 | | [INFO] [stdout] ... | [INFO] [stdout] 136 | | } [INFO] [stdout] 137 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `V` may not live long enough [INFO] [stdout] --> src/support/bst/map.rs:81:19 [INFO] [stdout] | [INFO] [stdout] 81 | match node.force() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stdout] --> src/support/bst/map.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | / fn clone_subtree( [INFO] [stdout] 78 | | node: node::NodeRef) [INFO] [stdout] 79 | | -> BTreeMap { [INFO] [stdout] 80 | | [INFO] [stdout] ... | [INFO] [stdout] 136 | | } [INFO] [stdout] 137 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rusttype_bugfix_19072017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "4ca2feee77c59e8eef169a4e25395138d6c0df85df7e90ec6d40d2de03b915d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ca2feee77c59e8eef169a4e25395138d6c0df85df7e90ec6d40d2de03b915d1", kill_on_drop: false }` [INFO] [stdout] 4ca2feee77c59e8eef169a4e25395138d6c0df85df7e90ec6d40d2de03b915d1