[INFO] cloning repository https://github.com/bennekrouf/cvfinder-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bennekrouf/cvfinder-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbennekrouf%2Fcvfinder-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbennekrouf%2Fcvfinder-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61ce549012ab546d4632606926a4008c613294b3
[INFO] checking bennekrouf/cvfinder-backend against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbennekrouf%2Fcvfinder-backend" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bennekrouf/cvfinder-backend
[INFO] finished tweaking git repo https://github.com/bennekrouf/cvfinder-backend
[INFO] tweaked toml for git repo https://github.com/bennekrouf/cvfinder-backend written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bennekrouf/cvfinder-backend on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bennekrouf/cvfinder-backend 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c
[INFO] running `Command { std: "docker" "start" "0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c", 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" "0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c", 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" "0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling find-msvc-tools v0.1.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling cc v1.2.35
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling time-core v0.1.5
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling time-macros v0.2.23
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking time v0.3.42
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.26
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]     Checking hyper v1.7.0
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]     Checking hyper-util v0.1.16
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking tempfile v3.21.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking ubyte v0.10.4
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking toml_parser v1.0.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking binascii v0.1.4
[INFO] [stderr]     Checking xml-rs v0.8.28
[INFO] [stderr]     Checking toml_writer v1.0.2
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking graflog v1.5.1
[INFO] [stderr]     Checking toml v0.9.5
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking reqwest v0.12.23
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking docx-rs v0.4.19
[INFO] [stderr]     Checking cvenom v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `cvenom` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name cv_generator --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa7b6d5dcf8bf265 -C extra-filename=-61e09abb6e018812 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5aaf50b952d3f604.rmeta --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-975057207e9fcbcf.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9e2be2bced9e5f7e.rmeta --extern csv=/opt/rustwide/target/debug/deps/libcsv-af9a289b15c9cf8a.rmeta --extern docx_rs=/opt/rustwide/target/debug/deps/libdocx_rs-311cef278ef8fa22.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-66d137e23f5299de.rmeta --extern graflog=/opt/rustwide/target/debug/deps/libgraflog-c046b73600c1b26f.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-29ef62576ee10a7e.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-35680b813e50abd6.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-f0f3780066f274e0.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-0abbd66656deda36.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-d44010e112ba6525.rmeta --extern rocket=/opt/rustwide/target/debug/deps/librocket-8d56db0f69053ef8.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-c2c6b74e18589aa6.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-540d9bd1633be2b1.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-033b4be8994e44dc.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-06c86257eb6d8604.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b36b24e84ff08b30.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-b0e6a4408bded8f7.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-7ed7f4a3fe607f61.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-a3953393f28fa06b.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-d0d54e593ae0d6c0/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-c313530b0becf61b/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cvenom` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name cv_generator --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=160b4098707c33ad -C extra-filename=-a9a03c077ed9fba4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5aaf50b952d3f604.rmeta --extern async_recursion=/opt/rustwide/target/debug/deps/libasync_recursion-975057207e9fcbcf.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9e2be2bced9e5f7e.rmeta --extern csv=/opt/rustwide/target/debug/deps/libcsv-af9a289b15c9cf8a.rmeta --extern docx_rs=/opt/rustwide/target/debug/deps/libdocx_rs-311cef278ef8fa22.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-66d137e23f5299de.rmeta --extern graflog=/opt/rustwide/target/debug/deps/libgraflog-c046b73600c1b26f.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-29ef62576ee10a7e.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-35680b813e50abd6.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-f0f3780066f274e0.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-0abbd66656deda36.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-d44010e112ba6525.rmeta --extern rocket=/opt/rustwide/target/debug/deps/librocket-8d56db0f69053ef8.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-c2c6b74e18589aa6.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-540d9bd1633be2b1.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-033b4be8994e44dc.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-06c86257eb6d8604.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-c3c3cb0da4784145.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b36b24e84ff08b30.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-b0e6a4408bded8f7.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-7ed7f4a3fe607f61.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-a3953393f28fa06b.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-d0d54e593ae0d6c0/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-c313530b0becf61b/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c", kill_on_drop: false }`
[INFO] [stdout] 0d131df34c4a28d1881a304fa4448d40db6687f350eb06b33168592be3621e8c
