[INFO] cloning repository https://github.com/Ch00k/orthanc-rest-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ch00k/orthanc-rest-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCh00k%2Forthanc-rest-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCh00k%2Forthanc-rest-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f3d183e547bc81f336b5b735bd79df0c24d38ede [INFO] testing Ch00k/orthanc-rest-client against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCh00k%2Forthanc-rest-client" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ch00k/orthanc-rest-client on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Ch00k/orthanc-rest-client [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/Ch00k/orthanc-rest-client [INFO] tweaked toml for git repo https://github.com/Ch00k/orthanc-rest-client written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6e279944e1f0d59137319944dd4d0d7948d868c180304e369859cd8ad4d99bb [INFO] running `Command { std: "docker" "start" "-a" "e6e279944e1f0d59137319944dd4d0d7948d868c180304e369859cd8ad4d99bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6e279944e1f0d59137319944dd4d0d7948d868c180304e369859cd8ad4d99bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6e279944e1f0d59137319944dd4d0d7948d868c180304e369859cd8ad4d99bb", kill_on_drop: false }` [INFO] [stdout] e6e279944e1f0d59137319944dd4d0d7948d868c180304e369859cd8ad4d99bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11a3486b9e19f48132bc0aa87883baabdafe34a812407c2faa4cc06554ffa16c [INFO] running `Command { std: "docker" "start" "-a" "11a3486b9e19f48132bc0aa87883baabdafe34a812407c2faa4cc06554ffa16c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling futures-io v0.3.16 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling serde_with_macros v1.4.2 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_with v1.9.4 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling orthanc v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.47s [INFO] running `Command { std: "docker" "inspect" "11a3486b9e19f48132bc0aa87883baabdafe34a812407c2faa4cc06554ffa16c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11a3486b9e19f48132bc0aa87883baabdafe34a812407c2faa4cc06554ffa16c", kill_on_drop: false }` [INFO] [stdout] 11a3486b9e19f48132bc0aa87883baabdafe34a812407c2faa4cc06554ffa16c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34a494bc02accac6efad6d01f784b742212485358cfa33594a88c7eeee4ccb74 [INFO] running `Command { std: "docker" "start" "-a" "34a494bc02accac6efad6d01f784b742212485358cfa33594a88c7eeee4ccb74", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling safe-transmute v0.11.2 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling curl v0.4.38 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling isahc v0.9.14 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling libnghttp2-sys v0.1.6+1.43.0 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling curl-sys v0.4.45+curl-7.78.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling qstring v0.7.2 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling byteordered v0.5.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling sluice v0.5.4 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling spinning_top v0.2.4 [INFO] [stderr] Compiling flume v0.9.2 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling extend v0.1.2 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-process v1.1.0 [INFO] [stderr] Compiling async-std v1.9.0 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling dicom-core v0.3.0 [INFO] [stderr] Compiling assert-json-diff v1.1.0 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling dicom-dictionary-std v0.3.0 [INFO] [stderr] Compiling dicom-encoding v0.3.0 [INFO] [stderr] Compiling dicom-transfer-syntax-registry v0.3.0 [INFO] [stderr] Compiling dicom-parser v0.3.1 [INFO] [stderr] Compiling dicom-object v0.3.0 [INFO] [stderr] Compiling puddle v0.1.0 [INFO] [stderr] Compiling httpmock v0.4.5 [INFO] [stderr] Compiling orthanc v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `orthanc::models::StoreResult`: Renamed to ModalityStoreResult [INFO] [stdout] --> tests/test_e2e.rs:1471:9 [INFO] [stdout] | [INFO] [stdout] 1471 | StoreResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `orthanc::models::StoreResult`: Renamed to ModalityStoreResult [INFO] [stdout] --> tests/test_client.rs:1308:9 [INFO] [stdout] | [INFO] [stdout] 1308 | StoreResult { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orthanc::Client::store`: Renamed to modality_store [INFO] [stdout] --> tests/test_client.rs:1307:12 [INFO] [stdout] | [INFO] [stdout] 1307 | cl.store("them", &["bar", "baz", "qux"]).unwrap(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orthanc::Client::echo`: Renamed to modality_echo [INFO] [stdout] --> tests/test_e2e.rs:1432:30 [INFO] [stdout] | [INFO] [stdout] 1432 | assert_eq!(client_main().echo("dino", None).unwrap(), ()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orthanc::Client::store`: Renamed to modality_store [INFO] [stdout] --> tests/test_e2e.rs:1470:23 [INFO] [stdout] | [INFO] [stdout] 1470 | client_main().store("dino", &[&first_study()]).unwrap(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orthanc::Client::echo`: Renamed to modality_echo [INFO] [stdout] --> tests/test_client.rs:1897:19 [INFO] [stdout] | [INFO] [stdout] 1897 | assert_eq!(cl.echo("foo", None).unwrap(), ()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orthanc::Client::echo`: Renamed to modality_echo [INFO] [stdout] --> tests/test_client.rs:1916:19 [INFO] [stdout] | [INFO] [stdout] 1916 | assert_eq!(cl.echo("foo", Some(42)).unwrap(), ()); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `orthanc::Client::echo`: Renamed to modality_echo [INFO] [stdout] --> tests/test_client.rs:1940:12 [INFO] [stdout] | [INFO] [stdout] 1940 | cl.echo("foo", None).unwrap_err(), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.client.95311e4c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100.2zzv4jmi63mggfoy.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/curl-sys-8c4e20ad33e85f48/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-d178c97dd537545e/out/i/lib" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-1fe63d24f59be8ed/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-1ce38cc2ca963dbe.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-44cde79bf84da402.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-4dc925bb53d03412.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2216cca8b1bb2a2f.rlib" "/opt/rustwide/target/debug/deps/liborthanc-dc96ca8902d418fc.rlib" "/opt/rustwide/target/debug/deps/libserde_with-bba7cdf42ef55407.rlib" "/opt/rustwide/target/debug/deps/libreqwest-b52194633ee6dae0.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-0f0849bf060dd5a9.rlib" "/opt/rustwide/target/debug/deps/libipnet-7ec94a7054a3e9ae.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-0a19438e6607172f.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-8b2aff2c96238937.rlib" "/opt/rustwide/target/debug/deps/libbase64-8b10e97376989597.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1becf67ea7a87e13.rlib" "/opt/rustwide/target/debug/deps/libunicase-9410ac62f4539dc7.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-8deeb960b35f7d4a.rlib" "/opt/rustwide/target/debug/deps/libopenssl-e902d1e8f4c4b446.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-32493eedc87a36f8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-3419cfa5ef43c21e.rlib" "/opt/rustwide/target/debug/deps/libmaplit-9d248c194ba5cb64.rlib" "/opt/rustwide/target/debug/deps/libhttpmock-cadb9d5d4d5acc99.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8d7272f5f34985a5.rlib" "/opt/rustwide/target/debug/deps/libqstring-699463d5379c9a38.rlib" "/opt/rustwide/target/debug/deps/libassert_json_diff-600a5d42b71b43c5.rlib" "/opt/rustwide/target/debug/deps/libhyper-4b093a806d9bb2ef.rlib" "/opt/rustwide/target/debug/deps/libhttparse-f7812cb6d77bb4bb.rlib" "/opt/rustwide/target/debug/deps/libwant-c6cbe8559811aca8.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-b60f09daed618188.rlib" "/opt/rustwide/target/debug/deps/libh2-3e7da2d9ca2dbe98.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ad802e4cbbe71e86.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-013c7f75422a41d2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-d9639917b992f6d8.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-1f52b4e9e263f5d2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-c459b3df7c3e2a43.rlib" "/opt/rustwide/target/debug/deps/libtower_service-8c5aa5ed9dd33f52.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-0580f9ba92e7b32b.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-088f43c0b78d495a.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-15f57167bec17024.rlib" "/opt/rustwide/target/debug/deps/libserde_json-66d2922fa732e778.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libisahc-e0f5c23358446f21.rlib" "/opt/rustwide/target/debug/deps/libmime-255653d28c915291.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-d8ad441518f60041.rlib" "/opt/rustwide/target/debug/deps/liburl-eb3918a50331e149.rlib" "/opt/rustwide/target/debug/deps/libidna-25d28862c194ea27.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-3fb7aa12e091aaa0.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-58b26917c8f79f70.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-3da38bc1578ec686.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-8dbcfed52415a45a.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-d7d6f9fac1ee70de.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libsluice-dafe9d67a6e1fa0a.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-f74df714fa8e5640.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-ddd8ccf0fbb7ef11.rlib" "/opt/rustwide/target/debug/deps/libtracing-46725b2c46905839.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-ae2e970728cd160a.rlib" "/opt/rustwide/target/debug/deps/libpin_project-a2c36d4ba77d54f6.rlib" "/opt/rustwide/target/debug/deps/libhttp-f609da54dca0bd28.rlib" "/opt/rustwide/target/debug/deps/libitoa-15077810ecc9e84e.rlib" "/opt/rustwide/target/debug/deps/libbytes-d756a69163f1ed00.rlib" "/opt/rustwide/target/debug/deps/libflume-9390f9ef869a9119.rlib" "/opt/rustwide/target/debug/deps/libspinning_top-9b0618b476d2982d.rlib" "/opt/rustwide/target/debug/deps/liblock_api-28302a5e66dc2110.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-875b169c8a7625c4.rlib" "/opt/rustwide/target/debug/deps/libcurl-3c3eb0672a5cdbaf.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-c41498492ee5efc6.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-9b10860342717442.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-0fcf1b12d709ab4f.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-00ee77302199f61b.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-c68fa38c1e4346d0.rlib" "/opt/rustwide/target/debug/deps/libtokio-a24606e0dfda90fc.rlib" "/opt/rustwide/target/debug/deps/libfnv-74d41fd10066a65d.rlib" "/opt/rustwide/target/debug/deps/libmio-1148e7327e3837d7.rlib" "/opt/rustwide/target/debug/deps/libiovec-3b0af272951b5d34.rlib" "/opt/rustwide/target/debug/deps/libnet2-da117162997a15f5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libbytes-e9809c8e462b433a.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-52c2afb26197e5db.rlib" "/opt/rustwide/target/debug/deps/libpuddle-fec725a257777d1d.rlib" "/opt/rustwide/target/debug/deps/libasync_std-2b5ab31d03b8112a.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-a0ca5f76a9fa7809.rlib" "/opt/rustwide/target/debug/deps/libblocking-f2f168fdbe966434.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-6ae22a8a6d359bc3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-3e541f430b0056eb.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-3286efdd99249675.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-98e74c44f7d5a688.rlib" "/opt/rustwide/target/debug/deps/libasync_task-581522a69ca658c2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-22e234bcff78aefc.rlib" "/opt/rustwide/target/debug/deps/libasync_process-d90ac92d6cc955ae.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-9a2d992de81be7c3.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-9065a1018f5a9795.rlib" "/opt/rustwide/target/debug/deps/libasync_io-7395d6c6e5d0a7d1.rlib" "/opt/rustwide/target/debug/deps/libslab-3fe28842158339e2.rlib" "/opt/rustwide/target/debug/deps/libpolling-570df4e5a86bff54.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-2d047839a5a31cff.rlib" "/opt/rustwide/target/debug/deps/libsocket2-5f92c7eb3bf89fbf.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-4dcdc476307daeaf.rlib" "/opt/rustwide/target/debug/deps/libfastrand-161b9b0c405c1996.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-5a93e426061dd299.rlib" "/opt/rustwide/target/debug/deps/libparking-85a0055be77fd60e.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-82efe82d4bf460c4.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-460e21159107460e.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-fbc12658b45b6b65.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-46d793691287be0e.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-f13ee8d897e6eb18.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-7bdfa3b5d0da6714.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-72d950b52bab5083.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-8d7d9e7b3a8cf276.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-8bf63e75fa683774.rlib" "/opt/rustwide/target/debug/deps/liblog-cc537c7b3e19ae5f.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-27af5d13be072a88.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/libserde_regex-f92f3f4ef5cbf692.rlib" "/opt/rustwide/target/debug/deps/libserde-26d82a7edc224167.rlib" "/opt/rustwide/target/debug/deps/libregex-14edb7dff9ca13a5.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-f718d7e8c1e326bc.rlib" "/opt/rustwide/target/debug/deps/libmemchr-4b7e7f97fdf3b1c2.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-cfec10257cbd629b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libchrono-8e87b0cd609b159f.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-80872d1dd5aaa911.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-819abb75827096f3.rlib" "/opt/rustwide/target/debug/deps/libtime-e72ff0eea2d2bcbf.rlib" "/opt/rustwide/target/debug/deps/liblibc-28182bd7f8d5f203.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9c44f1fe63de3edb.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5dfdbb680ac299a1.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-353beaf877db2fdf.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd4abd33332d2d3f.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3b908b5b50ddd80c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9cafd3521b5532d3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7b0935832903a9ac.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8a349b13d67c76e3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-9d41e7cb09eafd8e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-095194fedb4c0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-968cf83f088269ec.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e63bbb95a6beff5c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9f216e67c2916fa5.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4688b763605c6a0e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a9b2dc3244289321.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-003d83a588984e1f.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/client-35a959cd7aad4100" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `orthanc` due to 2 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "34a494bc02accac6efad6d01f784b742212485358cfa33594a88c7eeee4ccb74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34a494bc02accac6efad6d01f784b742212485358cfa33594a88c7eeee4ccb74", kill_on_drop: false }` [INFO] [stdout] 34a494bc02accac6efad6d01f784b742212485358cfa33594a88c7eeee4ccb74