[INFO] crate intrusive-containers 0.2.4 is already in cache
[INFO] checking intrusive-containers-0.2.4 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate intrusive-containers 0.2.4 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate intrusive-containers 0.2.4 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate intrusive-containers 0.2.4
[INFO] finished tweaking crates.io crate intrusive-containers 0.2.4
[INFO] tweaked toml for crates.io crate intrusive-containers 0.2.4 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] be79c9ce22afc07c2feb9067e20a4b8295bc2e3d703b423291a3be99a23d44e0
[INFO] running `"docker" "start" "-a" "be79c9ce22afc07c2feb9067e20a4b8295bc2e3d703b423291a3be99a23d44e0"`
[INFO] [stderr]     Checking intrusive-containers v0.2.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok`
[INFO] [stderr]   --> src/rawlink.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[allow(raw_pointer_derive)]
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok`
[INFO] [stderr]   --> src/rawlink.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[allow(raw_pointer_derive)]
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stderr]     --> src/linked_list.rs:1023:19
[INFO] [stderr]      |
[INFO] [stderr] 1023 |             iter::order::eq(self.iter(), other.iter())
[INFO] [stderr]      |                   ^^^^^ could not find `order` in `iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stderr]     --> src/linked_list.rs:1028:19
[INFO] [stderr]      |
[INFO] [stderr] 1028 |             iter::order::ne(self.iter(), other.iter())
[INFO] [stderr]      |                   ^^^^^ could not find `order` in `iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stderr]     --> src/linked_list.rs:1046:15
[INFO] [stderr]      |
[INFO] [stderr] 1046 |         iter::order::partial_cmp(self.iter(), other.iter())
[INFO] [stderr]      |               ^^^^^ could not find `order` in `iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stderr]     --> src/linked_list.rs:1057:15
[INFO] [stderr]      |
[INFO] [stderr] 1057 |         iter::order::cmp(self.iter(), other.iter())
[INFO] [stderr]      |               ^^^^^ could not find `order` in `iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `into_raw` in module `boxed`
[INFO] [stderr]     --> src/linked_list.rs:1308:16
[INFO] [stderr]      |
[INFO] [stderr] 1308 |         boxed::into_raw(self);
[INFO] [stderr]      |                ^^^^^^^^ not found in `boxed`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/linked_list.rs:909:9
[INFO] [stderr]     |
[INFO] [stderr] 909 |         try!(write!(f, "["));
[INFO] [stderr]     |         ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/linked_list.rs:912:25
[INFO] [stderr]     |
[INFO] [stderr] 912 |             if i != 0 { try!(write!(f, ", ")); }
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/linked_list.rs:913:13
[INFO] [stderr]     |
[INFO] [stderr] 913 |             try!(write!(f, "{:?}", e));
[INFO] [stderr]     |             ^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stderr]   --> src/linked_list.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | use std::intrinsics::forget;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stderr]     --> src/linked_list.rs:1295:9
[INFO] [stderr]      |
[INFO] [stderr] 1295 |         forget(self);
[INFO] [stderr]      |         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `intrusive-containers`.
[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: could not find `order` in `iter`
[INFO] [stderr]     --> src/linked_list.rs:1023:19
[INFO] [stderr]      |
[INFO] [stderr] 1023 |             iter::order::eq(self.iter(), other.iter())
[INFO] [stderr]      |                   ^^^^^ could not find `order` in `iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stderr]     --> src/linked_list.rs:1028:19
[INFO] [stderr]      |
[INFO] [stderr] 1028 |             iter::order::ne(self.iter(), other.iter())
[INFO] [stderr]      |                   ^^^^^ could not find `order` in `iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stderr]     --> src/linked_list.rs:1046:15
[INFO] [stderr]      |
[INFO] [stderr] 1046 |         iter::order::partial_cmp(self.iter(), other.iter())
[INFO] [stderr]      |               ^^^^^ could not find `order` in `iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `order` in `iter`
[INFO] [stderr]     --> src/linked_list.rs:1057:15
[INFO] [stderr]      |
[INFO] [stderr] 1057 |         iter::order::cmp(self.iter(), other.iter())
[INFO] [stderr]      |               ^^^^^ could not find `order` in `iter`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `into_raw` in module `boxed`
[INFO] [stderr]     --> src/linked_list.rs:1308:16
[INFO] [stderr]      |
[INFO] [stderr] 1308 |         boxed::into_raw(self);
[INFO] [stderr]      |                ^^^^^^^^ not found in `boxed`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `hash` in module `hash`
[INFO] [stderr]     --> src/linked_list.rs:1762:21
[INFO] [stderr]      |
[INFO] [stderr] 1762 |       assert!(hash::hash::<_, SipHasher>(&x) == hash::hash::<_, SipHasher>(&y));
[INFO] [stderr]      |                     ^^^^ not found in `hash`
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 1318 |     use std::ptr::hash;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `hash` in module `hash`
[INFO] [stderr]     --> src/linked_list.rs:1762:55
[INFO] [stderr]      |
[INFO] [stderr] 1762 |       assert!(hash::hash::<_, SipHasher>(&x) == hash::hash::<_, SipHasher>(&y));
[INFO] [stderr]      |                                                       ^^^^ not found in `hash`
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 1318 |     use std::ptr::hash;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `hash` in module `hash`
[INFO] [stderr]     --> src/linked_list.rs:1772:21
[INFO] [stderr]      |
[INFO] [stderr] 1772 |       assert!(hash::hash::<_, SipHasher>(&x) == hash::hash::<_, SipHasher>(&y));
[INFO] [stderr]      |                     ^^^^ not found in `hash`
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 1318 |     use std::ptr::hash;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `hash` in module `hash`
[INFO] [stderr]     --> src/linked_list.rs:1772:55
[INFO] [stderr]      |
[INFO] [stderr] 1772 |       assert!(hash::hash::<_, SipHasher>(&x) == hash::hash::<_, SipHasher>(&y));
[INFO] [stderr]      |                                                       ^^^^ not found in `hash`
[INFO] [stderr]      |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]      |
[INFO] [stderr] 1318 |     use std::ptr::hash;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/linked_list.rs:909:9
[INFO] [stderr]     |
[INFO] [stderr] 909 |         try!(write!(f, "["));
[INFO] [stderr]     |         ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/linked_list.rs:912:25
[INFO] [stderr]     |
[INFO] [stderr] 912 |             if i != 0 { try!(write!(f, ", ")); }
[INFO] [stderr]     |                         ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/linked_list.rs:913:13
[INFO] [stderr]     |
[INFO] [stderr] 913 |             try!(write!(f, "{:?}", e));
[INFO] [stderr]     |             ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Hasher`
[INFO] [stderr]     --> src/linked_list.rs:1319:27
[INFO] [stderr]      |
[INFO] [stderr] 1319 |     use std::hash::{self, Hasher, SipHasher};
[INFO] [stderr]      |                           ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stderr]   --> src/linked_list.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | use std::intrinsics::forget;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stderr]     --> src/linked_list.rs:1295:9
[INFO] [stderr]      |
[INFO] [stderr] 1295 |         forget(self);
[INFO] [stderr]      |         ^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead
[INFO] [stderr]     --> src/linked_list.rs:1319:35
[INFO] [stderr]      |
[INFO] [stderr] 1319 |     use std::hash::{self, Hasher, SipHasher};
[INFO] [stderr]      |                                   ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead
[INFO] [stderr]     --> src/linked_list.rs:1762:31
[INFO] [stderr]      |
[INFO] [stderr] 1762 |       assert!(hash::hash::<_, SipHasher>(&x) == hash::hash::<_, SipHasher>(&y));
[INFO] [stderr]      |                               ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead
[INFO] [stderr]     --> src/linked_list.rs:1762:65
[INFO] [stderr]      |
[INFO] [stderr] 1762 |       assert!(hash::hash::<_, SipHasher>(&x) == hash::hash::<_, SipHasher>(&y));
[INFO] [stderr]      |                                                                 ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead
[INFO] [stderr]     --> src/linked_list.rs:1772:31
[INFO] [stderr]      |
[INFO] [stderr] 1772 |       assert!(hash::hash::<_, SipHasher>(&x) == hash::hash::<_, SipHasher>(&y));
[INFO] [stderr]      |                               ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead
[INFO] [stderr]     --> src/linked_list.rs:1772:65
[INFO] [stderr]      |
[INFO] [stderr] 1772 |       assert!(hash::hash::<_, SipHasher>(&x) == hash::hash::<_, SipHasher>(&y));
[INFO] [stderr]      |                                                                 ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `push_all` found for struct `std::vec::Vec<std::boxed::Box<linked_list::tests::MyI32>>` in the current scope
[INFO] [stderr]     --> src/linked_list.rs:1492:13
[INFO] [stderr]      |
[INFO] [stderr] 1492 |         sum.push_all(&u);
[INFO] [stderr]      |             ^^^^^^^^ method not found in `std::vec::Vec<std::boxed::Box<linked_list::tests::MyI32>>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 12 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `intrusive-containers`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "be79c9ce22afc07c2feb9067e20a4b8295bc2e3d703b423291a3be99a23d44e0"`
[INFO] running `"docker" "rm" "-f" "be79c9ce22afc07c2feb9067e20a4b8295bc2e3d703b423291a3be99a23d44e0"`
[INFO] [stdout] be79c9ce22afc07c2feb9067e20a4b8295bc2e3d703b423291a3be99a23d44e0
