[INFO] fetching crate wasccgraph-actor 0.0.2... [INFO] testing wasccgraph-actor-0.0.2 against beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "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" "+beta-2022-04-10" "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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d69a50f8599edc74c785eb29cde8ffff635c963d5cb6e54fe32754d371987f36 [INFO] running `Command { std: "docker" "start" "-a" "d69a50f8599edc74c785eb29cde8ffff635c963d5cb6e54fe32754d371987f36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d69a50f8599edc74c785eb29cde8ffff635c963d5cb6e54fe32754d371987f36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d69a50f8599edc74c785eb29cde8ffff635c963d5cb6e54fe32754d371987f36", kill_on_drop: false }` [INFO] [stdout] d69a50f8599edc74c785eb29cde8ffff635c963d5cb6e54fe32754d371987f36 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef6e44217195f0a7b1d04f9d72e7698d766534969dbf89a54fc86c5f09350d17 [INFO] running `Command { std: "docker" "start" "-a" "ef6e44217195f0a7b1d04f9d72e7698d766534969dbf89a54fc86c5f09350d17", kill_on_drop: false }` [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 rmp-serde v0.14.4 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling serde_bytes v0.11.5 [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] running `Command { std: "docker" "inspect" "ef6e44217195f0a7b1d04f9d72e7698d766534969dbf89a54fc86c5f09350d17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef6e44217195f0a7b1d04f9d72e7698d766534969dbf89a54fc86c5f09350d17", kill_on_drop: false }` [INFO] [stdout] ef6e44217195f0a7b1d04f9d72e7698d766534969dbf89a54fc86c5f09350d17