[INFO] crate wascc-actor 0.1.0 is already in cache [INFO] checking wascc-actor-0.1.0 against master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] extracting crate wascc-actor 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate wascc-actor 0.1.0 on toolchain 212aa3ea28d91a97d1e1261709c0b6e6790788e6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wascc-actor 0.1.0 [INFO] finished tweaking crates.io crate wascc-actor 0.1.0 [INFO] tweaked toml for crates.io crate wascc-actor 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 90f829efbd221faa0d4f700d6de6f226462e4823f3ddeebe3ca5e7c48393e45d [INFO] running `"docker" "start" "-a" "90f829efbd221faa0d4f700d6de6f226462e4823f3ddeebe3ca5e7c48393e45d"` [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling multimap v0.8.0 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking prost-types v0.5.0 [INFO] [stderr] Compiling petgraph v0.5.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking wapc-guest v0.1.1 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Checking prost-types v0.6.1 [INFO] [stderr] Compiling wascc-codec v0.3.5 [INFO] [stderr] Checking wascc-actor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::GetRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:46:63 [INFO] [stderr] | [INFO] [stderr] 46 | host_call(&route(CAPID_KEYVALUE, OP_GET), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::GetRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::GetResponse` in the current scope [INFO] [stderr] --> src/kv.rs:47:37 [INFO] [stderr] | [INFO] [stderr] 47 | let resp = GetResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::GetResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:62:63 [INFO] [stderr] | [INFO] [stderr] 62 | host_call(&route(CAPID_KEYVALUE, OP_SET), &protobytes(cmd)?).map(|_vec| ()) [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::GetRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:46:63 [INFO] [stderr] | [INFO] [stderr] 46 | host_call(&route(CAPID_KEYVALUE, OP_GET), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::GetRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::AddRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:70:63 [INFO] [stderr] | [INFO] [stderr] 70 | host_call(&route(CAPID_KEYVALUE, OP_ADD), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::AddRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::AddResponse` in the current scope [INFO] [stderr] --> src/kv.rs:71:37 [INFO] [stderr] | [INFO] [stderr] 71 | let resp = AddResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::AddResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::GetResponse` in the current scope [INFO] [stderr] --> src/kv.rs:47:37 [INFO] [stderr] | [INFO] [stderr] 47 | let resp = GetResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::GetResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::ListPushRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:81:64 [INFO] [stderr] | [INFO] [stderr] 81 | host_call(&route(CAPID_KEYVALUE, OP_PUSH), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::ListPushRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::ListResponse` in the current scope [INFO] [stderr] --> src/kv.rs:82:38 [INFO] [stderr] | [INFO] [stderr] 82 | let resp = ListResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::ListResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:62:63 [INFO] [stderr] | [INFO] [stderr] 62 | host_call(&route(CAPID_KEYVALUE, OP_SET), &protobytes(cmd)?).map(|_vec| ()) [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::ListDelItemRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:92:68 [INFO] [stderr] | [INFO] [stderr] 92 | host_call(&route(CAPID_KEYVALUE, OP_LIST_DEL), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::ListDelItemRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::ListResponse` in the current scope [INFO] [stderr] --> src/kv.rs:93:38 [INFO] [stderr] | [INFO] [stderr] 93 | let resp = ListResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::ListResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::DelRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:102:63 [INFO] [stderr] | [INFO] [stderr] 102 | host_call(&route(CAPID_KEYVALUE, OP_DEL), &protobytes(cmd)?).map(|_vec| ()) [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::DelRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::ListRangeRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:111:65 [INFO] [stderr] | [INFO] [stderr] 111 | host_call(&route(CAPID_KEYVALUE, OP_RANGE), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::ListRangeRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::AddRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:70:63 [INFO] [stderr] | [INFO] [stderr] 70 | host_call(&route(CAPID_KEYVALUE, OP_ADD), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::AddRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::ListRangeResponse` in the current scope [INFO] [stderr] --> src/kv.rs:112:43 [INFO] [stderr] | [INFO] [stderr] 112 | let resp = ListRangeResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::ListRangeResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::AddResponse` in the current scope [INFO] [stderr] --> src/kv.rs:71:37 [INFO] [stderr] | [INFO] [stderr] 71 | let resp = AddResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::AddResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::ListClearRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:121:65 [INFO] [stderr] | [INFO] [stderr] 121 | host_call(&route(CAPID_KEYVALUE, OP_CLEAR), &protobytes(cmd)?).map(|_vec| ()) [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::ListClearRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::ListPushRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:81:64 [INFO] [stderr] | [INFO] [stderr] 81 | host_call(&route(CAPID_KEYVALUE, OP_PUSH), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::ListPushRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::ListResponse` in the current scope [INFO] [stderr] --> src/kv.rs:82:38 [INFO] [stderr] | [INFO] [stderr] 82 | let resp = ListResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::ListResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetAddRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:129:67 [INFO] [stderr] | [INFO] [stderr] 129 | host_call(&route(CAPID_KEYVALUE, OP_SET_ADD), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetAddRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::ListDelItemRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:92:68 [INFO] [stderr] | [INFO] [stderr] 92 | host_call(&route(CAPID_KEYVALUE, OP_LIST_DEL), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::ListDelItemRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetOperationResponse` in the current scope [INFO] [stderr] --> src/kv.rs:130:46 [INFO] [stderr] | [INFO] [stderr] 130 | let resp = SetOperationResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetOperationResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::ListResponse` in the current scope [INFO] [stderr] --> src/kv.rs:93:38 [INFO] [stderr] | [INFO] [stderr] 93 | let resp = ListResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::ListResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetRemoveRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:140:70 [INFO] [stderr] | [INFO] [stderr] 140 | host_call(&route(CAPID_KEYVALUE, OP_SET_REMOVE), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetRemoveRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetOperationResponse` in the current scope [INFO] [stderr] --> src/kv.rs:141:46 [INFO] [stderr] | [INFO] [stderr] 141 | let resp = SetOperationResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetOperationResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetUnionRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:148:69 [INFO] [stderr] | [INFO] [stderr] 148 | host_call(&route(CAPID_KEYVALUE, OP_SET_UNION), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetUnionRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::DelRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:102:63 [INFO] [stderr] | [INFO] [stderr] 102 | host_call(&route(CAPID_KEYVALUE, OP_DEL), &protobytes(cmd)?).map(|_vec| ()) [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::DelRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetQueryResponse` in the current scope [INFO] [stderr] --> src/kv.rs:149:42 [INFO] [stderr] | [INFO] [stderr] 149 | let resp = SetQueryResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetQueryResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetIntersectionRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:156:73 [INFO] [stderr] | [INFO] [stderr] 156 | host_call(&route(CAPID_KEYVALUE, OP_SET_INTERSECT), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetIntersectionRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetQueryResponse` in the current scope [INFO] [stderr] --> src/kv.rs:157:42 [INFO] [stderr] | [INFO] [stderr] 157 | let resp = SetQueryResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetQueryResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::ListRangeRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:111:65 [INFO] [stderr] | [INFO] [stderr] 111 | host_call(&route(CAPID_KEYVALUE, OP_RANGE), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::ListRangeRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::ListRangeResponse` in the current scope [INFO] [stderr] --> src/kv.rs:112:43 [INFO] [stderr] | [INFO] [stderr] 112 | let resp = ListRangeResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::ListRangeResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetQueryRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:166:69 [INFO] [stderr] | [INFO] [stderr] 166 | host_call(&route(CAPID_KEYVALUE, OP_SET_QUERY), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetQueryRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetQueryResponse` in the current scope [INFO] [stderr] --> src/kv.rs:167:42 [INFO] [stderr] | [INFO] [stderr] 167 | let resp = SetQueryResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetQueryResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::KeyExistsQuery: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:176:70 [INFO] [stderr] | [INFO] [stderr] 176 | host_call(&route(CAPID_KEYVALUE, OP_KEY_EXISTS), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::KeyExistsQuery` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::ListClearRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:121:65 [INFO] [stderr] | [INFO] [stderr] 121 | host_call(&route(CAPID_KEYVALUE, OP_CLEAR), &protobytes(cmd)?).map(|_vec| ()) [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::ListClearRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::GetResponse` in the current scope [INFO] [stderr] --> src/kv.rs:177:37 [INFO] [stderr] | [INFO] [stderr] 177 | let resp = GetResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::GetResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::messaging::PublishMessage: prost::Message` is not satisfied [INFO] [stderr] --> src/msg.rs:55:25 [INFO] [stderr] | [INFO] [stderr] 55 | &protobytes(cmd)?, [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::messaging::PublishMessage` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetAddRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:129:67 [INFO] [stderr] | [INFO] [stderr] 129 | host_call(&route(CAPID_KEYVALUE, OP_SET_ADD), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetAddRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetOperationResponse` in the current scope [INFO] [stderr] --> src/kv.rs:130:46 [INFO] [stderr] | [INFO] [stderr] 130 | let resp = SetOperationResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetOperationResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::messaging::RequestMessage: prost::Message` is not satisfied [INFO] [stderr] --> src/msg.rs:71:25 [INFO] [stderr] | [INFO] [stderr] 71 | &protobytes(cmd)?, [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::messaging::RequestMessage` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] warning: unused import: `prost::Message` [INFO] [stderr] --> src/kv.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use prost::Message; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetRemoveRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:140:70 [INFO] [stderr] | [INFO] [stderr] 140 | host_call(&route(CAPID_KEYVALUE, OP_SET_REMOVE), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetRemoveRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `wascc-actor`. [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] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetOperationResponse` in the current scope [INFO] [stderr] --> src/kv.rs:141:46 [INFO] [stderr] | [INFO] [stderr] 141 | let resp = SetOperationResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetOperationResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetUnionRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:148:69 [INFO] [stderr] | [INFO] [stderr] 148 | host_call(&route(CAPID_KEYVALUE, OP_SET_UNION), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetUnionRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetQueryResponse` in the current scope [INFO] [stderr] --> src/kv.rs:149:42 [INFO] [stderr] | [INFO] [stderr] 149 | let resp = SetQueryResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetQueryResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetIntersectionRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:156:73 [INFO] [stderr] | [INFO] [stderr] 156 | host_call(&route(CAPID_KEYVALUE, OP_SET_INTERSECT), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetIntersectionRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetQueryResponse` in the current scope [INFO] [stderr] --> src/kv.rs:157:42 [INFO] [stderr] | [INFO] [stderr] 157 | let resp = SetQueryResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetQueryResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::SetQueryRequest: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:166:69 [INFO] [stderr] | [INFO] [stderr] 166 | host_call(&route(CAPID_KEYVALUE, OP_SET_QUERY), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::SetQueryRequest` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::SetQueryResponse` in the current scope [INFO] [stderr] --> src/kv.rs:167:42 [INFO] [stderr] | [INFO] [stderr] 167 | let resp = SetQueryResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::SetQueryResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::keyvalue::KeyExistsQuery: prost::Message` is not satisfied [INFO] [stderr] --> src/kv.rs:176:70 [INFO] [stderr] | [INFO] [stderr] 176 | host_call(&route(CAPID_KEYVALUE, OP_KEY_EXISTS), &protobytes(cmd)?).map(|vec| { [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::keyvalue::KeyExistsQuery` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `wascc_codec::keyvalue::GetResponse` in the current scope [INFO] [stderr] --> src/kv.rs:177:37 [INFO] [stderr] | [INFO] [stderr] 177 | let resp = GetResponse::decode(&vec).unwrap(); [INFO] [stderr] | ^^^^^^ function or associated item not found in `wascc_codec::keyvalue::GetResponse` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] `use prost::message::Message;` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::messaging::PublishMessage: prost::Message` is not satisfied [INFO] [stderr] --> src/msg.rs:55:25 [INFO] [stderr] | [INFO] [stderr] 55 | &protobytes(cmd)?, [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::messaging::PublishMessage` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `wascc_codec::messaging::RequestMessage: prost::Message` is not satisfied [INFO] [stderr] --> src/msg.rs:71:25 [INFO] [stderr] | [INFO] [stderr] 71 | &protobytes(cmd)?, [INFO] [stderr] | ^^^ the trait `prost::Message` is not implemented for `wascc_codec::messaging::RequestMessage` [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn protobytes(msg: impl prost::Message) -> Result> { [INFO] [stderr] | ---------- -------------- required by this bound in `protobytes` [INFO] [stderr] [INFO] [stderr] warning: unused import: `prost::Message` [INFO] [stderr] --> src/kv.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use prost::Message; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `wascc-actor`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "90f829efbd221faa0d4f700d6de6f226462e4823f3ddeebe3ca5e7c48393e45d"` [INFO] running `"docker" "rm" "-f" "90f829efbd221faa0d4f700d6de6f226462e4823f3ddeebe3ca5e7c48393e45d"` [INFO] [stdout] 90f829efbd221faa0d4f700d6de6f226462e4823f3ddeebe3ca5e7c48393e45d