[INFO] cloning repository https://github.com/jeremybaumont/envoy-digest-header-filter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeremybaumont/envoy-digest-header-filter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremybaumont%2Fenvoy-digest-header-filter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremybaumont%2Fenvoy-digest-header-filter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b39fb2e4d500f85a19cc296b731c900c7b5de709 [INFO] testing jeremybaumont/envoy-digest-header-filter against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremybaumont%2Fenvoy-digest-header-filter" "/workspace/builds/worker-49/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-49/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jeremybaumont/envoy-digest-header-filter 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] removed /workspace/builds/worker-49/source/.cargo/config [INFO] started tweaking git repo https://github.com/jeremybaumont/envoy-digest-header-filter [INFO] finished tweaking git repo https://github.com/jeremybaumont/envoy-digest-header-filter [INFO] tweaked toml for git repo https://github.com/jeremybaumont/envoy-digest-header-filter written to /workspace/builds/worker-49/source/Cargo.toml [INFO] crate git repo https://github.com/jeremybaumont/envoy-digest-header-filter 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded anyhow v1.0.33 [INFO] [stderr] Downloaded syn v1.0.45 [INFO] [stderr] Downloaded proxy-wasm-experimental v0.0.7 [INFO] [stderr] Downloaded envoy-sdk v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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] 2935915c008a71cea8d53cef443add5d0ba290d6bcabc818f261d05db8fe0387 [INFO] running `Command { std: "docker" "start" "-a" "2935915c008a71cea8d53cef443add5d0ba290d6bcabc818f261d05db8fe0387", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2935915c008a71cea8d53cef443add5d0ba290d6bcabc818f261d05db8fe0387", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2935915c008a71cea8d53cef443add5d0ba290d6bcabc818f261d05db8fe0387", kill_on_drop: false }` [INFO] [stdout] 2935915c008a71cea8d53cef443add5d0ba290d6bcabc818f261d05db8fe0387 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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] 934a768149a0b747733702248044f2ab3b82912416f51fa417819c71adf7deaa [INFO] running `Command { std: "docker" "start" "-a" "934a768149a0b747733702248044f2ab3b82912416f51fa417819c71adf7deaa", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.45 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling proxy-wasm-experimental v0.0.7 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling envoy-sdk v0.1.0 [INFO] [stderr] Compiling envoy-sample-http-filter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `envoy::error::format_err` [INFO] [stdout] --> src/filter.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use envoy::error::format_err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/factory.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | Self::new(Clock::default(), Stats::default()) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 | Self::new(::default(), Stats::default()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/factory.rs:40:37 [INFO] [stdout] | [INFO] [stdout] 40 | Self::new(Clock::default(), Stats::default()) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 | Self::new(Clock::default(), ::default()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | _ => self.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling envoy-sample-http-filter-module v0.1.0 (/opt/rustwide/workdir/wasm/module) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.27s [INFO] running `Command { std: "docker" "inspect" "934a768149a0b747733702248044f2ab3b82912416f51fa417819c71adf7deaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "934a768149a0b747733702248044f2ab3b82912416f51fa417819c71adf7deaa", kill_on_drop: false }` [INFO] [stdout] 934a768149a0b747733702248044f2ab3b82912416f51fa417819c71adf7deaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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] cf5f40299d6736b494932b0240a22738e9589a7ef063ad15711e7f52f9ca9ff7 [INFO] running `Command { std: "docker" "start" "-a" "cf5f40299d6736b494932b0240a22738e9589a7ef063ad15711e7f52f9ca9ff7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: unused import: `envoy::error::format_err` [INFO] [stdout] --> src/filter.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use envoy::error::format_err; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/factory.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | Self::new(Clock::default(), Stats::default()) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 | Self::new(::default(), Stats::default()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/factory.rs:40:37 [INFO] [stdout] | [INFO] [stdout] 40 | Self::new(Clock::default(), Stats::default()) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 | Self::new(Clock::default(), ::default()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | _ => self.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling envoy-sample-http-filter-module v0.1.0 (/opt/rustwide/workdir/wasm/module) [INFO] [stdout] warning: 4 warnings emitted [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/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.386l5cg93dqya787.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/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/libenvoy_sample_http_filter-f7b6292990d71731.rlib" "/opt/rustwide/target/debug/deps/libbase64-72f9b291ad0327bb.rlib" "/opt/rustwide/target/debug/deps/libsafemem-b29c0e7c1add4609.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-7d142d726959c64b.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bc40fe5b995d18d9.rlib" "/opt/rustwide/target/debug/deps/libryu-b54e014f019506d7.rlib" "/opt/rustwide/target/debug/deps/libitoa-b06d4cff304254a3.rlib" "/opt/rustwide/target/debug/deps/libsha2-f76cc0522efcebf5.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-da908c117d471a14.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-fc668c1c55fec23c.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-8f5176458b86b4f6.rlib" "/opt/rustwide/target/debug/deps/libdigest-02505d5628dcbf04.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-684ba52a93b124f0.rlib" "/opt/rustwide/target/debug/deps/libtypenum-494e523e9591724c.rlib" "/opt/rustwide/target/debug/deps/libchrono-73bbc7d428327d00.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-60e2e1a6aa740dfe.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b9fcaf001ddd8887.rlib" "/opt/rustwide/target/debug/deps/libtime-64cb7eb960672e17.rlib" "/opt/rustwide/target/debug/deps/libserde-f9dd10fe52c0282c.rlib" "/opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib" "/opt/rustwide/target/debug/deps/libbitflags-80e93151c602d4a3.rlib" "/opt/rustwide/target/debug/deps/libanyhow-b60920f554080342.rlib" "/opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib" "/opt/rustwide/target/debug/deps/liblog-bdf824d35c2a3095.rlib" "/opt/rustwide/target/debug/deps/libwee_alloc-343d9c286b086dcd.rlib" "/opt/rustwide/target/debug/deps/liblibc-430368c42c203dc4.rlib" "/opt/rustwide/target/debug/deps/libmemory_units-07096131d9263fe1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-77abc38cc38d84d4.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b49ca4bc9cd1e541.rlib" "/opt/rustwide/target/debug/deps/libahash-d50e6a763f5846a4.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/extension-bc1ce13b56b80212" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.3.rcgu.o: in function `proxy_wasm_experimental::hostcalls::set_map': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:249: undefined reference to `proxy_set_header_map_pairs' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.3.rcgu.o: in function `proxy_wasm_experimental::hostcalls::set_map_value': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:360: undefined reference to `proxy_remove_header_map_value' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:347: undefined reference to `proxy_replace_header_map_value' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/extension-bc1ce13b56b80212.extension.9fb5f69c-cgu.3.rcgu.o: in function `proxy_wasm_experimental::hostcalls::add_map_value': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:401: undefined reference to `proxy_add_header_map_value' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `proxy_wasm_experimental::hostcalls::set_map': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:249: undefined reference to `proxy_set_header_map_pairs' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `envoy_sdk::abi::proxy_wasm::hostcalls::define_metric': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/envoy-sdk-0.1.0/src/abi/proxy_wasm/hostcalls.rs:202: undefined reference to `proxy_define_metric' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `proxy_wasm_experimental::hostcalls::get_map_value': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:287: undefined reference to `proxy_get_header_map_value' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `proxy_wasm_experimental::hostcalls::get_map_value': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:287: undefined reference to `proxy_get_header_map_value' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `envoy_sdk::abi::proxy_wasm::hostcalls::increment_metric': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/envoy-sdk-0.1.0/src/abi/proxy_wasm/hostcalls.rs:222: undefined reference to `proxy_increment_metric' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `envoy_sdk::abi::proxy_wasm::hostcalls::record_metric': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/envoy-sdk-0.1.0/src/abi/proxy_wasm/hostcalls.rs:237: undefined reference to `proxy_record_metric' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `proxy_wasm_experimental::hostcalls::set_map_value': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:360: undefined reference to `proxy_remove_header_map_value' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:347: undefined reference to `proxy_replace_header_map_value' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `envoy_sdk::abi::proxy_wasm::hostcalls::get_metric': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/envoy-sdk-0.1.0/src/abi/proxy_wasm/hostcalls.rs:253: undefined reference to `proxy_get_metric' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libenvoy_sdk-1eb24f30367d5019.rlib(envoy_sdk-1eb24f30367d5019.envoy_sdk.feb58532-cgu.14.rcgu.o): in function `proxy_wasm_experimental::hostcalls::send_http_response': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:798: undefined reference to `proxy_send_local_response' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::get_current_time': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:81: undefined reference to `proxy_get_current_time_nanoseconds' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::set_tick_period': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:97: undefined reference to `proxy_set_tick_period_milliseconds' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::get_buffer': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:125: undefined reference to `proxy_get_buffer_bytes' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::get_map': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:201: undefined reference to `proxy_get_header_map_pairs' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::get_property': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:444: undefined reference to `proxy_get_property' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::set_property': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:497: undefined reference to `proxy_set_property' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::get_shared_data': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:540: undefined reference to `proxy_get_shared_data' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::set_shared_data': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:600: undefined reference to `proxy_set_shared_data' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::register_shared_queue': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:625: undefined reference to `proxy_register_shared_queue' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::resolve_shared_queue': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:646: undefined reference to `proxy_resolve_shared_queue' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::dequeue_shared_queue': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:673: undefined reference to `proxy_dequeue_shared_queue' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::enqueue_shared_queue': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:718: undefined reference to `proxy_enqueue_shared_queue' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::continue_stream': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:732: undefined reference to `proxy_continue_stream' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::dispatch_http_call': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:873: undefined reference to `proxy_http_call' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libproxy_wasm_experimental-e2d6439ee3dd5b94.rlib(proxy_wasm_experimental-e2d6439ee3dd5b94.proxy_wasm_experimental.f8694809-cgu.6.rcgu.o): in function `proxy_wasm_experimental::hostcalls::done': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proxy-wasm-experimental-0.0.7/src/hostcalls.rs:915: undefined reference to `proxy_done' [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 `envoy-sample-http-filter-module` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "cf5f40299d6736b494932b0240a22738e9589a7ef063ad15711e7f52f9ca9ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf5f40299d6736b494932b0240a22738e9589a7ef063ad15711e7f52f9ca9ff7", kill_on_drop: false }` [INFO] [stdout] cf5f40299d6736b494932b0240a22738e9589a7ef063ad15711e7f52f9ca9ff7