[INFO] fetching crate wasccgraph-actor 0.0.2... [INFO] testing wasccgraph-actor-0.0.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate wasccgraph-actor 0.0.2 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate wasccgraph-actor 0.0.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wasccgraph-actor 0.0.2 [INFO] finished tweaking crates.io crate wasccgraph-actor 0.0.2 [INFO] tweaked toml for crates.io crate wasccgraph-actor 0.0.2 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2b6e984188673261adf80280c1e17ca1edb510964e3a4735a95166e5781f531 [INFO] running `Command { std: "docker" "start" "-a" "a2b6e984188673261adf80280c1e17ca1edb510964e3a4735a95166e5781f531", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2b6e984188673261adf80280c1e17ca1edb510964e3a4735a95166e5781f531", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2b6e984188673261adf80280c1e17ca1edb510964e3a4735a95166e5781f531", kill_on_drop: false }` [INFO] [stdout] a2b6e984188673261adf80280c1e17ca1edb510964e3a4735a95166e5781f531 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] feb656c5c77c4ea79c65545d1a1e9e1a1df95e7eb380ac31077782a08742b8bd [INFO] running `Command { std: "docker" "start" "-a" "feb656c5c77c4ea79c65545d1a1e9e1a1df95e7eb380ac31077782a08742b8bd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling wapc-guest v0.3.2 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling rmp-serde v0.14.4 [INFO] [stderr] Compiling wasccgraph-common v0.0.2 [INFO] [stderr] Compiling wascc-codec v0.8.1 [INFO] [stderr] Compiling wascc-actor v0.7.4 [INFO] [stderr] Compiling wasccgraph-actor v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send + Sync` cannot be known at compilation time [INFO] [stdout] --> src/graph.rs:77:75 [INFO] [stdout] | [INFO] [stdout] 77 | self.hostbinding.call(CAPID_GRAPHDB, OP_DELETE, serialize(&delreq)?)?; [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send + Sync` [INFO] [stdout] = note: required because of the requirements on the impl of `std::error::Error` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `From>` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(), Box>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send + Sync` cannot be known at compilation time [INFO] [stdout] --> src/graph.rs:77:77 [INFO] [stdout] | [INFO] [stdout] 77 | self.hostbinding.call(CAPID_GRAPHDB, OP_DELETE, serialize(&delreq)?)?; [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send + Sync` [INFO] [stdout] = note: required because of the requirements on the impl of `std::error::Error` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `From>` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(), Box>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send + Sync` cannot be known at compilation time [INFO] [stdout] --> src/graph.rs:91:83 [INFO] [stdout] | [INFO] [stdout] 91 | let res = self.hostbinding.call(CAPID_GRAPHDB, OP_QUERY, serialize(&query)?)?; [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send + Sync` [INFO] [stdout] = note: required because of the requirements on the impl of `std::error::Error` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `From>` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send + Sync` cannot be known at compilation time [INFO] [stdout] --> src/graph.rs:91:85 [INFO] [stdout] | [INFO] [stdout] 91 | let res = self.hostbinding.call(CAPID_GRAPHDB, OP_QUERY, serialize(&query)?)?; [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send + Sync` [INFO] [stdout] = note: required because of the requirements on the impl of `std::error::Error` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `From>` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `dyn std::error::Error + Send + Sync` cannot be known at compilation time [INFO] [stdout] --> src/graph.rs:92:29 [INFO] [stdout] | [INFO] [stdout] 92 | Ok(deserialize(&res)?) [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `dyn std::error::Error + Send + Sync` [INFO] [stdout] = note: required because of the requirements on the impl of `std::error::Error` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `From>` for `Box` [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wasccgraph-actor` due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "feb656c5c77c4ea79c65545d1a1e9e1a1df95e7eb380ac31077782a08742b8bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "feb656c5c77c4ea79c65545d1a1e9e1a1df95e7eb380ac31077782a08742b8bd", kill_on_drop: false }` [INFO] [stdout] feb656c5c77c4ea79c65545d1a1e9e1a1df95e7eb380ac31077782a08742b8bd