[INFO] fetching crate proxy-wasm-experimental 0.0.3... [INFO] checking proxy-wasm-experimental-0.0.3 against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] extracting crate proxy-wasm-experimental 0.0.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate proxy-wasm-experimental 0.0.3 on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/.cargo/config [INFO] started tweaking crates.io crate proxy-wasm-experimental 0.0.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate proxy-wasm-experimental 0.0.3 [INFO] tweaked toml for crates.io crate proxy-wasm-experimental 0.0.3 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate proxy-wasm-experimental 0.0.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 019257132d92480428bb950c52b9a7ddaa53479811e9ed84d7ad0117f3d3e276 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "019257132d92480428bb950c52b9a7ddaa53479811e9ed84d7ad0117f3d3e276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "019257132d92480428bb950c52b9a7ddaa53479811e9ed84d7ad0117f3d3e276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "019257132d92480428bb950c52b9a7ddaa53479811e9ed84d7ad0117f3d3e276", kill_on_drop: false }` [INFO] [stdout] 019257132d92480428bb950c52b9a7ddaa53479811e9ed84d7ad0117f3d3e276 [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=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a73721b5ecc8b5e2779094715744bc2c0a91ccdccbdb4d27bba623fe0bf7c681 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a73721b5ecc8b5e2779094715744bc2c0a91ccdccbdb4d27bba623fe0bf7c681", kill_on_drop: false }` [INFO] [stderr] Checking ahash v0.3.2 [INFO] [stderr] Compiling hashbrown v0.7.1 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking num-traits v0.2.11 [INFO] [stderr] Checking wee_alloc v0.4.5 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking proxy-wasm-experimental v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/http_auth_random.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use proxy_wasm::traits::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/http_auth_random.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use proxy_wasm::types::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `proxy_wasm::traits::*`, `proxy_wasm::types::*` [INFO] [stdout] --> examples/http_auth_random.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use proxy_wasm::traits::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 17 | use proxy_wasm::types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/http_auth_random.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | proxy_wasm::set_log_level(LogLevel::Trace); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `LogLevel` [INFO] [stdout] --> examples/http_auth_random.rs:22:31 [INFO] [stdout] | [INFO] [stdout] 22 | proxy_wasm::set_log_level(LogLevel::Trace); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `LogLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/http_auth_random.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | proxy_wasm::set_http_context(|_, _| -> Box { Box::new(HttpAuthRandom) }); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Action` [INFO] [stdout] --> examples/http_auth_random.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | Action::Pause [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Action` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Action` [INFO] [stdout] --> examples/http_auth_random.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | Action::Continue [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Action` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HttpContext` in this scope [INFO] [stdout] --> examples/http_auth_random.rs:23:52 [INFO] [stdout] | [INFO] [stdout] 23 | proxy_wasm::set_http_context(|_, _| -> Box { Box::new(HttpAuthRandom) }); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::HttpContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HttpContext` in this scope [INFO] [stdout] --> examples/http_auth_random.rs:28:6 [INFO] [stdout] | [INFO] [stdout] 28 | impl HttpContext for HttpAuthRandom { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::HttpContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Action` in this scope [INFO] [stdout] --> examples/http_auth_random.rs:29:56 [INFO] [stdout] | [INFO] [stdout] 29 | fn on_http_request_headers(&mut self, _: usize) -> Action { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 29 | fn on_http_request_headers(&mut self, _: usize) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::types::Action; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Action` in this scope [INFO] [stdout] --> examples/http_auth_random.rs:45:57 [INFO] [stdout] | [INFO] [stdout] 45 | fn on_http_response_headers(&mut self, _: usize) -> Action { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 45 | fn on_http_response_headers(&mut self, _: usize) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::types::Action; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Context` in this scope [INFO] [stdout] --> examples/http_auth_random.rs:51:6 [INFO] [stdout] | [INFO] [stdout] 51 | impl Context for HttpAuthRandom { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::Context; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/hello_world.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use proxy_wasm::traits::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/hello_world.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use proxy_wasm::types::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `proxy_wasm::traits::*`, `proxy_wasm::types::*` [INFO] [stdout] --> examples/hello_world.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use proxy_wasm::traits::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 18 | use proxy_wasm::types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proxy-wasm-experimental`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/hello_world.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | proxy_wasm::set_log_level(LogLevel::Trace); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `LogLevel` [INFO] [stdout] --> examples/hello_world.rs:23:31 [INFO] [stdout] | [INFO] [stdout] 23 | proxy_wasm::set_log_level(LogLevel::Trace); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `LogLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/hello_world.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | proxy_wasm::set_root_context(|_| -> Box { Box::new(HelloWorld) }); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `RootContext` in this scope [INFO] [stdout] --> examples/hello_world.rs:24:49 [INFO] [stdout] | [INFO] [stdout] 24 | proxy_wasm::set_root_context(|_| -> Box { Box::new(HelloWorld) }); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::RootContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Context` in this scope [INFO] [stdout] --> examples/hello_world.rs:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | impl Context for HelloWorld {} [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::Context; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `RootContext` in this scope [INFO] [stdout] --> examples/hello_world.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | impl RootContext for HelloWorld { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::RootContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/http_headers.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use proxy_wasm::traits::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/http_headers.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use proxy_wasm::types::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `proxy_wasm::traits::*`, `proxy_wasm::types::*` [INFO] [stdout] --> examples/http_headers.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use proxy_wasm::traits::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 17 | use proxy_wasm::types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/http_headers.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | proxy_wasm::set_log_level(LogLevel::Trace); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `LogLevel` [INFO] [stdout] --> examples/http_headers.rs:21:31 [INFO] [stdout] | [INFO] [stdout] 21 | proxy_wasm::set_log_level(LogLevel::Trace); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `LogLevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `proxy_wasm` [INFO] [stdout] --> examples/http_headers.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | proxy_wasm::set_http_context(|context_id, _| -> Box { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `proxy_wasm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Action` [INFO] [stdout] --> examples/http_headers.rs:46:17 [INFO] [stdout] | [INFO] [stdout] 46 | Action::Pause [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Action` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Action` [INFO] [stdout] --> examples/http_headers.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | _ => Action::Continue, [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Action` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Action` [INFO] [stdout] --> examples/http_headers.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | Action::Continue [INFO] [stdout] | ^^^^^^ use of undeclared type or module `Action` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HttpContext` in this scope [INFO] [stdout] --> examples/http_headers.rs:22:61 [INFO] [stdout] | [INFO] [stdout] 22 | proxy_wasm::set_http_context(|context_id, _| -> Box { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::HttpContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Context` in this scope [INFO] [stdout] --> examples/http_headers.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | impl Context for HttpHeaders {} [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::Context; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HttpContext` in this scope [INFO] [stdout] --> examples/http_headers.rs:33:6 [INFO] [stdout] | [INFO] [stdout] 33 | impl HttpContext for HttpHeaders { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::traits::HttpContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Action` in this scope [INFO] [stdout] --> examples/http_headers.rs:34:56 [INFO] [stdout] | [INFO] [stdout] 34 | fn on_http_request_headers(&mut self, _: usize) -> Action { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 34 | fn on_http_request_headers(&mut self, _: usize) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::types::Action; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Action` in this scope [INFO] [stdout] --> examples/http_headers.rs:52:57 [INFO] [stdout] | [INFO] [stdout] 52 | fn on_http_response_headers(&mut self, _: usize) -> Action { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 52 | fn on_http_response_headers(&mut self, _: usize) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 15 | use proxy_wasm_experimental::types::Action; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a73721b5ecc8b5e2779094715744bc2c0a91ccdccbdb4d27bba623fe0bf7c681", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a73721b5ecc8b5e2779094715744bc2c0a91ccdccbdb4d27bba623fe0bf7c681", kill_on_drop: false }` [INFO] [stdout] a73721b5ecc8b5e2779094715744bc2c0a91ccdccbdb4d27bba623fe0bf7c681