[INFO] cloning repository https://github.com/rohankumardubey/flat-manager [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rohankumardubey/flat-manager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fflat-manager", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fflat-manager'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7bfca06f69b89b8b1a608bcf8a6056c9930eb765 [INFO] testing rohankumardubey/flat-manager against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fflat-manager" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rohankumardubey/flat-manager on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rohankumardubey/flat-manager [INFO] finished tweaking git repo https://github.com/rohankumardubey/flat-manager [INFO] tweaked toml for git repo https://github.com/rohankumardubey/flat-manager written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/rohankumardubey/flat-manager already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 88e40a014f9c7d77d86061e31caadf9e20d8bb1c7998724dee469a52229ec0be [INFO] running `Command { std: "docker" "start" "-a" "88e40a014f9c7d77d86061e31caadf9e20d8bb1c7998724dee469a52229ec0be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88e40a014f9c7d77d86061e31caadf9e20d8bb1c7998724dee469a52229ec0be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88e40a014f9c7d77d86061e31caadf9e20d8bb1c7998724dee469a52229ec0be", kill_on_drop: false }` [INFO] [stdout] 88e40a014f9c7d77d86061e31caadf9e20d8bb1c7998724dee469a52229ec0be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3aed216e9e55e9eadba1cc38d1e97614e398db9f5dd713fa46360598538fdd7 [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" "b3aed216e9e55e9eadba1cc38d1e97614e398db9f5dd713fa46360598538fdd7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling crc32fast v1.3.0 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling fastrand v1.6.0 [INFO] [stderr] Compiling argparse v0.2.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling actix-service v0.4.2 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling futures-locks v0.3.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling const-random v0.1.13 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling ahash v0.2.19 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling futures-fs v0.0.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-signal v0.2.9 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling actix-utils v0.4.7 [INFO] [stderr] Compiling actix-server-config v0.1.2 [INFO] [stderr] Compiling tokio-process v0.2.5 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling actix_derive v0.4.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling actix-web-codegen v0.1.3 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling v_escape v0.7.4 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling mpart-async v0.2.1 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-rt v0.2.6 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-server v0.6.1 [INFO] [stderr] Compiling actix-testing v0.1.0 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-connect v0.2.5 [INFO] [stderr] Compiling askama_shared v0.7.2 [INFO] [stderr] Compiling diesel v1.4.8 [INFO] [stderr] Compiling askama_derive v0.7.2 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling migrations_internals v1.4.1 [INFO] [stderr] Compiling migrations_macros v1.4.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.1.5 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling actix-http v0.2.11 [INFO] [stderr] Compiling askama v0.7.2 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling awc v0.2.8 [INFO] [stderr] Compiling actix v0.8.3 [INFO] [stderr] Compiling actix-web v1.0.9 [INFO] [stderr] Compiling actix-web-actors v1.0.4 [INFO] [stderr] Compiling actix-files v0.1.7 [INFO] [stderr] Compiling actix-multipart v0.1.5 [INFO] [stderr] Compiling diesel_migrations v1.4.0 [INFO] [stderr] Compiling flat-manager v0.3.7 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.delta_generator_client.f4260bbf-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615.3hy013vf4zzkf8bx.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-143c746495b1145c/out" "-L" "/opt/rustwide/target/debug/build/miniz-sys-7d371e63eef507c6/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/ring-d217e7345e2b664a/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-40ce5c760feb8d78.rlib" "/opt/rustwide/target/debug/deps/libatty-1e6e6fbaf80fd62f.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b126e2ab944ff130.rlib" "/opt/rustwide/target/debug/deps/libhumantime-e9a3658f54825403.rlib" "/opt/rustwide/target/debug/deps/libfutures_locks-a64d35569707bf96.rlib" "/opt/rustwide/target/debug/deps/libflatmanager-7e09eb49cc2bd0b9.rlib" "/opt/rustwide/target/debug/deps/libtokio-b7eaba9bb8dd0fa4.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-b448812782b3d9af.rlib" "/opt/rustwide/target/debug/deps/libhex-edafc8b2917f78c9.rlib" "/opt/rustwide/target/debug/deps/libfiletime-96a6680097dde822.rlib" "/opt/rustwide/target/debug/deps/libjsonwebtoken-89d915d03643941f.rlib" "/opt/rustwide/target/debug/deps/libpem-13506934c2f6566b.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libbase64-8999ceb24e01210b.rlib" "/opt/rustwide/target/debug/deps/libsimple_asn1-4975da3529a0c95e.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-78796897abb2af85.rlib" "/opt/rustwide/target/debug/deps/libring-b7245916a7bf35f5.rlib" "/opt/rustwide/target/debug/deps/libspin-0ce7eed86e654be1.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-299fbcd347deffe0.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-5d5fb79f44447b4b.rlib" "/opt/rustwide/target/debug/deps/libtokio_process-a6184d116f8a0787.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-0b657b2bd1dded51.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-d68fa3dede4483c7.rlib" "/opt/rustwide/target/debug/deps/libsame_file-4e9955724bab8d4a.rlib" "/opt/rustwide/target/debug/deps/librand-53c70b3e89101c6c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-94ceb4de3d123741.rlib" "/opt/rustwide/target/debug/deps/librand_core-28cd54c801e2676f.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-1a70f71a38c437db.rlib" "/opt/rustwide/target/debug/deps/libactix_files-dd92c2fd051c1e27.rlib" "/opt/rustwide/target/debug/deps/libv_htmlescape-2a34204a0f141373.rlib" "/opt/rustwide/target/debug/deps/libv_escape-76ea25cac35c5275.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-54ab0c9c563dc83c.rlib" "/opt/rustwide/target/debug/deps/libunicase-560ad777ab713fdc.rlib" "/opt/rustwide/target/debug/deps/libaskama-3a20132012e15125.rlib" "/opt/rustwide/target/debug/deps/libaskama_shared-56c7c42db985553e.rlib" "/opt/rustwide/target/debug/deps/libtoml-4a494da9edb4291e.rlib" "/opt/rustwide/target/debug/deps/libtempfile-c488fdad45ceab8b.rlib" "/opt/rustwide/target/debug/deps/libfastrand-d56a87318b90dac0.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428e6ddc575f6574.rlib" "/opt/rustwide/target/debug/deps/libactix_web_actors-c26d06cf4491cc9e.rlib" "/opt/rustwide/target/debug/deps/libactix_multipart-82876c7b3117b4fb.rlib" "/opt/rustwide/target/debug/deps/libtwoway-7511d5d3941d91d0.rlib" "/opt/rustwide/target/debug/deps/libunchecked_index-7714292d3d8d23ac.rlib" "/opt/rustwide/target/debug/deps/libdiesel_migrations-66cc6f87839b4e44.rlib" "/opt/rustwide/target/debug/deps/libmigrations_internals-35926d1bf322fcfd.rlib" "/opt/rustwide/target/debug/deps/libdiesel-c5fe584ac13db99e.rlib" "/opt/rustwide/target/debug/deps/libpq_sys-a4d47e45d3901cc7.rlib" "/opt/rustwide/target/debug/deps/libr2d2-e305f24201357797.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-fda3c6f1804d13e1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-094846289d072d98.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d5ce466e23076499.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-b26eeadae8ae9a7e.rlib" "/opt/rustwide/target/debug/deps/liblock_api-4527f2b9e7422552.rlib" "/opt/rustwide/target/debug/deps/libinstant-939f0c301cdc968a.rlib" "/opt/rustwide/target/debug/deps/libmpart_async-ec4c5b7ea0fe1774.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-2f792b6336aa33e1.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-f4127f63089f5140.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-0a949b66e1f0cd01.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-1e5deb10ba404fc2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d3900f3c6c7397c3.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3d12eef24d4d3d1c.rlib" "/opt/rustwide/target/debug/deps/librand-54771f564da8897e.rlib" "/opt/rustwide/target/debug/deps/libfutures_fs-83eecbbd95aec022.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-28bd9df8a4005681.rlib" "/opt/rustwide/target/debug/deps/libdotenv-125f133611da0722.rlib" "/opt/rustwide/target/debug/deps/libactix_web-87a41cae45d55d0c.rlib" "/opt/rustwide/target/debug/deps/libawc-63a0ef8b2e7ef68b.rlib" "/opt/rustwide/target/debug/deps/libactix_testing-2492d23b15174c5b.rlib" "/opt/rustwide/target/debug/deps/libactix_server-1343a858f78909c0.rlib" "/opt/rustwide/target/debug/deps/libtokio_signal-899e7158f4ac5ae8.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-8474a8e4f3f3979a.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-c8de2b1d3a1e4443.rlib" "/opt/rustwide/target/debug/deps/libactix_router-d75ec49d6971a81a.rlib" "/opt/rustwide/target/debug/deps/libactix-3c479d3d970d68be.rlib" "/opt/rustwide/target/debug/deps/libactix_http-74b358289c1bbfd6.rlib" "/opt/rustwide/target/debug/deps/libsha1-fe0bff6a1469592d.rlib" "/opt/rustwide/target/debug/deps/libbase64-42decf5789a3cf1e.rlib" "/opt/rustwide/target/debug/deps/librand-287c3dfc82a9a8d6.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-f1bde8ccc642509d.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-0fa3e45be755835a.rlib" "/opt/rustwide/target/debug/deps/librand_core-4c8c32b194e0fab7.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-35d4e125c4a578ef.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-06402edcde561ad9.rlib" "/opt/rustwide/target/debug/deps/liburl-a02fb8fdb5737796.rlib" "/opt/rustwide/target/debug/deps/libidna-6f8cd264df389d63.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-a5e98da7c1c4a0eb.rlib" "/opt/rustwide/target/debug/deps/libdtoa-0435f60421215b0f.rlib" "/opt/rustwide/target/debug/deps/libhttparse-5c6b7ae8933d4bd8.rlib" "/opt/rustwide/target/debug/deps/libchrono-fe4d8d25f44974ca.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e971461761247515.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d2d5ed240c754db6.rlib" "/opt/rustwide/target/debug/deps/libserde_json-697c9dbbb1b86b34.rlib" "/opt/rustwide/target/debug/deps/libryu-1f87c9e09d988964.rlib" "/opt/rustwide/target/debug/deps/libitoa-57ac2f3fee0fa4c3.rlib" "/opt/rustwide/target/debug/deps/libserde-d8c39c2d5cf2d186.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-7630ac252bf3fdef.rlib" "/opt/rustwide/target/debug/deps/libregex-4efcc36bab2a8580.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-053f5b9157af7a76.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-66706a840c6b3f9e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libflate2-d6ca8b6dbefbefb7.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-e9c2efdb24733405.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-303561bb1c717611.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-6f02f20278265e25.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-c4a5c95e59dee3e5.rlib" "/opt/rustwide/target/debug/deps/libtime-6bbe93bfbb2ba737.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-ba705fe20f816db9.rlib" "/opt/rustwide/target/debug/deps/libahash-08f196317335f8de.rlib" "/opt/rustwide/target/debug/deps/libconst_random-fdd0b0ee44030d7c.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-108b486eee62b1fe.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-dadf4badff621303.rlib" "/opt/rustwide/target/debug/deps/libeither-e3062db716b81c8a.rlib" "/opt/rustwide/target/debug/deps/libh2-adf9c666e3851d19.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ffa118a100eafc7e.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-743e8c262a81811e.rlib" "/opt/rustwide/target/debug/deps/libstring-92611584bebf0ef9.rlib" "/opt/rustwide/target/debug/deps/libhttp-adae5bcf352511f4.rlib" "/opt/rustwide/target/debug/deps/libitoa-d0264c8ce1ce890b.rlib" "/opt/rustwide/target/debug/deps/libactix_service-da1eb407120c68d0.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-75279b73adf11723.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-f381dfca7431cb0c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-1c238638c0419622.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-1eb8a1cfca42adc4.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-cea8cb04b9c5c904.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-b7b4dc8ca17a50ee.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-6f48bdbf7c1289f1.rlib" "/opt/rustwide/target/debug/deps/liburl-25de54750ac01ffc.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-efcfbe53d42f7e48.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-de03cee6ac92cb63.rlib" "/opt/rustwide/target/debug/deps/libsocket2-80a7fc409c64f004.rlib" "/opt/rustwide/target/debug/deps/libidna-0757983822fc512c.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-78a01cc621c7dad6.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-c348951c3414c332.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a69ffc9ceeb64fbb.rlib" "/opt/rustwide/target/debug/deps/libmatches-bfb4602457f1458f.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-7e1a4c372fa64add.rlib" "/opt/rustwide/target/debug/deps/libhostname-c4671c13250ef796.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-f55f469ac74b7fae.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-c9726424f3cfa668.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-2d73749d53e508e5.rlib" "/opt/rustwide/target/debug/deps/libfailure-8cf069d6f080b1e0.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-9ded0c580e598a65.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fd871e0602108602.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/libobject-4112516c39b35e9b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-2dcc6205f23bafab.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-5c3a9c47cc3450e0.rlib" "/opt/rustwide/target/debug/deps/libgimli-8acf6516e7235d17.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ebf1bae139d6c8cf.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-4cb3a479fb6a1dbd.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e9f0bce621799efe.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-70e522ae46aa1551.rlib" "/opt/rustwide/target/debug/deps/librand-62f30d2ea0ad24cb.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-16675fe8d6ea6560.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-4d96d44db53f9f9e.rlib" "/opt/rustwide/target/debug/deps/librand_hc-f690e7cf53692c14.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-1c444837ee4a9584.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-3f3727b3acd8af98.rlib" "/opt/rustwide/target/debug/deps/librand_core-2be1dd7fb302b8f4.rlib" "/opt/rustwide/target/debug/deps/librand_os-67681cbaf74a90ed.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-a6ffbd6e57632e30.rlib" "/opt/rustwide/target/debug/deps/librand_core-8951c9ba3b1758eb.rlib" "/opt/rustwide/target/debug/deps/liblock_api-d10c7f112dddb7b5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-610a73087f46ba3b.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-56139709cc4c9e75.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-5b5abf00010f7211.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-81ee9d21d6f89a10.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-9dd5e611810739f8.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-b5d248662fbc4685.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-72fdd4ebc14b4b69.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-844bcdd37ad4e66c.rlib" "/opt/rustwide/target/debug/deps/libbytes-b2809ecfe5c68388.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-95efbc428f0743c7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-55eb622b2c1f5d5d.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-5486e2066e6a43cb.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7f1e5e6251b284ca.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-48466ed8d3de44e0.rlib" "/opt/rustwide/target/debug/deps/libmio-8be40a101ea51f40.rlib" "/opt/rustwide/target/debug/deps/libslab-de4c8617047c1765.rlib" "/opt/rustwide/target/debug/deps/libiovec-51aef0bb86e52ea1.rlib" "/opt/rustwide/target/debug/deps/libnet2-efb2624f8d88968a.rlib" "/opt/rustwide/target/debug/deps/liblibc-4137b4717d582e48.rlib" "/opt/rustwide/target/debug/deps/liblog-ba3200a69ea295c7.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libcopyless-8cdcbfe983327a21.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ec70f00c6e9e7e35.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-e4a54a9bd0df25e7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-859137d30a3ece38.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libfutures-0f39203b7bbc7621.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/delta_generator_client-ad3e7a674630a615" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `flat-manager` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b3aed216e9e55e9eadba1cc38d1e97614e398db9f5dd713fa46360598538fdd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3aed216e9e55e9eadba1cc38d1e97614e398db9f5dd713fa46360598538fdd7", kill_on_drop: false }` [INFO] [stdout] b3aed216e9e55e9eadba1cc38d1e97614e398db9f5dd713fa46360598538fdd7