[INFO] fetching crate actix-amqp 0.1.4... [INFO] testing actix-amqp-0.1.4 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate actix-amqp 0.1.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate actix-amqp 0.1.4 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 actix-amqp 0.1.4 [INFO] finished tweaking crates.io crate actix-amqp 0.1.4 [INFO] tweaked toml for crates.io crate actix-amqp 0.1.4 written to /workspace/builds/worker-0/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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded amqp-codec v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 306cfa8336bc41a43f46d04bd5e65985054eb3cf44cd19ff03ad18c6577e0056 [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" "306cfa8336bc41a43f46d04bd5e65985054eb3cf44cd19ff03ad18c6577e0056", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "306cfa8336bc41a43f46d04bd5e65985054eb3cf44cd19ff03ad18c6577e0056", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "306cfa8336bc41a43f46d04bd5e65985054eb3cf44cd19ff03ad18c6577e0056", kill_on_drop: false }` [INFO] [stdout] 306cfa8336bc41a43f46d04bd5e65985054eb3cf44cd19ff03ad18c6577e0056 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 2fde47ca620f02fa714e3f4ed372d921501f31665d32ac435944cc4904503bda [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" "2fde47ca620f02fa714e3f4ed372d921501f31665d32ac435944cc4904503bda", kill_on_drop: false }` [INFO] [stderr] Compiling amqp-codec v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-connect v1.0.2 [INFO] [stderr] Compiling actix-amqp v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: the method `set` exists for mutable reference `&mut actix_router::Path`, but its trait bounds were not satisfied [INFO] [stdout] --> src/server/app.rs:94:29 [INFO] [stdout] | [INFO] [stdout] 94 | link.path_mut().set(path); [INFO] [stdout] | ^^^ method cannot be called on `&mut actix_router::Path` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bytestring-0.1.5/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct ByteString(Bytes); [INFO] [stdout] | ----------------------------- doesn't satisfy `ByteString: ResourcePath` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `ByteString: ResourcePath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ByteString: ResourcePath` is not satisfied [INFO] [stdout] --> src/server/app.rs:95:63 [INFO] [stdout] | [INFO] [stdout] 95 | if let Some((hnd, _info)) = self.router.recognize(link.path_mut()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `ResourcePath` is not implemented for `ByteString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `get_ref` exists for reference `&actix_router::Path`, but its trait bounds were not satisfied [INFO] [stdout] --> src/server/app.rs:107:37 [INFO] [stdout] | [INFO] [stdout] 107 | link.path().get_ref() [INFO] [stdout] | ^^^^^^^ method cannot be called on `&actix_router::Path` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bytestring-0.1.5/src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct ByteString(Bytes); [INFO] [stdout] | ----------------------------- doesn't satisfy `ByteString: ResourcePath` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `ByteString: ResourcePath` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `ByteString: ResourcePath` is not satisfied [INFO] [stdout] --> src/server/link.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | path: Path::new(ByteString::from_static("")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `ResourcePath` is not implemented for `ByteString` [INFO] [stdout] | [INFO] [stdout] note: required by `actix_router::Path::::new` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-router-0.2.7/src/path.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn new(path: T) -> Path { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `actix-amqp` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2fde47ca620f02fa714e3f4ed372d921501f31665d32ac435944cc4904503bda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fde47ca620f02fa714e3f4ed372d921501f31665d32ac435944cc4904503bda", kill_on_drop: false }` [INFO] [stdout] 2fde47ca620f02fa714e3f4ed372d921501f31665d32ac435944cc4904503bda