[INFO] cloning repository https://github.com/carl-jin/rust-demo-warp-web-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/carl-jin/rust-demo-warp-web-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarl-jin%2Frust-demo-warp-web-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarl-jin%2Frust-demo-warp-web-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fddd3de1d56a75f4c6e648e1bcf3a619306080a3 [INFO] testing carl-jin/rust-demo-warp-web-server against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarl-jin%2Frust-demo-warp-web-server" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/carl-jin/rust-demo-warp-web-server on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/carl-jin/rust-demo-warp-web-server [INFO] finished tweaking git repo https://github.com/carl-jin/rust-demo-warp-web-server [INFO] tweaked toml for git repo https://github.com/carl-jin/rust-demo-warp-web-server written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/carl-jin/rust-demo-warp-web-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 48784fa815a8fe06e3f556ee4ccad954a4932768bfb660c9db97dd2e6a1d8500 [INFO] running `Command { std: "docker" "start" "-a" "48784fa815a8fe06e3f556ee4ccad954a4932768bfb660c9db97dd2e6a1d8500", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48784fa815a8fe06e3f556ee4ccad954a4932768bfb660c9db97dd2e6a1d8500", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48784fa815a8fe06e3f556ee4ccad954a4932768bfb660c9db97dd2e6a1d8500", kill_on_drop: false }` [INFO] [stdout] 48784fa815a8fe06e3f556ee4ccad954a4932768bfb660c9db97dd2e6a1d8500 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9156fff2d9da903f7e9158c7dcea2debb16617e9638e0b5d6cc080a2de7aa4a7 [INFO] running `Command { std: "docker" "start" "-a" "9156fff2d9da903f7e9158c7dcea2debb16617e9638e0b5d6cc080a2de7aa4a7", 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 version_check v0.9.4 [INFO] [stderr] Compiling libc v0.2.113 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling serde v1.0.135 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling x11 v2.19.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling socket2 v0.4.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling headers v0.3.5 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling mouse-rs v0.4.1 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling h2 v0.3.10 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling warp v0.3.2 [INFO] [stderr] Compiling web_server v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/modules/trigger_click/api.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | let x = data["x"].as_u64().unwrap(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/modules/trigger_click/api.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | let y = data["y"].as_u64().unwrap(); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [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/web_server-760606496ec3863d.web_server.72fc659e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.web_server.72fc659e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d.48ws7t4yi1qwdix3.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmouse_rs-7a39e7044c278cf4.rlib" "/opt/rustwide/target/debug/deps/libanyhow-7cb6b5e1e2080d9e.rlib" "/opt/rustwide/target/debug/deps/libwarp-96a7d90cd211b10d.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-36004976affa6348.rlib" "/opt/rustwide/target/debug/deps/libtokio_tungstenite-19bfcc33bac8dbd6.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-165355bf32e05499.rlib" "/opt/rustwide/target/debug/deps/libutf8-9d88bd1aac5ec80a.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0a75c9c26dc9dc2c.rlib" "/opt/rustwide/target/debug/deps/libthiserror-4634f55ad907ca4b.rlib" "/opt/rustwide/target/debug/deps/liburl-e641032224f81586.rlib" "/opt/rustwide/target/debug/deps/libidna-1471ed1cb7d70767.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-c54c5ce886ebd82c.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-ed2e4c4c531806eb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-94e88fe29250bed0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6431a0f5e36e4af1.rlib" "/opt/rustwide/target/debug/deps/libmultipart-34d3a0aa781572a3.rlib" "/opt/rustwide/target/debug/deps/libtwoway-452e205e116a44a5.rlib" "/opt/rustwide/target/debug/deps/libbuf_redux-bc770fe94239bb90.rlib" "/opt/rustwide/target/debug/deps/libsafemem-b29c0e7c1add4609.rlib" "/opt/rustwide/target/debug/deps/libquick_error-7e0fef2f69a1ee0a.rlib" "/opt/rustwide/target/debug/deps/libtempfile-fc53c3b6dfaf742d.rlib" "/opt/rustwide/target/debug/deps/libfastrand-6c37a7eeccff4a45.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-f3614768685002bb.rlib" "/opt/rustwide/target/debug/deps/librand-44f7d76ac3aa30af.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-9f6410e937bb090b.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-40f449e53c56e02b.rlib" "/opt/rustwide/target/debug/deps/librand_core-95b69bddd0aee703.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-ad3b12ea2c632699.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1d4d989873639a33.rlib" "/opt/rustwide/target/debug/deps/libunicase-15db039ee2d27092.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-9c1fe0d1ea1f5caf.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-f90eb87d808deb87.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libmatches-e69bff4dcefe502a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-29cee93774ad8f57.rlib" "/opt/rustwide/target/debug/deps/libryu-53580c25f32ff188.rlib" "/opt/rustwide/target/debug/deps/libserde-b84688a8c2371095.rlib" "/opt/rustwide/target/debug/deps/libheaders-e65fe12166e141b5.rlib" "/opt/rustwide/target/debug/deps/libsha1-79ec369573e826c8.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-fc668c1c55fec23c.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-b88ab406e6292832.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-56c166eb933aa58d.rlib" "/opt/rustwide/target/debug/deps/libdigest-0f0918edbd5ce8e3.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-48cb1672c59ee265.rlib" "/opt/rustwide/target/debug/deps/libtypenum-7cce747769eb0ca2.rlib" "/opt/rustwide/target/debug/deps/libmime-68e3edcf7919f775.rlib" "/opt/rustwide/target/debug/deps/libheaders_core-aada0de96b544933.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f1ca410388ec357f.rlib" "/opt/rustwide/target/debug/deps/libbase64-4c997255cfee02b8.rlib" "/opt/rustwide/target/debug/deps/libhyper-8171df88d1dcaf26.rlib" "/opt/rustwide/target/debug/deps/libwant-49ac5ffed25917bb.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-7883700d67bfeb45.rlib" "/opt/rustwide/target/debug/deps/libitoa-fdf340bbb49690d1.rlib" "/opt/rustwide/target/debug/deps/libsocket2-807e8cf02e5a5862.rlib" "/opt/rustwide/target/debug/deps/libhttparse-9c8eccee78ba83ae.rlib" "/opt/rustwide/target/debug/deps/libh2-e2360d6839d71df3.rlib" "/opt/rustwide/target/debug/deps/libindexmap-82885794cdf7ad5e.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8ce5fddf7b71f952.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-09960871bcb5500b.rlib" "/opt/rustwide/target/debug/deps/libtower_service-fe5750cfd2804552.rlib" "/opt/rustwide/target/debug/deps/libtracing-7ffc7c60c82459c6.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2d5d5308f2b2feba.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-ee34f3181c2f46bf.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-1ccf3ab6e578a3ed.rlib" "/opt/rustwide/target/debug/deps/libtokio-718b121928188dda.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-2b0c3826db4d4190.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-7e0ec56688cf24c8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-46f815a303b363f1.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-c0a71338b09fde83.rlib" "/opt/rustwide/target/debug/deps/libmio-819f18b88203240e.rlib" "/opt/rustwide/target/debug/deps/liblog-a0eb019960e81552.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-294141cbcfcdc068.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-72b8913f3e4ea66b.rlib" "/opt/rustwide/target/debug/deps/liblibc-4ab1334e617fe5ba.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-068ac8185082e6f5.rlib" "/opt/rustwide/target/debug/deps/liblock_api-a41ab347b0626279.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-93870536328d7ed1.rlib" "/opt/rustwide/target/debug/deps/libinstant-681e9cff8a24e398.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-86d75d1b1a7da7ae.rlib" "/opt/rustwide/target/debug/deps/libhttp-93a1c42252453b75.rlib" "/opt/rustwide/target/debug/deps/libitoa-eb0b0da4f5c7fd02.rlib" "/opt/rustwide/target/debug/deps/libbytes-59116c3d90e42d31.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libpin_project-ba5adbeb0218b93d.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-970eb7b728c0696a.rlib" "/opt/rustwide/target/debug/deps/libslab-7deec20c7d80499d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-df3b5486dcc1aa86.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-f515c7562cf78b1c.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fb061efcdf63b2dd.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-96dfeefe39c850c7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lxdo" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/web_server-760606496ec3863d" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lxdo [INFO] [stdout] collect2: error: ld returned 1 exit status [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 `web_server` due to 2 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "9156fff2d9da903f7e9158c7dcea2debb16617e9638e0b5d6cc080a2de7aa4a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9156fff2d9da903f7e9158c7dcea2debb16617e9638e0b5d6cc080a2de7aa4a7", kill_on_drop: false }` [INFO] [stdout] 9156fff2d9da903f7e9158c7dcea2debb16617e9638e0b5d6cc080a2de7aa4a7