[INFO] cloning repository https://github.com/GhostYii/dodogo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GhostYii/dodogo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostYii%2Fdodogo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostYii%2Fdodogo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1a2e98f4f4cf998ca5977a57ccff0960b224f8bd
[INFO] checking GhostYii/dodogo against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGhostYii%2Fdodogo" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/GhostYii/dodogo
[INFO] finished tweaking git repo https://github.com/GhostYii/dodogo
[INFO] tweaked toml for git repo https://github.com/GhostYii/dodogo written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GhostYii/dodogo on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GhostYii/dodogo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca
[INFO] running `Command { std: "docker" "start" "3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.4
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking zerotrie v0.2.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerovec v0.11.7
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking tinystr v0.8.4
[INFO] [stderr]     Checking potential_utf v0.1.6
[INFO] [stderr]     Checking icu_locale_core v2.3.0
[INFO] [stderr]     Checking icu_collections v2.3.0
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling litemap v0.8.3
[INFO] [stderr]    Compiling writeable v0.6.4
[INFO] [stderr]     Checking icu_provider v2.3.0
[INFO] [stderr]     Checking icu_properties v2.3.0
[INFO] [stderr]     Checking icu_normalizer v2.3.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.34
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling futures-sink v0.3.34
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling hybrid-array v0.4.14
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling futures-task v0.3.34
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling futures-io v0.3.34
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]    Compiling cookie v0.18.2
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling crossbeam-queue v0.3.13
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling event-listener v5.4.2
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]    Compiling web_atoms v0.2.6
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]     Checking string_cache v0.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking openssl v0.10.81
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling tokio-stream v0.1.19
[INFO] [stderr]    Compiling flume v0.12.0
[INFO] [stderr]    Compiling sqlx-core v0.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.34
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]     Checking cpubits v0.1.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling askama_parser v0.16.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking universal-hash v0.6.1
[INFO] [stderr]     Checking cipher v0.5.2
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]     Checking tendril v0.5.1
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]     Checking multer v3.1.0
[INFO] [stderr]     Checking markup5ever v0.39.0
[INFO] [stderr]     Checking polyval v0.7.3
[INFO] [stderr] warning: libsqlite3-sys@0.37.0: cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr] warning: libsqlite3-sys@0.37.0: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `libsqlite3-sys v0.37.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libsqlite3-sys/a886e71c40b6aa2a/out/build_script_build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBSQLITE3_SYS_USE_PKG_CONFIG
[INFO] [stderr]   cargo:include=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.37.0/sqlite3
[INFO] [stderr]   cargo:rerun-if-changed=sqlite3/sqlite3.c
[INFO] [stderr]   cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_VARIABLE_NUMBER
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_EXPR_DEPTH
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_COLUMN
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBSQLITE3_FLAGS
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_FORCE_DISABLE
[INFO] [stderr]   CC_FORCE_DISABLE = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:warning=cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-w" "-DSQLITE_CORE" "-DSQLITE_DEFAULT_FOREIGN_KEYS=1" "-DSQLITE_ENABLE_API_ARMOR" "-DSQLITE_ENABLE_COLUMN_METADATA" "-DSQLITE_ENABLE_DBSTAT_VTAB" "-DSQLITE_ENABLE_FTS3" "-DSQLITE_ENABLE_FTS3_PARENTHESIS" "-DSQLITE_ENABLE_FTS5" "-DSQLITE_ENABLE_JSON1" "-DSQLITE_ENABLE_LOAD_EXTENSION=1" "-DSQLITE_ENABLE_MEMORY_MANAGEMENT" "-DSQLITE_ENABLE_RTREE" "-DSQLITE_ENABLE_STAT4" "-DSQLITE_SOUNDEX" "-DSQLITE_THREADSAFE=1" "-DSQLITE_USE_URI" "-DHAVE_USLEEP=1" "-DHAVE_ISNAN" "-D_POSIX_THREAD_SAFE_FUNCTIONS" "-DHAVE_LOCALTIME_R" "-o" "/opt/rustwide/target/debug/build/libsqlite3-sys/27d0518dbf710d9c/out/c877a2978823c39d-sqlite3.o" "-c" "sqlite3/sqlite3.c"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `glib` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name glib --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/glib-0.18.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gio"' --cfg 'feature="gio_ffi"' --cfg 'feature="v2_58"' --cfg 'feature="v2_60"' --cfg 'feature="v2_62"' --cfg 'feature="v2_64"' --cfg 'feature="v2_66"' --cfg 'feature="v2_68"' --cfg 'feature="v2_70"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiletests", "default", "gio", "gio_ffi", "log", "log_macros", "rs-log", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78"))' -C metadata=0c788721f59a24a6 -C extra-filename=-25bf33c5390292ac --out-dir /opt/rustwide/target/debug/build/glib/25bf33c5390292ac/out -L dependency=/opt/rustwide/target/debug/build/futures-core/e61316190f86a7bd/out -L dependency=/opt/rustwide/target/debug/build/futures-io/3982bdd4b44b9ff9/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/01b2a24e980a0dc5/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/a9e9f8e9bd8fa6ef/out -L dependency=/opt/rustwide/target/debug/build/futures-task/e6dcbbfe3a416c43/out -L dependency=/opt/rustwide/target/debug/build/futures-util/1ffe93e54fa3c0f3/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/953f82c5f3d9ab10/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/53863bd10a3c373e/out -L dependency=/opt/rustwide/target/debug/build/libc/5b122225efee376b/out -L dependency=/opt/rustwide/target/debug/build/memchr/b924193483665774/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/slab/ae595133c23c4338/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/2f3fcdc62161f92e/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/8c15c6a7257a7294/out/libbitflags-8c15c6a7257a7294.rmeta --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/308a4123e7ffabe8/out/libfutures_channel-308a4123e7ffabe8.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/e61316190f86a7bd/out/libfutures_core-e61316190f86a7bd.rmeta --extern futures_executor=/opt/rustwide/target/debug/build/futures-executor/bd108b33fd9e1bb5/out/libfutures_executor-bd108b33fd9e1bb5.rmeta --extern futures_task=/opt/rustwide/target/debug/build/futures-task/e6dcbbfe3a416c43/out/libfutures_task-e6dcbbfe3a416c43.rmeta --extern futures_util=/opt/rustwide/target/debug/build/futures-util/1ffe93e54fa3c0f3/out/libfutures_util-1ffe93e54fa3c0f3.rmeta --extern gio_ffi=/opt/rustwide/target/debug/build/gio-sys/40d9ac9bf26291ed/out/libgio_sys-40d9ac9bf26291ed.rmeta --extern glib_macros=/opt/rustwide/target/debug/build/glib-macros/7249bbe5f92691b1/out/libglib_macros-7249bbe5f92691b1.so --extern ffi=/opt/rustwide/target/debug/build/glib-sys/953f82c5f3d9ab10/out/libglib_sys-953f82c5f3d9ab10.rmeta --extern gobject_ffi=/opt/rustwide/target/debug/build/gobject-sys/53863bd10a3c373e/out/libgobject_sys-53863bd10a3c373e.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/5b122225efee376b/out/liblibc-5b122225efee376b.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/b924193483665774/out/libmemchr-b924193483665774.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out/libonce_cell-6f8123b0c2eed634.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/4f8e4a825041d312/out/libsmallvec-4f8e4a825041d312.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/ccf58de2aeffd899/out/libthiserror-ccf58de2aeffd899.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca", kill_on_drop: false }`
[INFO] [stdout] 3dcf0b09c9d53522daade408fa6165758c3bea6d7de54699eb4b0cbd31a8e6ca
