[INFO] cloning repository https://github.com/mr-rodgers/asgi_server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mr-rodgers/asgi_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmr-rodgers%2Fasgi_server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmr-rodgers%2Fasgi_server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 994a8c3763bdb3d118f4ff373311acbbba0ea06e [INFO] testing mr-rodgers/asgi_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%2Fmr-rodgers%2Fasgi_server" "/workspace/builds/worker-106/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-106/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mr-rodgers/asgi_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/mr-rodgers/asgi_server [INFO] finished tweaking git repo https://github.com/mr-rodgers/asgi_server [INFO] tweaked toml for git repo https://github.com/mr-rodgers/asgi_server written to /workspace/builds/worker-106/source/Cargo.toml [INFO] crate git repo https://github.com/mr-rodgers/asgi_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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pyo3-macros v0.13.2 [INFO] [stderr] Downloaded pyo3-macros-backend v0.13.2 [INFO] [stderr] Downloaded arc-swap v1.3.0 [INFO] [stderr] Downloaded pyo3-log v0.3.1 [INFO] [stderr] Downloaded pyo3 v0.13.2 [INFO] [stderr] Downloaded pyo3-asyncio v0.13.4 [INFO] [stderr] Downloaded pyo3-asyncio-macros v0.13.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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] 3e61539c6e2dc8c55164c89a34ad1e6a7ef8ad8b2ca25bf5a8d681585a953881 [INFO] running `Command { std: "docker" "start" "-a" "3e61539c6e2dc8c55164c89a34ad1e6a7ef8ad8b2ca25bf5a8d681585a953881", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e61539c6e2dc8c55164c89a34ad1e6a7ef8ad8b2ca25bf5a8d681585a953881", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e61539c6e2dc8c55164c89a34ad1e6a7ef8ad8b2ca25bf5a8d681585a953881", kill_on_drop: false }` [INFO] [stdout] 3e61539c6e2dc8c55164c89a34ad1e6a7ef8ad8b2ca25bf5a8d681585a953881 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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] d806b8ee1375cd8421dc7b153cf9207abf795c33a1124700da69f665c49c9262 [INFO] running `Command { std: "docker" "start" "-a" "d806b8ee1375cd8421dc7b153cf9207abf795c33a1124700da69f665c49c9262", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling inventory v0.1.10 [INFO] [stderr] Compiling pyo3 v0.13.2 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling arc-swap v1.3.0 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio v1.8.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling pyo3-macros-backend v0.13.2 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling inventory-impl v0.1.10 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling pyo3-asyncio-macros v0.13.4 [INFO] [stderr] Compiling pyo3-macros v0.13.2 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling pyo3-log v0.3.1 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling pyo3-asyncio v0.13.4 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling hyper v0.14.10 [INFO] [stderr] Compiling asgi-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 52s [INFO] running `Command { std: "docker" "inspect" "d806b8ee1375cd8421dc7b153cf9207abf795c33a1124700da69f665c49c9262", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d806b8ee1375cd8421dc7b153cf9207abf795c33a1124700da69f665c49c9262", kill_on_drop: false }` [INFO] [stdout] d806b8ee1375cd8421dc7b153cf9207abf795c33a1124700da69f665c49c9262 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-106/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6047575a339834ea3226335ad7129d4141dd6b0f79c9a682bfe1a7f5a2cc76d1 [INFO] running `Command { std: "docker" "start" "-a" "6047575a339834ea3226335ad7129d4141dd6b0f79c9a682bfe1a7f5a2cc76d1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling asgi-server v0.1.0 (/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/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.1u81hk3uj8gmysrf.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/libpyo3_log-a51a86a75b53f6ff.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-1a95abe334c82890.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b6a068090bf40c71.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-1c1e08c768cd8903.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f4474e7a3a1f53f.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_std-ec55ab174918e77a.rlib" "/opt/rustwide/target/debug/deps/libhyper-47206c53b1f1d1c2.rlib" "/opt/rustwide/target/debug/deps/libsocket2-233dcb32a29d495e.rlib" "/opt/rustwide/target/debug/deps/libh2-8c661179f6f24a7e.rlib" "/opt/rustwide/target/debug/deps/libindexmap-2af05f0322054654.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-8ce5fddf7b71f952.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-e923ae1d8783a90d.rlib" "/opt/rustwide/target/debug/deps/libhttparse-57873771546e48a0.rlib" "/opt/rustwide/target/debug/deps/libtower_service-fe5750cfd2804552.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-c3ac91fc1806b90b.rlib" "/opt/rustwide/target/debug/deps/libtokio-8d5bef5a2a9742d1.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-db6b88657585c454.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-99ce5a798cda8762.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-e99f5123a4d13cec.rlib" "/opt/rustwide/target/debug/deps/libmio-098379ece628f46a.rlib" "/opt/rustwide/target/debug/deps/liblog-82c0db7e24d48d9b.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-98aa3ce2f9de5ab0.rlib" "/opt/rustwide/target/debug/deps/libhttp-119c85325641d28d.rlib" "/opt/rustwide/target/debug/deps/libitoa-ffe013ffe1403a1e.rlib" "/opt/rustwide/target/debug/deps/libbytes-4bf2b520dc5a4ca8.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libtracing-295870b2a3156040.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-7c95ccf98946e298.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-ebaaee30e4645a09.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-30c2f5422831d668.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7aff3213d137eb8f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-22ab19da78030059.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-93870536328d7ed1.rlib" "/opt/rustwide/target/debug/deps/libinstant-514cb353dbfca351.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/liblibc-28b2a231a060c987.rlib" "/opt/rustwide/target/debug/deps/libunindent-e567962574d762ba.rlib" "/opt/rustwide/target/debug/deps/libpaste-21d6af8c75e646bd.rlib" "/opt/rustwide/target/debug/deps/libinventory-c4a823d7f55dc8bb.rlib" "/opt/rustwide/target/debug/deps/libindoc-23d9ab39b6078852.rlib" "/opt/rustwide/target/debug/deps/libfutures-c21df5ccfcff68a7.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-9ef65282ef370c75.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-4a5442d478ca62d1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9a25ecfc3255644e.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-edcd319b1d73d3e2.rlib" "/opt/rustwide/target/debug/deps/libslab-ca64799474667b44.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-a0fb46cddcdca5f4.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-18d8f07136239349.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-46ad4e8d80749b66.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-d6bd1ffa64e3ec05.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-1bd2d4ff005d3dd3.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" "-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/asgi_server-b92c56d1d88a74e5" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.6.rcgu.o: in function `pyo3::ffi::object::Py_DECREF': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/ffi/object.rs:825: undefined reference to `_Py_Dealloc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.6.rcgu.o: in function `pyo3::ffi::object::Py_None': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/ffi/object.rs:871: undefined reference to `_Py_NoneStruct' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.8.rcgu.o: in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/mod.rs:216: undefined reference to `PyBaseObject_Type' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.2.rcgu.o): in function `pyo3::types::tuple::> for (A,)>::into_py': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:167: undefined reference to `PyTuple_New' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:168: undefined reference to `PyTuple_SetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.0.rcgu.o: in function `pyo3::err::PyErr::restore': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:357: undefined reference to `PyErr_Restore' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.1.rcgu.o: in function `pyo3::instance::Py::call': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/instance.rs:255: undefined reference to `PyObject_Call' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.4.rcgu.o: in function `pyo3::pyclass::get_type_alloc': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:16: undefined reference to `PyType_GetSlot' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.4.rcgu.o: in function `pyo3::pyclass::default_new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:66: undefined reference to `PyType_GenericAlloc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/asgi_server-b92c56d1d88a74e5.asgi_server.3965492a-cgu.5.rcgu.o: in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/exceptions.rs:227: undefined reference to `PyExc_Exception' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.1.rcgu.o): in function `pyo3::types::any::PyAny::call': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/any.rs:207: undefined reference to `PyObject_Call' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.1.rcgu.o): in function `pyo3::types::any::PyAny::call_method::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/any.rs:270: undefined reference to `PyObject_GetAttr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/any.rs:276: undefined reference to `PyObject_Call' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.1.rcgu.o): in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/mod.rs:216: undefined reference to `PyBaseObject_Type' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.1.rcgu.o): in function `pyo3::types::tuple::> for (A,)>::into_py': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:167: undefined reference to `PyTuple_New' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:168: undefined reference to `PyTuple_SetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.1.rcgu.o): in function `pyo3::types::tuple::> for (A,B)>::into_py': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:167: undefined reference to `PyTuple_New' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:168: undefined reference to `PyTuple_SetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:168: undefined reference to `PyTuple_SetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.1.rcgu.o): in function `pyo3::types::tuple::> for (A,B)>::into_py': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:167: undefined reference to `PyTuple_New' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:168: undefined reference to `PyTuple_SetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:168: undefined reference to `PyTuple_SetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.12.rcgu.o): in function `pyo3::err::PyErr::restore': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:357: undefined reference to `PyErr_Restore' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.15.rcgu.o): in function `pyo3::pyclass::get_type_alloc': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:16: undefined reference to `PyType_GetSlot' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.15.rcgu.o): in function `pyo3::pyclass::get_type_free': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:21: undefined reference to `PyType_GetSlot' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.15.rcgu.o): in function `pyo3::pyclass::default_new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:66: undefined reference to `PyType_GenericAlloc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.15.rcgu.o): in function `pyo3::pyclass::create_type_object': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:230: undefined reference to `PyType_FromSpec' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.15.rcgu.o): in function `pyo3::pyclass::tp_init_additional': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:255: undefined reference to `PyObject_Free' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:256: undefined reference to `PyObject_Malloc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.15.rcgu.o): in function `pyo3::pyclass::push_dict_getset': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:444: undefined reference to `PyObject_GenericGetDict' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:445: undefined reference to `PyObject_GenericSetDict' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.5.rcgu.o): in function `pyo3::instance::Py::call': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/instance.rs:255: undefined reference to `PyObject_Call' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.5.rcgu.o): in function `pyo3::instance::Py::call': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/instance.rs:255: undefined reference to `PyObject_Call' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3_asyncio-63306325a3b95e26.rlib(pyo3_asyncio-63306325a3b95e26.pyo3_asyncio.a4aad738-cgu.6.rcgu.o): in function `pyo3::ffi::object::Py_DECREF': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/ffi/object.rs:825: undefined reference to `_Py_Dealloc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.1.rcgu.o): in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/exceptions.rs:226: undefined reference to `PyExc_BaseException' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.1.rcgu.o): in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/exceptions.rs:270: undefined reference to `PyExc_OverflowError' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.1.rcgu.o): in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/exceptions.rs:271: undefined reference to `PyExc_RuntimeError' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.1.rcgu.o): in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/exceptions.rs:285: undefined reference to `PyExc_SystemError' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.1.rcgu.o): in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/exceptions.rs:292: undefined reference to `PyExc_TypeError' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.1.rcgu.o): in function `::type_object_raw': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/exceptions.rs:319: undefined reference to `PyExc_ValueError' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.11.rcgu.o): in function `pyo3::err::PyErr::occurred': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:209: undefined reference to `PyErr_Occurred' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.11.rcgu.o): in function `pyo3::err::PyErr::fetch': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:224: undefined reference to `PyErr_Fetch' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.11.rcgu.o): in function `pyo3::err::PyErr::new_type': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:271: undefined reference to `PyErr_NewException' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.11.rcgu.o): in function `pyo3::err::PyErr::print': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:303: undefined reference to `PyErr_PrintEx' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.11.rcgu.o): in function `pyo3::err::PyErr::print_and_set_sys_last_vars': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:310: undefined reference to `PyErr_PrintEx' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.11.rcgu.o): in function `pyo3::err::PyErr::restore': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:357: undefined reference to `PyErr_Restore' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.11.rcgu.o): in function `pyo3::err::PyErr::normalized': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:428: undefined reference to `PyErr_NormalizeException' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.11.rcgu.o): in function `pyo3::err::panic_after_error': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/err/mod.rs:518: undefined reference to `PyErr_Print' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.13.rcgu.o): in function `pyo3::ffi::boolobject::PyBool_Check': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/ffi/boolobject.rs:13: undefined reference to `PyBool_Type' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.13.rcgu.o): in function `pyo3::ffi::boolobject::Py_True': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/ffi/boolobject.rs:32: undefined reference to `_Py_TrueStruct' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.15.rcgu.o): in function `pyo3::type_object::initialize_tp_dict': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/type_object.rs:230: undefined reference to `PyObject_SetAttrString' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.15.rcgu.o): in function `pyo3::types::any::PyAny::getattr::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/any.rs:93: undefined reference to `PyObject_GetAttr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.15.rcgu.o): in function `pyo3::types::any::PyAny::call_method::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/any.rs:270: undefined reference to `PyObject_GetAttr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/any.rs:276: undefined reference to `PyObject_Call' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.15.rcgu.o): in function `pyo3::types::any::PyAny::repr': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/any.rs:425: undefined reference to `PyObject_Repr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.15.rcgu.o): in function `pyo3::types::any::PyAny::str': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/any.rs:435: undefined reference to `PyObject_Str' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.4.rcgu.o): in function `pyo3::gil::prepare_freethreaded_python::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/gil.rs:81: undefined reference to `Py_IsInitialized' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/gil.rs:86: undefined reference to `Py_InitializeEx' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/gil.rs:84: undefined reference to `PyEval_ThreadsInitialized' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/gil.rs:97: undefined reference to `PyEval_SaveThread' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.4.rcgu.o): in function `pyo3::gil::GILGuard::acquire': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/gil.rs:262: undefined reference to `PyGILState_Ensure' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.4.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/gil.rs:308: undefined reference to `PyGILState_Release' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.4.rcgu.o): in function `pyo3::pyclass::tp_free_fallback': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:118: undefined reference to `PyObject_Free' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/pyclass.rs:116: undefined reference to `PyObject_GC_Del' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.4.rcgu.o): in function `pyo3::types::tuple::> for (A,)>::into_py': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:157: undefined reference to `PyTuple_New' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:158: undefined reference to `PyTuple_SetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.5.rcgu.o): in function `pyo3::types::bytes::PyBytes::as_bytes': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/bytes.rs:88: undefined reference to `PyBytes_AsString' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/bytes.rs:89: undefined reference to `PyBytes_Size' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.5.rcgu.o): in function `pyo3::types::string::PyString::new': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/string.rs:27: undefined reference to `PyUnicode_FromStringAndSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.5.rcgu.o): in function `pyo3::types::string::PyString::to_str': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/string.rs:52: undefined reference to `PyUnicode_AsUTF8AndSize' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.5.rcgu.o): in function `pyo3::types::string::PyString::to_string_lossy': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/string.rs:79: undefined reference to `PyUnicode_AsEncodedString' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.6.rcgu.o): in function `pyo3::types::tuple::PyTuple::empty': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:37: undefined reference to `PyTuple_New' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.6.rcgu.o): in function `pyo3::types::tuple::PyTuple::len': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:44: undefined reference to `PyTuple_Size' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.6.rcgu.o): in function `pyo3::types::tuple::PyTuple::slice': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:57: undefined reference to `PyTuple_GetSlice' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.6.rcgu.o): in function `pyo3::types::tuple::PyTuple::get_item': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:76: undefined reference to `PyTuple_GetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.6.rcgu.o): in function `pyo3::types::tuple::> for (A,)>::into_py': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:157: undefined reference to `PyTuple_New' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/tuple.rs:158: undefined reference to `PyTuple_SetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.7.rcgu.o): in function `pyo3::types::num::> for u16>::into_py': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/num.rs:71: undefined reference to `PyLong_FromLong' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.7.rcgu.o): in function `pyo3::types::num::::extract': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/num.rs:79: undefined reference to `PyNumber_Index' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/num.rs:83: undefined reference to `PyLong_AsLong' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.8.rcgu.o): in function `pyo3::types::dict::PyDict::copy': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/dict.rs:57: undefined reference to `PyDict_Copy' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.8.rcgu.o): in function `pyo3::types::dict::PyDict::len': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/dict.rs:70: undefined reference to `PyDict_Size' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.8.rcgu.o): in function `pyo3::types::dict::PyDict::get_item::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/dict.rs:104: undefined reference to `PyDict_GetItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.8.rcgu.o): in function `pyo3::types::dict::PyDict::del_item::{{closure}}': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/dict.rs:136: undefined reference to `PyDict_DelItem' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.8.rcgu.o): in function `::next': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/types/dict.rs:195: undefined reference to `PyDict_Next' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.9.rcgu.o): in function `pyo3::ffi::object::Py_DECREF': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/ffi/object.rs:825: undefined reference to `_Py_Dealloc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libpyo3-5e0c28f368a16a65.rlib(pyo3-5e0c28f368a16a65.pyo3.4716c3b5-cgu.9.rcgu.o): in function `pyo3::ffi::object::Py_None': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.13.2/src/ffi/object.rs:871: undefined reference to `_Py_NoneStruct' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `asgi-server` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "6047575a339834ea3226335ad7129d4141dd6b0f79c9a682bfe1a7f5a2cc76d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6047575a339834ea3226335ad7129d4141dd6b0f79c9a682bfe1a7f5a2cc76d1", kill_on_drop: false }` [INFO] [stdout] 6047575a339834ea3226335ad7129d4141dd6b0f79c9a682bfe1a7f5a2cc76d1