[INFO] fetching crate libreda-db 0.0.9... [INFO] testing libreda-db-0.0.9 against 1.60.0 for beta-1.61-1 [INFO] extracting crate libreda-db 0.0.9 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate libreda-db 0.0.9 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libreda-db 0.0.9 [INFO] finished tweaking crates.io crate libreda-db 0.0.9 [INFO] tweaked toml for crates.io crate libreda-db 0.0.9 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dcf0c3591fce6cdab06122b8f755d6eb323efc4356c866437f4fdf55fcf233f1 [INFO] running `Command { std: "docker" "start" "-a" "dcf0c3591fce6cdab06122b8f755d6eb323efc4356c866437f4fdf55fcf233f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dcf0c3591fce6cdab06122b8f755d6eb323efc4356c866437f4fdf55fcf233f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcf0c3591fce6cdab06122b8f755d6eb323efc4356c866437f4fdf55fcf233f1", kill_on_drop: false }` [INFO] [stdout] dcf0c3591fce6cdab06122b8f755d6eb323efc4356c866437f4fdf55fcf233f1 [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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9875bdc4a4e378cc4deaf89280b060b203c718d07b530d952cdcfc4317789136 [INFO] running `Command { std: "docker" "start" "-a" "9875bdc4a4e378cc4deaf89280b060b203c718d07b530d952cdcfc4317789136", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling libreda-splay v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling iron-shapes v0.0.7 [INFO] [stderr] Compiling iron-shapes-booleanop v0.0.2 [INFO] [stderr] Compiling libreda-db v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `HierarchyEdit`, `NetlistEdit` [INFO] [stdout] --> src/decorator/netlist.rs:1:36 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::traits::{HierarchyBase, HierarchyEdit, NetlistBase, NetlistEdit}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MutDecorator` [INFO] [stdout] --> src/decorator/netlist.rs:3:35 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::decorator::{Decorator, MutDecorator}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instance_properties` [INFO] [stdout] --> src/chip.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | instance_properties: IntHashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Circuit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/chip.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_data` [INFO] [stdout] --> src/chip.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | user_data: U, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Circuit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/chip.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_data` [INFO] [stdout] --> src/chip.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | user_data: U, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CircuitInst` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/chip.rs:242:10 [INFO] [stdout] | [INFO] [stdout] 242 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_data` [INFO] [stdout] --> src/chip.rs:1192:5 [INFO] [stdout] | [INFO] [stdout] 1192 | user_data: U, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Shape` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/chip.rs:1178:10 [INFO] [stdout] | [INFO] [stdout] 1178 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.04s [INFO] running `Command { std: "docker" "inspect" "9875bdc4a4e378cc4deaf89280b060b203c718d07b530d952cdcfc4317789136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9875bdc4a4e378cc4deaf89280b060b203c718d07b530d952cdcfc4317789136", kill_on_drop: false }` [INFO] [stdout] 9875bdc4a4e378cc4deaf89280b060b203c718d07b530d952cdcfc4317789136 [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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b02f65d789de381cc2c9d79bd257bc68ea242074ad889b9d461825ccf2266376 [INFO] running `Command { std: "docker" "start" "-a" "b02f65d789de381cc2c9d79bd257bc68ea242074ad889b9d461825ccf2266376", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unused imports: `HierarchyEdit`, `NetlistEdit` [INFO] [stdout] --> src/decorator/netlist.rs:1:36 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::traits::{HierarchyBase, HierarchyEdit, NetlistBase, NetlistEdit}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MutDecorator` [INFO] [stdout] --> src/decorator/netlist.rs:3:35 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::decorator::{Decorator, MutDecorator}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `instance_properties` [INFO] [stdout] --> src/chip.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | instance_properties: IntHashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Circuit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/chip.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_data` [INFO] [stdout] --> src/chip.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | user_data: U, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Circuit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/chip.rs:151:10 [INFO] [stdout] | [INFO] [stdout] 151 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_data` [INFO] [stdout] --> src/chip.rs:256:5 [INFO] [stdout] | [INFO] [stdout] 256 | user_data: U, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CircuitInst` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/chip.rs:242:10 [INFO] [stdout] | [INFO] [stdout] 242 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `user_data` [INFO] [stdout] --> src/chip.rs:1192:5 [INFO] [stdout] | [INFO] [stdout] 1192 | user_data: U, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Shape` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/chip.rs:1178:10 [INFO] [stdout] | [INFO] [stdout] 1178 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libreda-db v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::prelude::IntoEdges` [INFO] [stdout] --> src/layout/algorithms.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | use crate::prelude::IntoEdges; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `IntoEdges` in `prelude` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HierarchyEdit`, `NetlistEdit` [INFO] [stdout] --> src/decorator/netlist.rs:1:36 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::traits::{HierarchyBase, HierarchyEdit, NetlistBase, NetlistEdit}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MutDecorator` [INFO] [stdout] --> src/decorator/netlist.rs:3:35 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::decorator::{Decorator, MutDecorator}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_edges` found for reference `&iron_shapes::prelude::Rect` in the current scope [INFO] [stdout] --> src/layout/algorithms.rs:237:71 [INFO] [stdout] | [INFO] [stdout] 237 | let decomposed = decompose_rectangles(rects.iter().flat_map(|r| r.into_edges())); [INFO] [stdout] | ^^^^^^^^^^ method not found in `&iron_shapes::prelude::Rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/layout/algorithms.rs:237:22 [INFO] [stdout] | [INFO] [stdout] 237 | let decomposed = decompose_rectangles(rects.iter().flat_map(|r| r.into_edges())); [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | | [INFO] [stdout] | consider giving `decomposed` the explicit type `Vec>`, where the type parameter `{integer}` is specified [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{integer}: Bounded` found in the `num_traits` crate: [INFO] [stdout] - impl Bounded for i128; [INFO] [stdout] - impl Bounded for i16; [INFO] [stdout] - impl Bounded for i32; [INFO] [stdout] - impl Bounded for i64; [INFO] [stdout] and 8 more [INFO] [stdout] note: required by a bound in `decompose_rectangles` [INFO] [stdout] --> src/layout/algorithms.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn decompose_rectangles(redges: I) -> Vec> [INFO] [stdout] | -------------------- required by a bound in this [INFO] [stdout] 50 | where T: Ord + Bounded + Copy + Zero, [INFO] [stdout] | ^^^^^^^ required by this bound in `decompose_rectangles` [INFO] [stdout] help: consider specifying the type arguments in the function call [INFO] [stdout] | [INFO] [stdout] 237 | let decomposed = decompose_rectangles::(rects.iter().flat_map(|r| r.into_edges())); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/layout/algorithms.rs:237:22 [INFO] [stdout] | [INFO] [stdout] 237 | let decomposed = decompose_rectangles(rects.iter().flat_map(|r| r.into_edges())); [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stdout] | | [INFO] [stdout] | consider giving `decomposed` the explicit type `Vec>`, where the type parameter `{integer}` is specified [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{integer}: num_traits::Zero` found in the `num_traits` crate: [INFO] [stdout] - impl num_traits::Zero for i128; [INFO] [stdout] - impl num_traits::Zero for i16; [INFO] [stdout] - impl num_traits::Zero for i32; [INFO] [stdout] - impl num_traits::Zero for i64; [INFO] [stdout] and 8 more [INFO] [stdout] note: required by a bound in `decompose_rectangles` [INFO] [stdout] --> src/layout/algorithms.rs:50:37 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn decompose_rectangles(redges: I) -> Vec> [INFO] [stdout] | -------------------- required by a bound in this [INFO] [stdout] 50 | where T: Ord + Bounded + Copy + Zero, [INFO] [stdout] | ^^^^ required by this bound in `decompose_rectangles` [INFO] [stdout] help: consider specifying the type arguments in the function call [INFO] [stdout] | [INFO] [stdout] 237 | let decomposed = decompose_rectangles::(rects.iter().flat_map(|r| r.into_edges())); [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libreda-db` due to 5 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b02f65d789de381cc2c9d79bd257bc68ea242074ad889b9d461825ccf2266376", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b02f65d789de381cc2c9d79bd257bc68ea242074ad889b9d461825ccf2266376", kill_on_drop: false }` [INFO] [stdout] b02f65d789de381cc2c9d79bd257bc68ea242074ad889b9d461825ccf2266376