[INFO] fetching crate gio-2-0-sys 0.46.4... [INFO] checking gio-2-0-sys-0.46.4 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate gio-2-0-sys 0.46.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate gio-2-0-sys 0.46.4 on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate gio-2-0-sys 0.46.4 [INFO] finished tweaking crates.io crate gio-2-0-sys 0.46.4 [INFO] tweaked toml for crates.io crate gio-2-0-sys 0.46.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gtypes v0.2.0 [INFO] [stderr] Downloaded glib-2-0-sys v0.46.4 [INFO] [stderr] Downloaded gobject-2-0-sys v0.46.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3f312ea45008fd64f58aad866afcdacd48106315fcf01ec031e528b107578ef0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3f312ea45008fd64f58aad866afcdacd48106315fcf01ec031e528b107578ef0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3f312ea45008fd64f58aad866afcdacd48106315fcf01ec031e528b107578ef0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f312ea45008fd64f58aad866afcdacd48106315fcf01ec031e528b107578ef0", kill_on_drop: false }` [INFO] [stdout] 3f312ea45008fd64f58aad866afcdacd48106315fcf01ec031e528b107578ef0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adc082ebc678d0998af6afb61d5d7a103ed554856606fbe31d24ffcb1a6e0439 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "adc082ebc678d0998af6afb61d5d7a103ed554856606fbe31d24ffcb1a6e0439", kill_on_drop: false }` [INFO] [stderr] Compiling glib-2-0-sys v0.46.4 [INFO] [stderr] Compiling gobject-2-0-sys v0.46.4 [INFO] [stderr] Compiling gio-2-0-sys v0.46.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking gtypes v0.2.0 [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> lib.rs:3418:1 [INFO] [stdout] | [INFO] [stdout] 3418 | / extern { [INFO] [stdout] 3419 | | pub fn g_action_get_type() -> GType; [INFO] [stdout] 3420 | | pub fn g_action_group_get_type() -> GType; [INFO] [stdout] 3421 | | pub fn g_action_map_get_type() -> GType; [INFO] [stdout] ... | [INFO] [stdout] 3633 | | pub fn g_zlib_decompressor_get_type() -> GType; [INFO] [stdout] 3634 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> lib.rs:3636:1 [INFO] [stdout] | [INFO] [stdout] 3636 | / extern { [INFO] [stdout] 3637 | | pub fn g_action_activate(action: *mut GAction, parameter: *mut glib::GVariant); [INFO] [stdout] 3638 | | pub fn g_action_change_state(action: *mut GAction, value: *mut glib::GVariant); [INFO] [stdout] 3639 | | pub fn g_action_get_enabled(action: *mut GAction) -> gboolean; [INFO] [stdout] ... | [INFO] [stdout] 5193 | | pub fn g_zlib_decompressor_new(format: GZlibCompressorFormat) -> *mut GZlibDecompressor; [INFO] [stdout] 5194 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> lib.rs:5370:5 [INFO] [stdout] | [INFO] [stdout] 5370 | / extern { [INFO] [stdout] 5371 | | pub fn g_desktop_app_info_get_type() -> GType; [INFO] [stdout] 5372 | | pub fn g_desktop_app_info_lookup_get_type() -> GType; [INFO] [stdout] 5373 | | pub fn g_file_descriptor_based_get_type() -> GType; [INFO] [stdout] ... | [INFO] [stdout] 5382 | | pub fn g_unix_socket_address_type_get_type() -> GType; [INFO] [stdout] 5383 | | } [INFO] [stdout] | |_____^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> lib.rs:5385:5 [INFO] [stdout] | [INFO] [stdout] 5385 | / extern { [INFO] [stdout] 5386 | | pub fn g_credentials_get_unix_pid(credentials: *mut GCredentials, error: *mut *mut glib::GError) -> libc::pid_t; [INFO] [stdout] 5387 | | pub fn g_credentials_get_unix_user(credentials: *mut GCredentials, error: *mut *mut glib::GError) -> libc::uid_t; [INFO] [stdout] 5388 | | pub fn g_desktop_app_info_get_action_name(info: *mut GDesktopAppInfo, action_name: *const gchar) -> *mut gchar; [INFO] [stdout] ... | [INFO] [stdout] 5493 | | pub fn g_unix_socket_address_new_with_type(path: *mut gchar, path_len: gint, type_: GUnixSocketAddressType) -> *mut GSocketAddress; [INFO] [stdout] 5494 | | } [INFO] [stdout] | |_____^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> lib.rs:3418:1 [INFO] [stdout] | [INFO] [stdout] 3418 | / extern { [INFO] [stdout] 3419 | | pub fn g_action_get_type() -> GType; [INFO] [stdout] 3420 | | pub fn g_action_group_get_type() -> GType; [INFO] [stdout] 3421 | | pub fn g_action_map_get_type() -> GType; [INFO] [stdout] ... | [INFO] [stdout] 3633 | | pub fn g_zlib_decompressor_get_type() -> GType; [INFO] [stdout] 3634 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> lib.rs:3636:1 [INFO] [stdout] | [INFO] [stdout] 3636 | / extern { [INFO] [stdout] 3637 | | pub fn g_action_activate(action: *mut GAction, parameter: *mut glib::GVariant); [INFO] [stdout] 3638 | | pub fn g_action_change_state(action: *mut GAction, value: *mut glib::GVariant); [INFO] [stdout] 3639 | | pub fn g_action_get_enabled(action: *mut GAction) -> gboolean; [INFO] [stdout] ... | [INFO] [stdout] 5193 | | pub fn g_zlib_decompressor_new(format: GZlibCompressorFormat) -> *mut GZlibDecompressor; [INFO] [stdout] 5194 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> lib.rs:5370:5 [INFO] [stdout] | [INFO] [stdout] 5370 | / extern { [INFO] [stdout] 5371 | | pub fn g_desktop_app_info_get_type() -> GType; [INFO] [stdout] 5372 | | pub fn g_desktop_app_info_lookup_get_type() -> GType; [INFO] [stdout] 5373 | | pub fn g_file_descriptor_based_get_type() -> GType; [INFO] [stdout] ... | [INFO] [stdout] 5382 | | pub fn g_unix_socket_address_type_get_type() -> GType; [INFO] [stdout] 5383 | | } [INFO] [stdout] | |_____^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> lib.rs:5385:5 [INFO] [stdout] | [INFO] [stdout] 5385 | / extern { [INFO] [stdout] 5386 | | pub fn g_credentials_get_unix_pid(credentials: *mut GCredentials, error: *mut *mut glib::GError) -> libc::pid_t; [INFO] [stdout] 5387 | | pub fn g_credentials_get_unix_user(credentials: *mut GCredentials, error: *mut *mut glib::GError) -> libc::uid_t; [INFO] [stdout] 5388 | | pub fn g_desktop_app_info_get_action_name(info: *mut GDesktopAppInfo, action_name: *const gchar) -> *mut gchar; [INFO] [stdout] ... | [INFO] [stdout] 5493 | | pub fn g_unix_socket_address_new_with_type(path: *mut gchar, path_len: gint, type_: GUnixSocketAddressType) -> *mut GSocketAddress; [INFO] [stdout] 5494 | | } [INFO] [stdout] | |_____^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gio-2-0-sys`. [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] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "adc082ebc678d0998af6afb61d5d7a103ed554856606fbe31d24ffcb1a6e0439", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adc082ebc678d0998af6afb61d5d7a103ed554856606fbe31d24ffcb1a6e0439", kill_on_drop: false }` [INFO] [stdout] adc082ebc678d0998af6afb61d5d7a103ed554856606fbe31d24ffcb1a6e0439