[INFO] cloning repository https://github.com/supernothing/clamav-rest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/supernothing/clamav-rest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsupernothing%2Fclamav-rest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsupernothing%2Fclamav-rest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e479889fe8bd373164671972b6e3bb3c73c3d77f [INFO] testing supernothing/clamav-rest against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsupernothing%2Fclamav-rest" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/supernothing/clamav-rest on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/supernothing/clamav-rest [INFO] finished tweaking git repo https://github.com/supernothing/clamav-rest [INFO] tweaked toml for git repo https://github.com/supernothing/clamav-rest written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/supernothing/clamav-rest already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c254c2916e3a35b18f642ef104056ed790a89f1f79142997494a8d2afb2d932c [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" "c254c2916e3a35b18f642ef104056ed790a89f1f79142997494a8d2afb2d932c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c254c2916e3a35b18f642ef104056ed790a89f1f79142997494a8d2afb2d932c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c254c2916e3a35b18f642ef104056ed790a89f1f79142997494a8d2afb2d932c", kill_on_drop: false }` [INFO] [stdout] c254c2916e3a35b18f642ef104056ed790a89f1f79142997494a8d2afb2d932c [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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30b3976cbc88df1057e8160883079b77916c87b85ba5183207a7ecf213d7406a [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" "30b3976cbc88df1057e8160883079b77916c87b85ba5183207a7ecf213d7406a", 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] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling arc-swap v0.4.6 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling clamav v0.4.0 (https://github.com/supernothing/rust-clamav?branch=master#32ccfa6f) [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling twoway v0.2.1 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling addr2line v0.12.1 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling sanitize-filename v0.2.1 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.31 [INFO] [stderr] Compiling actix-web-codegen v0.2.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling pin-project v0.4.17 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling actix-threadpool v0.3.2 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.5 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling actix-server v1.0.3 [INFO] [stderr] Compiling actix-tls v1.0.0 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling actix-connect v1.0.2 [INFO] [stderr] Compiling actix-http v1.0.1 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling actix-multipart v0.2.0 [INFO] [stderr] Compiling awmp v0.5.1 [INFO] [stderr] Compiling clamav-rest v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.clamav_rest.474fy0m2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d" "/opt/rustwide/target/debug/deps/clamav_rest-7095a6854c09176d.34q83yrgrngpru6i.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-96a413745a76e419/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libawmp-b75819445e5fcb42.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-447d180a01bb6dab.rlib" "/opt/rustwide/target/debug/deps/libunicase-7935425cbe13e201.rlib" "/opt/rustwide/target/debug/deps/libuuid-82af7e7eaf3f3548.rlib" "/opt/rustwide/target/debug/deps/libsanitize_filename-2f0ddbcb36526c20.rlib" "/opt/rustwide/target/debug/deps/libactix_multipart-9088f4de5c5c28b3.rlib" "/opt/rustwide/target/debug/deps/libtwoway-307c278c744aa74e.rlib" "/opt/rustwide/target/debug/deps/libunchecked_index-468ad0aa899ada69.rlib" "/opt/rustwide/target/debug/deps/libtempfile-d0ea98821afd6744.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-e6bdecb256edde3d.rlib" "/opt/rustwide/target/debug/deps/libclamav-b27e3eca2fb26dc1.rlib" "/opt/rustwide/target/debug/deps/libactix_web-2baf96abd8fcc129.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-fdb1ccc0602f483e.rlib" "/opt/rustwide/target/debug/deps/libawc-52cdeed2082e1dcc.rlib" "/opt/rustwide/target/debug/deps/libactix_server-b397a9313a8c8409.rlib" "/opt/rustwide/target/debug/deps/libsocket2-4f9347abff08abea.rlib" "/opt/rustwide/target/debug/deps/libactix_router-67aea91770c891a8.rlib" "/opt/rustwide/target/debug/deps/libbytestring-94fab308dea5fe36.rlib" "/opt/rustwide/target/debug/deps/libactix_http-7d2b268d9599be68.rlib" "/opt/rustwide/target/debug/deps/libsha1-9e6efe6003864c6f.rlib" "/opt/rustwide/target/debug/deps/libbase64-bd76cc5e92a459fa.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-b47f5a2ebc7057d3.rlib" "/opt/rustwide/target/debug/deps/libdtoa-cdadc132b5ab6a6f.rlib" "/opt/rustwide/target/debug/deps/libhttparse-70ee21a856a9db0a.rlib" "/opt/rustwide/target/debug/deps/libchrono-ba7b86661465ddc8.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9a9bd063b59627d4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d919d57b03d47e3d.rlib" "/opt/rustwide/target/debug/deps/libserde_json-9833914a87e18c2e.rlib" "/opt/rustwide/target/debug/deps/libryu-71b80513a42fed02.rlib" "/opt/rustwide/target/debug/deps/libserde-0e7c72baabaca26f.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-8844dac50d6fb9b4.rlib" "/opt/rustwide/target/debug/deps/libregex-6f8416c1b62a7ea4.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-8ee41e3acf264971.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-60e11e3c8decf3d4.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-a0a31ad22fc7dbda.rlib" "/opt/rustwide/target/debug/deps/libmime-1f80b638f4e5cb9c.rlib" "/opt/rustwide/target/debug/deps/libflate2-3da846ccef207992.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-18ccca2b1e0b1ca5.rlib" "/opt/rustwide/target/debug/deps/libadler32-fe29fbb16da6965c.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-79c232c3cb45e5c6.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-154c627d6ee5d1b6.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-a8a81ab6a0a8c975.rlib" "/opt/rustwide/target/debug/deps/libtime-ae5d8d30593b16fb.rlib" "/opt/rustwide/target/debug/deps/libfxhash-f65c3b33174b94ed.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-04b16b37fbc1beb3.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-47d1fa597655989f.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-774c24e8b1fef763.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-90ca4cb7c8d92bf8.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-c5840125c67ea9af.rlib" "/opt/rustwide/target/debug/deps/librand-513a2c339c8f6dd0.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ad93f36ee1822dfe.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-8678fe79482d007d.rlib" "/opt/rustwide/target/debug/deps/librand_core-792b5e41d983954c.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-793f22d3441ac5d9.rlib" "/opt/rustwide/target/debug/deps/liburl-75ddb95e165e5d0d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libidna-1c06ddaa5334205e.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-8a74a32eeae8e677.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7e8075a07f0e5422.rlib" "/opt/rustwide/target/debug/deps/libmatches-5499bb0a916b29b9.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-b5a7c33b2354b777.rlib" "/opt/rustwide/target/debug/deps/libhostname-13e123bbfbc46436.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-aebef96a4a07fd27.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-39fb356ad49a0a3f.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8af8311b9ad75415.rlib" "/opt/rustwide/target/debug/deps/libfailure-7a643cc3c716a613.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-024dcd761244e8f6.rlib" "/opt/rustwide/target/debug/deps/libobject-6f612bab89c8fa21.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-0310b926f71875e0.rlib" "/opt/rustwide/target/debug/deps/libgimli-14c476dadc92dc62.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-cd0ead7d00ad78db.rlib" "/opt/rustwide/target/debug/deps/libfutures-fa1d3edad9714d87.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-be2eed50e36e5aa2.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-082717de3dd9ab29.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-c1d05f99c60be60b.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-e1c8633915937e44.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1db1b76bec1c4d5c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-369ea71efef9b4c6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-b22632679380b74d.rlib" "/opt/rustwide/target/debug/deps/liblock_api-dbb4a111800d5527.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-61a8585eac99cded.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-008165c5eec7806a.rlib" "/opt/rustwide/target/debug/deps/libcopyless-958c40c040996eba.rlib" "/opt/rustwide/target/debug/deps/libeither-3ae76b7b3289f774.rlib" "/opt/rustwide/target/debug/deps/libh2-7db15bb8271cd431.rlib" "/opt/rustwide/target/debug/deps/libindexmap-6f6b488534f15ca5.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-a9493f0553cc269c.rlib" "/opt/rustwide/target/debug/deps/libhttp-97dc5ee68701e221.rlib" "/opt/rustwide/target/debug/deps/libitoa-3684b8eba7e8f8b7.rlib" "/opt/rustwide/target/debug/deps/libfnv-751e5967119454f8.rlib" "/opt/rustwide/target/debug/deps/libactix_service-9a3b0cc616b9603e.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-89caaa06c4e9ccf9.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-93f5e2fb7a6ba690.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-b4e92ff3aa5f1bcd.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-b69edba49e5cfa93.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-79e2d9a469b1c35a.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-20f0875a32f1c929.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-1b5011892cb37eb5.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-bad090d5f9057393.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-500edd06581ff855.rlib" "/opt/rustwide/target/debug/deps/libtokio-d30f335cbfe49c7f.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-01e6d7522e4777ac.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-497ffb0552a5fb86.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-a01dfa4ed5522351.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libmio-b141bebf304effd9.rlib" "/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rlib" "/opt/rustwide/target/debug/deps/libiovec-112be169b7443b44.rlib" "/opt/rustwide/target/debug/deps/libnet2-9dd2b1a6399e9985.rlib" "/opt/rustwide/target/debug/deps/liblibc-5f544ee7a72d514c.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-cae15230817553a3.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-1bbe9fceced6b96c.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d58c8686a926130b.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-81f3bfe52e38863d.rlib" "/opt/rustwide/target/debug/deps/libbytes-c2d6a084219fa12b.rlib" "/opt/rustwide/target/debug/deps/liblog-bf3c59a5ff900e52.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-l:libclamav.so.9" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -l:libclamav.so.9 [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `clamav-rest` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "30b3976cbc88df1057e8160883079b77916c87b85ba5183207a7ecf213d7406a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30b3976cbc88df1057e8160883079b77916c87b85ba5183207a7ecf213d7406a", kill_on_drop: false }` [INFO] [stdout] 30b3976cbc88df1057e8160883079b77916c87b85ba5183207a7ecf213d7406a