[INFO] cloning repository https://github.com/zaki-yama-labs/actix-web-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zaki-yama-labs/actix-web-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzaki-yama-labs%2Factix-web-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzaki-yama-labs%2Factix-web-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d21494def2c88a65285f55eb84ab767c53cbdaf5 [INFO] testing zaki-yama-labs/actix-web-playground against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzaki-yama-labs%2Factix-web-playground" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zaki-yama-labs/actix-web-playground 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/zaki-yama-labs/actix-web-playground [INFO] finished tweaking git repo https://github.com/zaki-yama-labs/actix-web-playground [INFO] tweaked toml for git repo https://github.com/zaki-yama-labs/actix-web-playground written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/zaki-yama-labs/actix-web-playground 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] [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 08d3dc60a6f7feb9a805cbf62e5b13fb9d553db000d10c9b22b64b4459fd9ba0 [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" "08d3dc60a6f7feb9a805cbf62e5b13fb9d553db000d10c9b22b64b4459fd9ba0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08d3dc60a6f7feb9a805cbf62e5b13fb9d553db000d10c9b22b64b4459fd9ba0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08d3dc60a6f7feb9a805cbf62e5b13fb9d553db000d10c9b22b64b4459fd9ba0", kill_on_drop: false }` [INFO] [stdout] 08d3dc60a6f7feb9a805cbf62e5b13fb9d553db000d10c9b22b64b4459fd9ba0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] a703df8bf040bfea5f4b496007c5a564d082ec102828ee30d56b274be153e384 [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" "a703df8bf040bfea5f4b496007c5a564d082ec102828ee30d56b274be153e384", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling futures-core v0.3.6 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling futures-io v0.3.6 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling instant v0.1.7 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling block-cipher v0.7.1 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling backtrace v0.3.53 [INFO] [stderr] Compiling aes-soft v0.4.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling polyval v0.4.2 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling aes v0.4.0 [INFO] [stderr] Compiling hkdf v0.9.0 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling ghash v0.3.0 [INFO] [stderr] Compiling aes-gcm v0.6.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling actix-web-codegen v0.3.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling futures v0.3.6 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.5 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling actix-http v2.0.0 [INFO] [stderr] Compiling awc v2.0.0 [INFO] [stderr] Compiling actix-web v3.1.0 [INFO] [stderr] Compiling actix-session v0.4.0 [INFO] [stderr] Compiling actix-web-playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `manual_hello` [INFO] [stdout] --> src/main.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | async fn manual_hello() -> impl Responder { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `AppState` [INFO] [stdout] --> src/main.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | struct AppState { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.actix_web_playground.1u9ytdao-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39" "/opt/rustwide/target/debug/deps/actix_web_playground-e8a1315bfb6b2d39.1c03naubrm1di624.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-13bed169618017c0/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/libactix_web-a60c8e214530b6f2.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-a3169f57a38f7600.rlib" "/opt/rustwide/target/debug/deps/libawc-abc0d138902c723d.rlib" "/opt/rustwide/target/debug/deps/libactix_server-cf0d5e0bc4c5294c.rlib" "/opt/rustwide/target/debug/deps/libsocket2-a8769ac3b652f11e.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-b9bf214b1899a112.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-5b1520f36949599c.rlib" "/opt/rustwide/target/debug/deps/libactix_router-484407c871b593cd.rlib" "/opt/rustwide/target/debug/deps/libbytestring-7c4f4177eb4624d8.rlib" "/opt/rustwide/target/debug/deps/libactix_http-fe1b859fc8bf280e.rlib" "/opt/rustwide/target/debug/deps/libhttparse-70ee21a856a9db0a.rlib" "/opt/rustwide/target/debug/deps/libsha1-a83f952333278fbc.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-def1c9d42cd9974b.rlib" "/opt/rustwide/target/debug/deps/libdtoa-25df5bc84a5aa33e.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cf1ddbdced333013.rlib" "/opt/rustwide/target/debug/deps/libryu-37b6e9a22bb2209d.rlib" "/opt/rustwide/target/debug/deps/libcookie-37e3c74e792a57da.rlib" "/opt/rustwide/target/debug/deps/libhkdf-95368d1c59f39000.rlib" "/opt/rustwide/target/debug/deps/libhmac-2bc917400bc7a09e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-a23604a634d42167.rlib" "/opt/rustwide/target/debug/deps/libsha2-9488c5e759f3566a.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-bef27313aeb3cb1d.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-85fbb66a36e2bede.rlib" "/opt/rustwide/target/debug/deps/libdigest-049cf40499e48d09.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f96db7b33eff4f75.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-f6da65602e57dd97.rlib" "/opt/rustwide/target/debug/deps/libghash-8eb685c4115b9050.rlib" "/opt/rustwide/target/debug/deps/libpolyval-5cafb78d88e1a6cb.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-ad5ddbff5ea027d2.rlib" "/opt/rustwide/target/debug/deps/libsubtle-e7dd94ced4d3a608.rlib" "/opt/rustwide/target/debug/deps/libaes-6011241e73ce05d4.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-c79d4a5a7896df5c.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-efd5d3f8c67be758.rlib" "/opt/rustwide/target/debug/deps/libaead-17984fdf142d12e0.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher-0cb5ec72b1c1bace.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2746e050f209506d.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a5e8dd74bd8dfb37.rlib" "/opt/rustwide/target/debug/deps/libbase64-f3ec148fd12597ac.rlib" "/opt/rustwide/target/debug/deps/libserde-73dcc66395a8367c.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-4411a264aa9d9bed.rlib" "/opt/rustwide/target/debug/deps/libregex-a6cac87353047206.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-203b7ab1130a7d41.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7c1188042998c85e.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-a0a31ad22fc7dbda.rlib" "/opt/rustwide/target/debug/deps/libmime-1f80b638f4e5cb9c.rlib" "/opt/rustwide/target/debug/deps/libflate2-f045c5cd08f0ade9.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-79c232c3cb45e5c6.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-533d942f682ad36f.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-1814572ff3350af4.rlib" "/opt/rustwide/target/debug/deps/libtime-a33c37a9578817dc.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-2e91d8a103630ef4.rlib" "/opt/rustwide/target/debug/deps/libstandback-55cf3dfc99cd4ea0.rlib" "/opt/rustwide/target/debug/deps/libfxhash-f65c3b33174b94ed.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-04b16b37fbc1beb3.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-2b223050f717a6c6.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-8b1cdd0a8c43e991.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-3b0b7c7f6bc5f77d.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-7885f6750108d922.rlib" "/opt/rustwide/target/debug/deps/libhostname-f103104214e6e249.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-aebef96a4a07fd27.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-05aaf3d20970633d.rlib" "/opt/rustwide/target/debug/deps/librand-0e7b39ac874c528c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-05e1c79f5a6809a3.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-dade1abeea8bcadc.rlib" "/opt/rustwide/target/debug/deps/librand_core-79767dcea1243202.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-ba145b9364127310.rlib" "/opt/rustwide/target/debug/deps/liburl-3fef8bff03050372.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libidna-82d980a8c47e1f9a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fb89eba847a639dd.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-138c271064a97844.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7e8075a07f0e5422.rlib" "/opt/rustwide/target/debug/deps/libmatches-5499bb0a916b29b9.rlib" "/opt/rustwide/target/debug/deps/libthiserror-481a88369bb4f5ed.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-cb0664aea39510cc.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-717c95e0ca43996f.rlib" "/opt/rustwide/target/debug/deps/libadler-797761d55cc6d77d.rlib" "/opt/rustwide/target/debug/deps/libobject-28b8645602eca8ef.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-e1a45fca33362bb8.rlib" "/opt/rustwide/target/debug/deps/libgimli-f2dc741e271a0d9c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d836a7202f0431f0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-d538ccec70a358a4.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/libfutures-cffb6ec369922fde.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-efe918a58fd126b6.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-28b52b1952d2aed5.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-f13953f38214da19.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-17f713335dfc4dd3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-38a891e1c7f6300d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-fa93e83671cb92b3.rlib" "/opt/rustwide/target/debug/deps/liblock_api-cfad57dc5a57fb5a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-61a8585eac99cded.rlib" "/opt/rustwide/target/debug/deps/libinstant-f6749349cd2d83e9.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-06940346a638646b.rlib" "/opt/rustwide/target/debug/deps/libcopyless-e64710de82b803f0.rlib" "/opt/rustwide/target/debug/deps/libeither-5282cb661a2fed13.rlib" "/opt/rustwide/target/debug/deps/libh2-0eda712bbb7265c4.rlib" "/opt/rustwide/target/debug/deps/libtracing-e287515cc6570af3.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-0aeadf5c3f00f9dd.rlib" "/opt/rustwide/target/debug/deps/libindexmap-9894472726dacf19.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c81ff6afa81291d5.rlib" "/opt/rustwide/target/debug/deps/libhttp-62abdda2dfd21777.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e73d811797b95b6.rlib" "/opt/rustwide/target/debug/deps/libfnv-751e5967119454f8.rlib" "/opt/rustwide/target/debug/deps/libactix_service-0b6c66462eaeacb6.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-f72c90cc07044dab.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-6daba20ad07f9566.rlib" "/opt/rustwide/target/debug/deps/libtokio-72065b8e66c90b84.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-ca7f58ad557b6b64.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-88970f2bad9a1cc6.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-9e0a57c3c05610da.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libmio-aeaa89e195246789.rlib" "/opt/rustwide/target/debug/deps/libiovec-e236bf8f451e9555.rlib" "/opt/rustwide/target/debug/deps/libnet2-db648b03ed6804f9.rlib" "/opt/rustwide/target/debug/deps/liblibc-3ca4e9240d5786cb.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-fca56883cbd8b2b3.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d9fc0308c548a984.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-cd96790c1dea6f14.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-9baf6cfe50845cc6.rlib" "/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-084e50c21049a518.rlib" "/opt/rustwide/target/debug/deps/libpin_project-3f3ed200a91876e8.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-dbfdfdebfefb75aa.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-e5aa083f6ae99032.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-46408bff6ac8ff6e.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-1b5011892cb37eb5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-64d99a2866f6a30c.rlib" "/opt/rustwide/target/debug/deps/libbytes-8f475ca97d0bfeee.rlib" "/opt/rustwide/target/debug/deps/liblog-84fac41c4b644956.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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `actix-web-playground` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a703df8bf040bfea5f4b496007c5a564d082ec102828ee30d56b274be153e384", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a703df8bf040bfea5f4b496007c5a564d082ec102828ee30d56b274be153e384", kill_on_drop: false }` [INFO] [stdout] a703df8bf040bfea5f4b496007c5a564d082ec102828ee30d56b274be153e384