[INFO] fetching crate xdd 0.1.0... [INFO] testing xdd-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate xdd 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate xdd 0.1.0 [INFO] finished tweaking crates.io crate xdd 0.1.0 [INFO] tweaked toml for crates.io crate xdd 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate xdd 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate xdd 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded once_cell v1.13.0 [INFO] [stderr] Downloaded clap_derive v3.2.7 [INFO] [stderr] Downloaded os_str_bytes v6.2.0 [INFO] [stderr] Downloaded clap v3.2.12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57d7c54a12185c302393d8a796d729d9e8cc7d1fe824fb64acb5d919e0915124 [INFO] running `Command { std: "docker" "start" "-a" "57d7c54a12185c302393d8a796d729d9e8cc7d1fe824fb64acb5d919e0915124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57d7c54a12185c302393d8a796d729d9e8cc7d1fe824fb64acb5d919e0915124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57d7c54a12185c302393d8a796d729d9e8cc7d1fe824fb64acb5d919e0915124", kill_on_drop: false }` [INFO] [stdout] 57d7c54a12185c302393d8a796d729d9e8cc7d1fe824fb64acb5d919e0915124 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a691d656f0fdde32fc6da99e5b76c5e85c28a8264ea5fb7a973d840ca25e57e [INFO] running `Command { std: "docker" "start" "-a" "1a691d656f0fdde32fc6da99e5b76c5e85c28a8264ea5fb7a973d840ca25e57e", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-complex v0.4.2 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling xdd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: methods `print_with_indentation`, `print`, `evaluate_bdd`, `evaluate_zdd`, `number_solutions_bdd`, and `number_solutions_zdd` are never used [INFO] [stdout] --> src/xdd_with_multiplicity.rs:129:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait XDDBase { [INFO] [stdout] | ------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 129 | fn print_with_indentation(&self, index: NodeIndex, indentation:usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | fn print(&self,index: NodeIndex) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | fn evaluate_bdd(&self, index: NodeIndex, variables:&[bool]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | fn evaluate_zdd(&self, index: NodeIndex, variables:&[bool]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 441 | fn number_solutions_bdd>(&self, index: NodeIndex, num_variables:u16) -> G { self.number_... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 442 | fn number_solutions_zdd>(&self, index: NodeIndex, num_variables:u16) -> G { self.number_... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s [INFO] running `Command { std: "docker" "inspect" "1a691d656f0fdde32fc6da99e5b76c5e85c28a8264ea5fb7a973d840ca25e57e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a691d656f0fdde32fc6da99e5b76c5e85c28a8264ea5fb7a973d840ca25e57e", kill_on_drop: false }` [INFO] [stdout] 1a691d656f0fdde32fc6da99e5b76c5e85c28a8264ea5fb7a973d840ca25e57e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 174ad56b005057ef336d9f8270789d2ee83520828e44e0b560a8ac4814b6e06e [INFO] running `Command { std: "docker" "start" "-a" "174ad56b005057ef336d9f8270789d2ee83520828e44e0b560a8ac4814b6e06e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling os_str_bytes v6.2.0 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stdout] warning: methods `print_with_indentation`, `print`, `evaluate_bdd`, `evaluate_zdd`, `number_solutions_bdd`, and `number_solutions_zdd` are never used [INFO] [stdout] --> src/xdd_with_multiplicity.rs:129:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait XDDBase { [INFO] [stdout] | ------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 129 | fn print_with_indentation(&self, index: NodeIndex, indentation:usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | fn print(&self,index: NodeIndex) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | fn evaluate_bdd(&self, index: NodeIndex, variables:&[bool]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | fn evaluate_zdd(&self, index: NodeIndex, variables:&[bool]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 441 | fn number_solutions_bdd>(&self, index: NodeIndex, num_variables:u16) -> G { self.number_... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 442 | fn number_solutions_zdd>(&self, index: NodeIndex, num_variables:u16) -> G { self.number_... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v3.2.7 [INFO] [stderr] Compiling clap v3.2.12 [INFO] [stderr] Compiling xdd v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0603]: module `xdd_with_multiplicity` is private [INFO] [stdout] --> tests/basic_ops_with_multiplicities.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | use xdd::xdd_with_multiplicity::{NodeList, NodeListWithFastLookup, XDDBase}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `xdd_with_multiplicity` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) mod xdd_with_multiplicity; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `xdd_with_multiplicity` is private [INFO] [stdout] --> tests/basic_ops_with_multiplicities.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | use xdd::xdd_with_multiplicity::{NodeList, NodeListWithFastLookup, XDDBase}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ private module ------- trait `XDDBase` is not publicly re-exported [INFO] [stdout] | [INFO] [stdout] note: the module `xdd_with_multiplicity` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub(crate) mod xdd_with_multiplicity; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0603`. [INFO] [stdout] [INFO] [stderr] error: could not compile `xdd` (test "basic_ops_with_multiplicities") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: methods `print_with_indentation`, `print`, `evaluate_bdd`, `evaluate_zdd`, `number_solutions_bdd`, and `number_solutions_zdd` are never used [INFO] [stdout] --> src/xdd_with_multiplicity.rs:129:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait XDDBase { [INFO] [stdout] | ------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 129 | fn print_with_indentation(&self, index: NodeIndex, indentation:usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | fn print(&self,index: NodeIndex) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | fn evaluate_bdd(&self, index: NodeIndex, variables:&[bool]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 155 | fn evaluate_zdd(&self, index: NodeIndex, variables:&[bool]) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 441 | fn number_solutions_bdd>(&self, index: NodeIndex, num_variables:u16) -> G { self.number_... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 442 | fn number_solutions_zdd>(&self, index: NodeIndex, num_variables:u16) -> G { self.number_... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "174ad56b005057ef336d9f8270789d2ee83520828e44e0b560a8ac4814b6e06e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "174ad56b005057ef336d9f8270789d2ee83520828e44e0b560a8ac4814b6e06e", kill_on_drop: false }` [INFO] [stdout] 174ad56b005057ef336d9f8270789d2ee83520828e44e0b560a8ac4814b6e06e