[INFO] fetching crate tink-aead 0.1.0... [INFO] checking tink-aead-0.1.0 against try#7b3565da729099dbe807466fcd118fb2815986e0 for pr-81789 [INFO] extracting crate tink-aead 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate tink-aead 0.1.0 on toolchain 7b3565da729099dbe807466fcd118fb2815986e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tink-aead 0.1.0 [INFO] finished tweaking crates.io crate tink-aead 0.1.0 [INFO] tweaked toml for crates.io crate tink-aead 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded aes-gcm-siv v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8165f906e2cd2bbbafd7b8112210709d928f643975a465a28c9d076a56469008 [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" "8165f906e2cd2bbbafd7b8112210709d928f643975a465a28c9d076a56469008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8165f906e2cd2bbbafd7b8112210709d928f643975a465a28c9d076a56469008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8165f906e2cd2bbbafd7b8112210709d928f643975a465a28c9d076a56469008", kill_on_drop: false }` [INFO] [stdout] 8165f906e2cd2bbbafd7b8112210709d928f643975a465a28c9d076a56469008 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88e1ed28b631a80f347dcf55c88c426169c1bed15a3e1415cfb71f23b5b79d7f [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" "88e1ed28b631a80f347dcf55c88c426169c1bed15a3e1415cfb71f23b5b79d7f", kill_on_drop: false }` [INFO] [stderr] Checking poly1305 v0.6.2 [INFO] [stderr] Checking chacha20 v0.6.0 [INFO] [stderr] Checking aes-gcm-siv v0.9.0 [INFO] [stderr] Checking aes-gcm v0.8.0 [INFO] [stderr] Checking chacha20poly1305 v0.7.1 [INFO] [stderr] Checking tink-aead v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `encode` found for struct `KmsEnvelopeAeadKeyFormat` in the current scope [INFO] [stdout] --> src/aead_key_templates.rs:122:7 [INFO] [stdout] | [INFO] [stdout] 122 | f.encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^ method not found in `KmsEnvelopeAeadKeyFormat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 122 | Box::new(f).encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesGcmKeyFormat` in the current scope [INFO] [stdout] --> src/aead_key_templates.rs:137:12 [INFO] [stdout] | [INFO] [stdout] 137 | format.encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^ method not found in `AesGcmKeyFormat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 137 | Box::new(format).encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesGcmSivKeyFormat` in the current scope [INFO] [stdout] --> src/aead_key_templates.rs:155:12 [INFO] [stdout] | [INFO] [stdout] 155 | format.encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^ method not found in `AesGcmSivKeyFormat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 155 | Box::new(format).encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesCtrHmacAeadKeyFormat` in the current scope [INFO] [stdout] --> src/aead_key_templates.rs:186:12 [INFO] [stdout] | [INFO] [stdout] 186 | format.encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^ method not found in `AesCtrHmacAeadKeyFormat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 186 | Box::new(format).encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesCtrHmacAeadKey` in the current scope [INFO] [stdout] --> src/aes_ctr_hmac_aead_key_manager.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | let key = tink_proto::AesCtrHmacAeadKey::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesCtrHmacAeadKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesCtrHmacAeadKeyFormat` in the current scope [INFO] [stdout] --> src/aes_ctr_hmac_aead_key_manager.rs:74:63 [INFO] [stdout] | [INFO] [stdout] 74 | let key_format = tink_proto::AesCtrHmacAeadKeyFormat::decode(serialized_key_format) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesCtrHmacAeadKeyFormat` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesCtrHmacAeadKey` in the current scope [INFO] [stdout] --> src/aes_ctr_hmac_aead_key_manager.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `AesCtrHmacAeadKey` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 96 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `KmsEnvelopeAeadKeyFormat` in the current scope [INFO] [stdout] --> src/aead_key_templates.rs:122:7 [INFO] [stdout] | [INFO] [stdout] 122 | f.encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^ method not found in `KmsEnvelopeAeadKeyFormat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 122 | Box::new(f).encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesGcmKey` in the current scope [INFO] [stdout] --> src/aes_gcm_key_manager.rs:40:42 [INFO] [stdout] | [INFO] [stdout] 40 | let key = tink_proto::AesGcmKey::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesGcmKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesGcmKeyFormat` in the current scope [INFO] [stdout] --> src/aes_gcm_key_manager.rs:55:55 [INFO] [stdout] | [INFO] [stdout] 55 | let key_format = tink_proto::AesGcmKeyFormat::decode(serialized_key_format) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesGcmKeyFormat` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesGcmKeyFormat` in the current scope [INFO] [stdout] --> src/aead_key_templates.rs:137:12 [INFO] [stdout] | [INFO] [stdout] 137 | format.encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^ method not found in `AesGcmKeyFormat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 137 | Box::new(format).encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesGcmKey` in the current scope [INFO] [stdout] --> src/aes_gcm_key_manager.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `AesGcmKey` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 65 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesGcmSivKeyFormat` in the current scope [INFO] [stdout] --> src/aead_key_templates.rs:155:12 [INFO] [stdout] | [INFO] [stdout] 155 | format.encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^ method not found in `AesGcmSivKeyFormat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 155 | Box::new(format).encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesGcmSivKey` in the current scope [INFO] [stdout] --> src/aes_gcm_siv_key_manager.rs:40:45 [INFO] [stdout] | [INFO] [stdout] 40 | let key = tink_proto::AesGcmSivKey::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesGcmSivKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesGcmSivKeyFormat` in the current scope [INFO] [stdout] --> src/aes_gcm_siv_key_manager.rs:58:58 [INFO] [stdout] | [INFO] [stdout] 58 | let key_format = tink_proto::AesGcmSivKeyFormat::decode(serialized_key_format) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesGcmSivKeyFormat` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesCtrHmacAeadKeyFormat` in the current scope [INFO] [stdout] --> src/aead_key_templates.rs:186:12 [INFO] [stdout] | [INFO] [stdout] 186 | format.encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^ method not found in `AesCtrHmacAeadKeyFormat` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 186 | Box::new(format).encode(&mut serialized_format).unwrap(); // safe: proto-encode [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesCtrHmacAeadKey` in the current scope [INFO] [stdout] --> src/aes_ctr_hmac_aead_key_manager.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | let key = tink_proto::AesCtrHmacAeadKey::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesCtrHmacAeadKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesCtrHmacAeadKeyFormat` in the current scope [INFO] [stdout] --> src/aes_ctr_hmac_aead_key_manager.rs:74:63 [INFO] [stdout] | [INFO] [stdout] 74 | let key_format = tink_proto::AesCtrHmacAeadKeyFormat::decode(serialized_key_format) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesCtrHmacAeadKeyFormat` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesGcmSivKey` in the current scope [INFO] [stdout] --> src/aes_gcm_siv_key_manager.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `AesGcmSivKey` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 68 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `ChaCha20Poly1305Key` in the current scope [INFO] [stdout] --> src/chacha20poly1305_key_manager.rs:42:52 [INFO] [stdout] | [INFO] [stdout] 42 | let key = tink_proto::ChaCha20Poly1305Key::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `ChaCha20Poly1305Key` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesCtrHmacAeadKey` in the current scope [INFO] [stdout] --> src/aes_ctr_hmac_aead_key_manager.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `AesCtrHmacAeadKey` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 96 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `ChaCha20Poly1305Key` in the current scope [INFO] [stdout] --> src/chacha20poly1305_key_manager.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `ChaCha20Poly1305Key` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesGcmKey` in the current scope [INFO] [stdout] --> src/aes_gcm_key_manager.rs:40:42 [INFO] [stdout] | [INFO] [stdout] 40 | let key = tink_proto::AesGcmKey::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesGcmKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesGcmKeyFormat` in the current scope [INFO] [stdout] --> src/aes_gcm_key_manager.rs:55:55 [INFO] [stdout] | [INFO] [stdout] 55 | let key_format = tink_proto::AesGcmKeyFormat::decode(serialized_key_format) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesGcmKeyFormat` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `KmsEnvelopeAeadKey` in the current scope [INFO] [stdout] --> src/kms_envelope_aead_key_manager.rs:41:51 [INFO] [stdout] | [INFO] [stdout] 41 | let key = tink_proto::KmsEnvelopeAeadKey::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `KmsEnvelopeAeadKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `KmsEnvelopeAeadKeyFormat` in the current scope [INFO] [stdout] --> src/kms_envelope_aead_key_manager.rs:69:64 [INFO] [stdout] | [INFO] [stdout] 69 | let key_format = tink_proto::KmsEnvelopeAeadKeyFormat::decode(serialized_key_format) [INFO] [stdout] | ^^^^^^ function or associated item not found in `KmsEnvelopeAeadKeyFormat` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesGcmKey` in the current scope [INFO] [stdout] --> src/aes_gcm_key_manager.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `AesGcmKey` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 65 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesGcmSivKey` in the current scope [INFO] [stdout] --> src/aes_gcm_siv_key_manager.rs:40:45 [INFO] [stdout] | [INFO] [stdout] 40 | let key = tink_proto::AesGcmSivKey::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesGcmSivKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `KmsEnvelopeAeadKey` in the current scope [INFO] [stdout] --> src/kms_envelope_aead_key_manager.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `KmsEnvelopeAeadKey` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 76 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `AesGcmSivKeyFormat` in the current scope [INFO] [stdout] --> src/aes_gcm_siv_key_manager.rs:58:58 [INFO] [stdout] | [INFO] [stdout] 58 | let key_format = tink_proto::AesGcmSivKeyFormat::decode(serialized_key_format) [INFO] [stdout] | ^^^^^^ function or associated item not found in `AesGcmSivKeyFormat` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `XChaCha20Poly1305Key` in the current scope [INFO] [stdout] --> src/xchacha20poly1305_key_manager.rs:42:53 [INFO] [stdout] | [INFO] [stdout] 42 | let key = tink_proto::XChaCha20Poly1305Key::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `XChaCha20Poly1305Key` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `AesGcmSivKey` in the current scope [INFO] [stdout] --> src/aes_gcm_siv_key_manager.rs:68:13 [INFO] [stdout] | [INFO] [stdout] 68 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `AesGcmSivKey` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 68 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `ChaCha20Poly1305Key` in the current scope [INFO] [stdout] --> src/chacha20poly1305_key_manager.rs:42:52 [INFO] [stdout] | [INFO] [stdout] 42 | let key = tink_proto::ChaCha20Poly1305Key::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `ChaCha20Poly1305Key` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `ChaCha20Poly1305Key` in the current scope [INFO] [stdout] --> src/chacha20poly1305_key_manager.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `ChaCha20Poly1305Key` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `XChaCha20Poly1305Key` in the current scope [INFO] [stdout] --> src/xchacha20poly1305_key_manager.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `XChaCha20Poly1305Key` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `KmsEnvelopeAeadKey` in the current scope [INFO] [stdout] --> src/kms_envelope_aead_key_manager.rs:41:51 [INFO] [stdout] | [INFO] [stdout] 41 | let key = tink_proto::KmsEnvelopeAeadKey::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `KmsEnvelopeAeadKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `KmsEnvelopeAeadKeyFormat` in the current scope [INFO] [stdout] --> src/kms_envelope_aead_key_manager.rs:69:64 [INFO] [stdout] | [INFO] [stdout] 69 | let key_format = tink_proto::KmsEnvelopeAeadKeyFormat::decode(serialized_key_format) [INFO] [stdout] | ^^^^^^ function or associated item not found in `KmsEnvelopeAeadKeyFormat` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `KmsEnvelopeAeadKey` in the current scope [INFO] [stdout] --> src/kms_envelope_aead_key_manager.rs:76:13 [INFO] [stdout] | [INFO] [stdout] 76 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `KmsEnvelopeAeadKey` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 76 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `XChaCha20Poly1305Key` in the current scope [INFO] [stdout] --> src/xchacha20poly1305_key_manager.rs:42:53 [INFO] [stdout] | [INFO] [stdout] 42 | let key = tink_proto::XChaCha20Poly1305Key::decode(serialized_key) [INFO] [stdout] | ^^^^^^ function or associated item not found in `XChaCha20Poly1305Key` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use prost::message::Message;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `XChaCha20Poly1305Key` in the current scope [INFO] [stdout] --> src/xchacha20poly1305_key_manager.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | key.encode(&mut sk) [INFO] [stdout] | ^^^^^^ method not found in `XChaCha20Poly1305Key` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/prost-0.7.0/src/message.rs:47:8 [INFO] [stdout] | [INFO] [stdout] 47 | fn encode(&self, buf: &mut B) -> Result<(), EncodeError> [INFO] [stdout] | ------ the method is available for `Box` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 59 | Box::new(key).encode(&mut sk) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/aead_key_templates.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/aes_ctr_hmac_aead_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/aes_gcm_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/aes_gcm_siv_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/chacha20poly1305_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/kms_envelope_aead_key_manager.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/xchacha20poly1305_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tink-aead` [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] warning: unused import: `prost::Message` [INFO] [stdout] --> src/aead_key_templates.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/aes_ctr_hmac_aead_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/aes_gcm_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/aes_gcm_siv_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/chacha20poly1305_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/kms_envelope_aead_key_manager.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prost::Message` [INFO] [stdout] --> src/xchacha20poly1305_key_manager.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use prost::Message; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "88e1ed28b631a80f347dcf55c88c426169c1bed15a3e1415cfb71f23b5b79d7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88e1ed28b631a80f347dcf55c88c426169c1bed15a3e1415cfb71f23b5b79d7f", kill_on_drop: false }` [INFO] [stdout] 88e1ed28b631a80f347dcf55c88c426169c1bed15a3e1415cfb71f23b5b79d7f