[INFO] updating cached repository https://github.com/main--/eye-oPEner [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7e1ecf6652d67aaf70cd1b2cc9bf4ef580aa887c [INFO] checking main--/eye-oPEner against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmain--%2Feye-oPEner" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/main--/eye-oPEner on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/main--/eye-oPEner [INFO] finished tweaking git repo https://github.com/main--/eye-oPEner [INFO] tweaked toml for git repo https://github.com/main--/eye-oPEner written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/main--/eye-oPEner already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b5ee4a3c418f9303bb63ca63616d243ea5bae463ea649765c118d2644e05717d [INFO] running `"docker" "start" "-a" "b5ee4a3c418f9303bb63ca63616d243ea5bae463ea649765c118d2644e05717d"` [INFO] [stderr] Compiling plist v0.2.2 [INFO] [stderr] Checking widestring v0.2.2 [INFO] [stderr] Checking libflate v0.1.9 [INFO] [stderr] Checking serde_json v1.0.2 [INFO] [stderr] Checking pe v0.2.0 (https://github.com/main--/pe-rs.git#aaf742df) [INFO] [stderr] Checking serde_urlencoded v0.5.1 [INFO] [stderr] Checking chrono v0.3.0 [INFO] [stderr] Checking backtrace v0.3.2 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking reqwest v0.6.2 [INFO] [stderr] Checking eye-oPEner v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/winapi/mod.rs:24:66 [INFO] [stderr] | [INFO] [stderr] 24 | $( write!(logmsg, "{:?}, ", $pn).unwrap(); )*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/winapi/mod.rs:24:66 [INFO] [stderr] | [INFO] [stderr] 24 | $( write!(logmsg, "{:?}, ", $pn).unwrap(); )*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/winapi/mod.rs:37:67 [INFO] [stderr] | [INFO] [stderr] 37 | $( map.insert(stringify!($name), $name as u64); )+; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:15:37 [INFO] [stderr] | [INFO] [stderr] 15 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:67:34 [INFO] [stderr] | [INFO] [stderr] 67 | static LIBS_LOADED: AtomicBool = ATOMIC_BOOL_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | static ref FLS: Mutex> = Mutex::new(Vec::new()); [INFO] [stderr] 62 | | pub static ref COREFP: Mutex> = Mutex::new(None); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | static ref FLS: Mutex> = Mutex::new(Vec::new()); [INFO] [stderr] 62 | | pub static ref COREFP: Mutex> = Mutex::new(None); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | static ref FLS: Mutex> = Mutex::new(Vec::new()); [INFO] [stderr] 62 | | pub static ref COREFP: Mutex> = Mutex::new(None); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | static ref FLS: Mutex> = Mutex::new(Vec::new()); [INFO] [stderr] 62 | | pub static ref COREFP: Mutex> = Mutex::new(None); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [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: unnecessary trailing semicolon [INFO] [stderr] --> src/winapi/mod.rs:24:66 [INFO] [stderr] | [INFO] [stderr] 24 | $( write!(logmsg, "{:?}, ", $pn).unwrap(); )*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/winapi/mod.rs:24:66 [INFO] [stderr] | [INFO] [stderr] 24 | $( write!(logmsg, "{:?}, ", $pn).unwrap(); )*; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/winapi/mod.rs:37:67 [INFO] [stderr] | [INFO] [stderr] 37 | $( map.insert(stringify!($name), $name as u64); )+; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] ... [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:15:37 [INFO] [stderr] | [INFO] [stderr] 15 | use std::sync::atomic::{AtomicBool, ATOMIC_BOOL_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_BOOL_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:67:34 [INFO] [stderr] | [INFO] [stderr] 67 | static LIBS_LOADED: AtomicBool = ATOMIC_BOOL_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicBool::new(false)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | static ref FLS: Mutex> = Mutex::new(Vec::new()); [INFO] [stderr] 62 | | pub static ref COREFP: Mutex> = Mutex::new(None); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | static ref FLS: Mutex> = Mutex::new(Vec::new()); [INFO] [stderr] 62 | | pub static ref COREFP: Mutex> = Mutex::new(None); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | static ref FLS: Mutex> = Mutex::new(Vec::new()); [INFO] [stderr] 62 | | pub static ref COREFP: Mutex> = Mutex::new(None); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / lazy_static! { [INFO] [stderr] 61 | | static ref FLS: Mutex> = Mutex::new(Vec::new()); [INFO] [stderr] 62 | | pub static ref COREFP: Mutex> = Mutex::new(None); [INFO] [stderr] 63 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/winapi/mod.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | / impl_winapi! { [INFO] [stderr] 66 | | fn malloc(size: usize) -> *mut c_void { [INFO] [stderr] 67 | | libc::malloc(size) [INFO] [stderr] 68 | | } [INFO] [stderr] ... | [INFO] [stderr] 287 | | } [INFO] [stderr] 288 | | } [INFO] [stderr] | |_^ in this macro invocation [INFO] [stderr] | [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 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain! { [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | Io(::std::io::Error); [INFO] [stderr] 36 | | Http(::reqwest::Error); [INFO] [stderr] ... | [INFO] [stderr] 45 | | } [INFO] [stderr] 46 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/lib.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain! { [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | Io(::std::io::Error); [INFO] [stderr] 36 | | Http(::reqwest::Error); [INFO] [stderr] ... | [INFO] [stderr] 45 | | } [INFO] [stderr] 46 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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] Finished dev [unoptimized + debuginfo] target(s) in 22.36s [INFO] running `"docker" "inspect" "b5ee4a3c418f9303bb63ca63616d243ea5bae463ea649765c118d2644e05717d"` [INFO] running `"docker" "rm" "-f" "b5ee4a3c418f9303bb63ca63616d243ea5bae463ea649765c118d2644e05717d"` [INFO] [stdout] b5ee4a3c418f9303bb63ca63616d243ea5bae463ea649765c118d2644e05717d