[INFO] fetching crate wasccgraph-actor 0.0.2... [INFO] testing wasccgraph-actor-0.0.2 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate wasccgraph-actor 0.0.2 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate wasccgraph-actor 0.0.2 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ee452b03e634c0ed8b8c746ec4368a9220608f1b435ebd91a596b2e8f901290 [INFO] running `Command { std: "docker" "start" "-a" "6ee452b03e634c0ed8b8c746ec4368a9220608f1b435ebd91a596b2e8f901290", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ee452b03e634c0ed8b8c746ec4368a9220608f1b435ebd91a596b2e8f901290", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ee452b03e634c0ed8b8c746ec4368a9220608f1b435ebd91a596b2e8f901290", kill_on_drop: false }` [INFO] [stdout] 6ee452b03e634c0ed8b8c746ec4368a9220608f1b435ebd91a596b2e8f901290 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45fc25387114874e75995b07fc7b47669484508ad6bc304479bff65849d0641f [INFO] running `Command { std: "docker" "start" "-a" "45fc25387114874e75995b07fc7b47669484508ad6bc304479bff65849d0641f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling wapc-guest v0.3.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling serde_json v1.0.67 [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] note: required by `from_residual` [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] note: required by `from_residual` [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] note: required by `from_residual` [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] note: required by `from_residual` [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] note: required by `from_residual` [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" "45fc25387114874e75995b07fc7b47669484508ad6bc304479bff65849d0641f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45fc25387114874e75995b07fc7b47669484508ad6bc304479bff65849d0641f", kill_on_drop: false }` [INFO] [stdout] 45fc25387114874e75995b07fc7b47669484508ad6bc304479bff65849d0641f