[INFO] updating cached repository https://github.com/panicbit/gpatch [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 68690bb171f67ddf473d67bf437714397c26c414 [INFO] checking panicbit/gpatch against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpanicbit%2Fgpatch" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/panicbit/gpatch on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/panicbit/gpatch [INFO] finished tweaking git repo https://github.com/panicbit/gpatch [INFO] tweaked toml for git repo https://github.com/panicbit/gpatch written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/panicbit/gpatch already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] bbd2d6b5771ecb4fa78cdbb73524978b65e04602ad9de1d14d5076d352aaa129 [INFO] running `"docker" "start" "-a" "bbd2d6b5771ecb4fa78cdbb73524978b65e04602ad9de1d14d5076d352aaa129"` [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling libloading v0.4.1 [INFO] [stderr] Checking va_list v0.1.0 [INFO] [stderr] Checking apply v0.2.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling which v1.0.2 [INFO] [stderr] Compiling syntex_pos v0.58.1 [INFO] [stderr] Compiling clang-sys v0.19.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling nom v3.2.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling textwrap v0.8.0 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling clap v2.26.2 [INFO] [stderr] Compiling cexpr v0.2.2 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling aster v0.41.0 [INFO] [stderr] Compiling syntex v0.58.1 [INFO] [stderr] Compiling quasi v0.32.0 [INFO] [stderr] Compiling quasi_codegen v0.32.0 [INFO] [stderr] Compiling bindgen v0.30.0 [INFO] [stderr] Compiling gpatch v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [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] --> 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/log.rs:13:35 [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] | [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: `#[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] 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] [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] 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] | [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] = 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] [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] 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] | [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/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/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] 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] | [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] = 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] [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] 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] = 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] [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] 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] [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 [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] | ^^^^^^ not FFI-safe [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] = note: this struct has unspecified layout [INFO] [stderr] [INFO] [stderr] warning: `extern` block uses type `va_list::VaList`, which is not FFI-safe [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] | ^^^^^^ not FFI-safe [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] = note: this struct has unspecified layout [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 08s [INFO] running `"docker" "inspect" "bbd2d6b5771ecb4fa78cdbb73524978b65e04602ad9de1d14d5076d352aaa129"` [INFO] running `"docker" "rm" "-f" "bbd2d6b5771ecb4fa78cdbb73524978b65e04602ad9de1d14d5076d352aaa129"` [INFO] [stdout] bbd2d6b5771ecb4fa78cdbb73524978b65e04602ad9de1d14d5076d352aaa129