[INFO] fetching crate normalize_interval 0.14.0... [INFO] testing normalize_interval-0.14.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate normalize_interval 0.14.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate normalize_interval 0.14.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate normalize_interval 0.14.0 [INFO] finished tweaking crates.io crate normalize_interval 0.14.0 [INFO] tweaked toml for crates.io crate normalize_interval 0.14.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 4526358a4153117541a3367f55773343f4fb3c278d62f0e6fc77fb0a398e3d37 [INFO] running `Command { std: "docker" "start" "-a" "4526358a4153117541a3367f55773343f4fb3c278d62f0e6fc77fb0a398e3d37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4526358a4153117541a3367f55773343f4fb3c278d62f0e6fc77fb0a398e3d37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4526358a4153117541a3367f55773343f4fb3c278d62f0e6fc77fb0a398e3d37", kill_on_drop: false }` [INFO] [stdout] 4526358a4153117541a3367f55773343f4fb3c278d62f0e6fc77fb0a398e3d37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 0476c1e310f27fbc2e1f4f2db736c70264e48201fd3f929ceb0a2c88af91620e [INFO] running `Command { std: "docker" "start" "-a" "0476c1e310f27fbc2e1f4f2db736c70264e48201fd3f929ceb0a2c88af91620e", kill_on_drop: false }` [INFO] [stderr] Compiling few v0.1.5 [INFO] [stderr] Compiling normalize_interval v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `before` [INFO] [stdout] --> src/tine_tree.rs:1165:5 [INFO] [stdout] | [INFO] [stdout] 1165 | pub(in crate) before: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | #![warn(unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] note: `TreeFew` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tine_tree.rs:1163:10 [INFO] [stdout] | [INFO] [stdout] 1163 | #[derive(Debug)] [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: `lower` [INFO] [stdout] --> src/tine_tree.rs:1166:5 [INFO] [stdout] | [INFO] [stdout] 1166 | pub(in crate) lower: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TreeFew` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tine_tree.rs:1163:10 [INFO] [stdout] | [INFO] [stdout] 1163 | #[derive(Debug)] [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: `upper` [INFO] [stdout] --> src/tine_tree.rs:1167:5 [INFO] [stdout] | [INFO] [stdout] 1167 | pub(in crate) upper: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TreeFew` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tine_tree.rs:1163:10 [INFO] [stdout] | [INFO] [stdout] 1163 | #[derive(Debug)] [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: `after` [INFO] [stdout] --> src/tine_tree.rs:1168:5 [INFO] [stdout] | [INFO] [stdout] 1168 | pub(in crate) after: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TreeFew` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tine_tree.rs:1163:10 [INFO] [stdout] | [INFO] [stdout] 1163 | #[derive(Debug)] [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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized] target(s) in 2.63s [INFO] running `Command { std: "docker" "inspect" "0476c1e310f27fbc2e1f4f2db736c70264e48201fd3f929ceb0a2c88af91620e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0476c1e310f27fbc2e1f4f2db736c70264e48201fd3f929ceb0a2c88af91620e", kill_on_drop: false }` [INFO] [stdout] 0476c1e310f27fbc2e1f4f2db736c70264e48201fd3f929ceb0a2c88af91620e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--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] 7c22848a92424940f9695af2613cf35484968027c0c3cf41c6c621fd4939e040 [INFO] running `Command { std: "docker" "start" "-a" "7c22848a92424940f9695af2613cf35484968027c0c3cf41c6c621fd4939e040", kill_on_drop: false }` [INFO] [stderr] Compiling normalize_interval v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `before` [INFO] [stdout] --> src/tine_tree.rs:1165:5 [INFO] [stdout] | [INFO] [stdout] 1165 | pub(in crate) before: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | #![warn(unused)] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(dead_code)]` implied by `#[warn(unused)]` [INFO] [stdout] note: `TreeFew` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tine_tree.rs:1163:10 [INFO] [stdout] | [INFO] [stdout] 1163 | #[derive(Debug)] [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: `lower` [INFO] [stdout] --> src/tine_tree.rs:1166:5 [INFO] [stdout] | [INFO] [stdout] 1166 | pub(in crate) lower: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TreeFew` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tine_tree.rs:1163:10 [INFO] [stdout] | [INFO] [stdout] 1163 | #[derive(Debug)] [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: `upper` [INFO] [stdout] --> src/tine_tree.rs:1167:5 [INFO] [stdout] | [INFO] [stdout] 1167 | pub(in crate) upper: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TreeFew` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tine_tree.rs:1163:10 [INFO] [stdout] | [INFO] [stdout] 1163 | #[derive(Debug)] [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: `after` [INFO] [stdout] --> src/tine_tree.rs:1168:5 [INFO] [stdout] | [INFO] [stdout] 1168 | pub(in crate) after: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TreeFew` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/tine_tree.rs:1163:10 [INFO] [stdout] | [INFO] [stdout] 1163 | #[derive(Debug)] [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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_intervals` found for struct `TineTree` in the current scope [INFO] [stdout] --> src/test/tine_tree/intersect.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | assert_eq!(t.iter_intervals().collect::>(), []); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `TineTree` [INFO] [stdout] | [INFO] [stdout] ::: src/tine_tree.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub(in crate) struct TineTree(BTreeSet>); [INFO] [stdout] | ---------------------------------------------------- method `iter_intervals` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_intervals` found for struct `TineTree` in the current scope [INFO] [stdout] --> src/test/tine_tree/intersect.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | assert_eq!(t.iter_intervals().collect::>(), [Point(25)]); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `TineTree` [INFO] [stdout] | [INFO] [stdout] ::: src/tine_tree.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub(in crate) struct TineTree(BTreeSet>); [INFO] [stdout] | ---------------------------------------------------- method `iter_intervals` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_intervals` found for struct `TineTree` in the current scope [INFO] [stdout] --> src/test/tine_tree/union.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | assert_eq!(t.iter_intervals().collect::>(), [ [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `TineTree` [INFO] [stdout] | [INFO] [stdout] ::: src/tine_tree.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub(in crate) struct TineTree(BTreeSet>); [INFO] [stdout] | ---------------------------------------------------- method `iter_intervals` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_intervals` found for struct `TineTree` in the current scope [INFO] [stdout] --> src/test/tine_tree/union.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | assert_eq!(t.iter_intervals().collect::>(), [ [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `TineTree` [INFO] [stdout] | [INFO] [stdout] ::: src/tine_tree.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub(in crate) struct TineTree(BTreeSet>); [INFO] [stdout] | ---------------------------------------------------- method `iter_intervals` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_intervals` found for struct `TineTree` in the current scope [INFO] [stdout] --> src/test/tine_tree/union.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | assert_eq!(t.iter_intervals().collect::>(), [ [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `TineTree` [INFO] [stdout] | [INFO] [stdout] ::: src/tine_tree.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub(in crate) struct TineTree(BTreeSet>); [INFO] [stdout] | ---------------------------------------------------- method `iter_intervals` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_intervals` found for struct `TineTree` in the current scope [INFO] [stdout] --> src/test/tine_tree/union.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | assert_eq!(t.iter_intervals().collect::>(), [ [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `TineTree` [INFO] [stdout] | [INFO] [stdout] ::: src/tine_tree.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub(in crate) struct TineTree(BTreeSet>); [INFO] [stdout] | ---------------------------------------------------- method `iter_intervals` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_intervals` found for struct `TineTree` in the current scope [INFO] [stdout] --> src/test/tine_tree/union.rs:118:18 [INFO] [stdout] | [INFO] [stdout] 118 | assert_eq!(t.iter_intervals().collect::>(), [ [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `TineTree` [INFO] [stdout] | [INFO] [stdout] ::: src/tine_tree.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub(in crate) struct TineTree(BTreeSet>); [INFO] [stdout] | ---------------------------------------------------- method `iter_intervals` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter_intervals` found for struct `TineTree` in the current scope [INFO] [stdout] --> src/test/tine_tree/union.rs:139:18 [INFO] [stdout] | [INFO] [stdout] 139 | assert_eq!(t.iter_intervals().collect::>(), [ [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `TineTree` [INFO] [stdout] | [INFO] [stdout] ::: src/tine_tree.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub(in crate) struct TineTree(BTreeSet>); [INFO] [stdout] | ---------------------------------------------------- method `iter_intervals` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `normalize_interval` due to 9 previous errors [INFO] running `Command { std: "docker" "inspect" "7c22848a92424940f9695af2613cf35484968027c0c3cf41c6c621fd4939e040", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c22848a92424940f9695af2613cf35484968027c0c3cf41c6c621fd4939e040", kill_on_drop: false }` [INFO] [stdout] 7c22848a92424940f9695af2613cf35484968027c0c3cf41c6c621fd4939e040