[INFO] updating cached repository panicbit/gpatch [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/panicbit/gpatch [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/panicbit/gpatch" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/panicbit/gpatch"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/panicbit/gpatch'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/panicbit/gpatch" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/panicbit/gpatch"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/panicbit/gpatch'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 68690bb171f67ddf473d67bf437714397c26c414 [INFO] sha for GitHub repo panicbit/gpatch: 68690bb171f67ddf473d67bf437714397c26c414 [INFO] validating manifest of panicbit/gpatch on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of panicbit/gpatch on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing panicbit/gpatch [INFO] finished frobbing panicbit/gpatch [INFO] frobbed toml for panicbit/gpatch written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/panicbit/gpatch/Cargo.toml [INFO] started frobbing panicbit/gpatch [INFO] finished frobbing panicbit/gpatch [INFO] frobbed toml for panicbit/gpatch written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/panicbit/gpatch/Cargo.toml [INFO] crate panicbit/gpatch already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "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] checking panicbit/gpatch against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/panicbit/gpatch:/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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f4024d5cd7c6336fae78af425e1c86d8f64c8636a276f7d5ab5ca2986b5aa1dd [INFO] running `"docker" "start" "-a" "f4024d5cd7c6336fae78af425e1c86d8f64c8636a276f7d5ab5ca2986b5aa1dd"` [INFO] [stderr] Checking apply v0.2.2 [INFO] [stderr] Checking va_list v0.1.0 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Compiling clang-sys v0.19.0 [INFO] [stderr] Compiling syntex v0.58.1 [INFO] [stderr] Compiling aster v0.41.0 [INFO] [stderr] Compiling quasi v0.32.0 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling quasi_codegen v0.32.0 [INFO] [stderr] Compiling bindgen v0.30.0 [INFO] [stderr] Compiling gpatch v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/log.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | pub static ref LOG: Mutex> = { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/log.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | pub static ref LOG: Mutex> = { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/log.rs:20:41 [INFO] [stderr] | [INFO] [stderr] 20 | .map(|f| Box::new(f) as Box) [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config.rs:13:57 [INFO] [stderr] | [INFO] [stderr] 13 | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [INFO] [stderr] | |_^ in this macro invocation [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/log.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref LOG: Mutex> = { [INFO] [stderr] 14 | | let log = env::var("GPATCH_LOG").ok().and_then(|path| { [INFO] [stderr] 15 | | OpenOptions::new() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [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/log.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref LOG: Mutex> = { [INFO] [stderr] 14 | | let log = env::var("GPATCH_LOG").ok().and_then(|path| { [INFO] [stderr] 15 | | OpenOptions::new() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/log.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | pub static ref LOG: Mutex> = { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/log.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | pub static ref LOG: Mutex> = { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/log.rs:20:41 [INFO] [stderr] | [INFO] [stderr] 20 | .map(|f| Box::new(f) as Box) [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Write + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config.rs:13:57 [INFO] [stderr] | [INFO] [stderr] 13 | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [INFO] [stderr] | |_^ in this macro invocation [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / shim! { [INFO] [stderr] 31 | | pub unsafe extern fn gtk_init(orig, argc: *mut c_int, argv: *mut *mut *mut c_char) { [INFO] [stderr] 32 | | log!("Init!"); [INFO] [stderr] 33 | | [INFO] [stderr] ... | [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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/log.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref LOG: Mutex> = { [INFO] [stderr] 14 | | let log = env::var("GPATCH_LOG").ok().and_then(|path| { [INFO] [stderr] 15 | | OpenOptions::new() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [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/log.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref LOG: Mutex> = { [INFO] [stderr] 14 | | let log = env::var("GPATCH_LOG").ok().and_then(|path| { [INFO] [stderr] 15 | | OpenOptions::new() [INFO] [stderr] ... | [INFO] [stderr] 25 | | }; [INFO] [stderr] 26 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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/config.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | static ref CONFIG: Config = || -> Result> { [INFO] [stderr] 14 | | let xdg_dirs = BaseDirectories::with_prefix("gpatch")?; [INFO] [stderr] 15 | | let config_path = xdg_dirs.place_config_file("config.toml")?; [INFO] [stderr] ... | [INFO] [stderr] 31 | | static ref DEFAULT_APP: App = App::default(); [INFO] [stderr] 32 | | } [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: `extern` block uses type `va_list::VaList` which is not FFI-safe: this struct has unspecified layout [INFO] [stderr] --> src/raw.rs:5:57 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn g_strdup_vprintf(format: *const gchar, args: VaList) -> *mut gchar; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stderr] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `va_list::VaList` which is not FFI-safe: this struct has unspecified layout [INFO] [stderr] --> src/raw.rs:5:57 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn g_strdup_vprintf(format: *const gchar, args: VaList) -> *mut gchar; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stderr] = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `"docker" "inspect" "f4024d5cd7c6336fae78af425e1c86d8f64c8636a276f7d5ab5ca2986b5aa1dd"` [INFO] running `"docker" "rm" "-f" "f4024d5cd7c6336fae78af425e1c86d8f64c8636a276f7d5ab5ca2986b5aa1dd"` [INFO] [stdout] f4024d5cd7c6336fae78af425e1c86d8f64c8636a276f7d5ab5ca2986b5aa1dd