[INFO] crate qbsdiff 1.3.0 is already in cache [INFO] checking qbsdiff-1.3.0 against master#3dbade652ed8ebac70f903e01f51cd92c4e4302c for pr-69880 [INFO] extracting crate qbsdiff 1.3.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate qbsdiff 1.3.0 on toolchain 3dbade652ed8ebac70f903e01f51cd92c4e4302c [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate qbsdiff 1.3.0 [INFO] finished tweaking crates.io crate qbsdiff 1.3.0 [INFO] tweaked toml for crates.io crate qbsdiff 1.3.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate qbsdiff 1.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+3dbade652ed8ebac70f903e01f51cd92c4e4302c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b024df7c26fb362da6e0206b992dc96e846b7df62901622f50c8c3a196ce6365 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b024df7c26fb362da6e0206b992dc96e846b7df62901622f50c8c3a196ce6365"` [INFO] [stderr] Checking globset v0.4.4 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking suffix_array v0.4.0 [INFO] [stderr] Checking criterion v0.3.1 [INFO] [stderr] Checking qbsdiff v1.2.1 [INFO] [stderr] Checking qbsdiff v1.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking ignore v0.4.11 [INFO] [stderr] Checking globwalk v0.7.1 [INFO] [stderr] Checking qbsdiff_test_bench_utils v0.1.0 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] --> tests/parallel_invertible.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | ..QbsdiffOptions::default() [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] --> tests/parallel_invertible.rs:37:11 [INFO] [stderr] | [INFO] [stderr] 37 | ..QbsdiffOptions::default() [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] --> tests/parallel_invertible.rs:61:11 [INFO] [stderr] | [INFO] [stderr] 61 | ..QbsdiffOptions::default() [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `QbsdiffOptions` in this scope [INFO] [stderr] --> tests/parallel_invertible.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | let opts = QbsdiffOptions { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `QbsdiffOptions` in this scope [INFO] [stderr] --> tests/parallel_invertible.rs:35:16 [INFO] [stderr] | [INFO] [stderr] 35 | let opts = QbsdiffOptions { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `QbsdiffOptions` in this scope [INFO] [stderr] --> tests/parallel_invertible.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 59 | let opts = QbsdiffOptions { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `qbsdiff_with` found for struct `qbsdiff_test_bench_utils::Testing` in the current scope [INFO] [stderr] --> tests/parallel_invertible.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | let p = testing.qbsdiff_with(&s[..], &t[..], opts).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `qbsdiff_test_bench_utils::Testing` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `qbsdiff_with` found for struct `qbsdiff_test_bench_utils::Testing` in the current scope [INFO] [stderr] --> tests/parallel_invertible.rs:45:25 [INFO] [stderr] | [INFO] [stderr] 45 | let p = testing.qbsdiff_with(&s[..], &t[..], opts).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `qbsdiff_test_bench_utils::Testing` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `qbsdiff_with` found for struct `qbsdiff_test_bench_utils::Testing` in the current scope [INFO] [stderr] --> tests/parallel_invertible.rs:69:25 [INFO] [stderr] | [INFO] [stderr] 69 | let p = testing.qbsdiff_with(&s[..], &t[..], opts).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `qbsdiff_test_bench_utils::Testing` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `qbsdiff`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] --> tests/parallel_compatible.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | ..QbsdiffOptions::default() [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] --> tests/parallel_compatible.rs:41:11 [INFO] [stderr] | [INFO] [stderr] 41 | ..QbsdiffOptions::default() [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `QbsdiffOptions` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `QbsdiffOptions` in this scope [INFO] [stderr] --> tests/parallel_compatible.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | let opts = QbsdiffOptions { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `QbsdiffOptions` in this scope [INFO] [stderr] --> tests/parallel_compatible.rs:39:16 [INFO] [stderr] | [INFO] [stderr] 39 | let opts = QbsdiffOptions { [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `qbsdiff_with` found for struct `qbsdiff_test_bench_utils::Testing` in the current scope [INFO] [stderr] --> tests/parallel_compatible.rs:22:25 [INFO] [stderr] | [INFO] [stderr] 22 | let p = testing.qbsdiff_with(&s[..], &t[..], opts).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `qbsdiff_test_bench_utils::Testing` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `qbsdiff_with` found for struct `qbsdiff_test_bench_utils::Testing` in the current scope [INFO] [stderr] --> tests/parallel_compatible.rs:49:25 [INFO] [stderr] | [INFO] [stderr] 49 | let p = testing.qbsdiff_with(&s[..], &t[..], opts).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `qbsdiff_test_bench_utils::Testing` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `qbsdiff`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b024df7c26fb362da6e0206b992dc96e846b7df62901622f50c8c3a196ce6365"` [INFO] running `"docker" "rm" "-f" "b024df7c26fb362da6e0206b992dc96e846b7df62901622f50c8c3a196ce6365"` [INFO] [stdout] b024df7c26fb362da6e0206b992dc96e846b7df62901622f50c8c3a196ce6365