[INFO] crate sandbox-ipc 0.4.0 is already in cache [INFO] extracting crate sandbox-ipc 0.4.0 into work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/sandbox-ipc/0.4.0 [INFO] extracting crate sandbox-ipc 0.4.0 into work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sandbox-ipc/0.4.0 [INFO] validating manifest of sandbox-ipc-0.4.0 on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sandbox-ipc-0.4.0 on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sandbox-ipc-0.4.0 [INFO] removed 2 missing tests [INFO] finished frobbing sandbox-ipc-0.4.0 [INFO] frobbed toml for sandbox-ipc-0.4.0 written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/reg/sandbox-ipc/0.4.0/Cargo.toml [INFO] started frobbing sandbox-ipc-0.4.0 [INFO] removed 2 missing tests [INFO] finished frobbing sandbox-ipc-0.4.0 [INFO] frobbed toml for sandbox-ipc-0.4.0 written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sandbox-ipc/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking sandbox-ipc-0.4.0 against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-1/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/reg/sandbox-ipc/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c71cd37b1d8f127c66248d4e921a98f9ac8bc7ed9e61e63ddffe5d43b1b2933e [INFO] running `"docker" "start" "-a" "c71cd37b1d8f127c66248d4e921a98f9ac8bc7ed9e61e63ddffe5d43b1b2933e"` [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking uuid v0.5.1 [INFO] [stderr] Checking sandbox-ipc v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: attribute must be of the form `#[link(name = "...", /*opt*/ kind = "dylib|static|...", [INFO] [stderr] /*opt*/ cfg = "...")]` [INFO] [stderr] --> src/unix/sharedmem.rs:188:1 [INFO] [stderr] | [INFO] [stderr] 188 | #[link = "c"] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ill_formed_attribute_input)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57571 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix/sharedmem.rs:182:1 [INFO] [stderr] | [INFO] [stderr] 182 | / lazy_static! { [INFO] [stderr] 183 | | static ref PAGE_SIZE: usize = unsafe { [INFO] [stderr] 184 | | getpagesize() as usize [INFO] [stderr] 185 | | }; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: attribute must be of the form `#[link(name = "...", /*opt*/ kind = "dylib|static|...", [INFO] [stderr] /*opt*/ cfg = "...")]` [INFO] [stderr] --> src/unix/sharedmem.rs:188:1 [INFO] [stderr] | [INFO] [stderr] 188 | #[link = "c"] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ill_formed_attribute_input)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57571 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:127:20 [INFO] [stderr] | [INFO] [stderr] 127 | fn check_send(_t: &Send) { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix/sharedmem.rs:182:1 [INFO] [stderr] | [INFO] [stderr] 182 | / lazy_static! { [INFO] [stderr] 183 | | static ref PAGE_SIZE: usize = unsafe { [INFO] [stderr] 184 | | getpagesize() as usize [INFO] [stderr] 185 | | }; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_all::runtime::Runtime::reactor': there is now a reactor per worker thread [INFO] [stderr] --> src/io.rs:170:81 [INFO] [stderr] | [INFO] [stderr] 170 | let (a, b) = MessageChannel::::pair(runtime.reactor(), 8192).unwrap(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio_all::runtime::Runtime::reactor': there is now a reactor per worker thread [INFO] [stderr] --> src/shm/mod.rs:122:51 [INFO] [stderr] | [INFO] [stderr] 122 | let (a, b) = MessageChannel::pair(runtime.reactor(), 8192).unwrap(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `tokio_core` [INFO] [stderr] --> benches/shm_queue.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate tokio_core; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `sandbox-ipc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c71cd37b1d8f127c66248d4e921a98f9ac8bc7ed9e61e63ddffe5d43b1b2933e"` [INFO] running `"docker" "rm" "-f" "c71cd37b1d8f127c66248d4e921a98f9ac8bc7ed9e61e63ddffe5d43b1b2933e"` [INFO] [stdout] c71cd37b1d8f127c66248d4e921a98f9ac8bc7ed9e61e63ddffe5d43b1b2933e