[INFO] fetching crate interledger-btp 0.4.0... [INFO] testing interledger-btp-0.4.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate interledger-btp 0.4.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate interledger-btp 0.4.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate interledger-btp 0.4.0 [INFO] finished tweaking crates.io crate interledger-btp 0.4.0 [INFO] tweaked toml for crates.io crate interledger-btp 0.4.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8ebbddd2e359f57db8734b596ed0f82730af758e0ae97006f4e94ca18d9838e7 [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" "8ebbddd2e359f57db8734b596ed0f82730af758e0ae97006f4e94ca18d9838e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ebbddd2e359f57db8734b596ed0f82730af758e0ae97006f4e94ca18d9838e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ebbddd2e359f57db8734b596ed0f82730af758e0ae97006f4e94ca18d9838e7", kill_on_drop: false }` [INFO] [stdout] 8ebbddd2e359f57db8734b596ed0f82730af758e0ae97006f4e94ca18d9838e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9cf6550e09afe3cb5184be5fa68ab96f2cd48fa70d475d53be690df639e12af [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" "d9cf6550e09afe3cb5184be5fa68ab96f2cd48fa70d475d53be690df639e12af", kill_on_drop: false }` [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling stream-cancel v0.4.4 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling input_buffer v0.2.0 [INFO] [stderr] Compiling interledger-packet v0.4.0 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interledger-packet-0.4.0/src/packet.rs:148:43 [INFO] [stdout] | [INFO] [stdout] 148 | let expires_at = SystemTime::from(expires_at); [INFO] [stdout] | ^^^^^^^^^^ expected struct `SystemTime`, found struct `DateTime` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `SystemTime` [INFO] [stdout] found struct `DateTime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `DateTime: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interledger-packet-0.4.0/src/packet.rs:196:13 [INFO] [stdout] | [INFO] [stdout] 196 | DateTime::::from(expires_at).format(INTERLEDGER_TIMESTAMP_FORMAT), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the trait `From` is not implemented for `DateTime` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as From>> [INFO] [stdout] as From>> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `format` found for struct `DateTime` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interledger-packet-0.4.0/src/packet.rs:196:47 [INFO] [stdout] | [INFO] [stdout] 196 | DateTime::::from(expires_at).format(INTERLEDGER_TIMESTAMP_FORMAT), [INFO] [stdout] | ^^^^^^ method not found in `DateTime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `DateTime: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interledger-packet-0.4.0/src/packet.rs:248:18 [INFO] [stdout] | [INFO] [stdout] 248 | &DateTime::::from(self.expires_at()).to_rfc3339(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the trait `From` is not implemented for `DateTime` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as From>> [INFO] [stdout] as From>> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_rfc3339` found for struct `DateTime` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interledger-packet-0.4.0/src/packet.rs:248:59 [INFO] [stdout] | [INFO] [stdout] 248 | &DateTime::::from(self.expires_at()).to_rfc3339(), [INFO] [stdout] | ^^^^^^^^^^ method not found in `DateTime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `DateTime: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interledger-packet-0.4.0/src/packet.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | DateTime::::from(self.expires_at).format(INTERLEDGER_TIMESTAMP_FORMAT), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ the trait `From` is not implemented for `DateTime` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as From>> [INFO] [stdout] as From>> [INFO] [stdout] = note: required by `from` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `format` found for struct `DateTime` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interledger-packet-0.4.0/src/packet.rs:277:52 [INFO] [stdout] | [INFO] [stdout] 277 | DateTime::::from(self.expires_at).format(INTERLEDGER_TIMESTAMP_FORMAT), [INFO] [stdout] | ^^^^^^ method not found in `DateTime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `chrono::ParseError: std::error::Error` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interledger-packet-0.4.0/src/errors.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | cause(err) [INFO] [stdout] | ^^^ the trait `std::error::Error` is not implemented for `chrono::ParseError` [INFO] [stdout] | [INFO] [stdout] = note: required for the cast to the object type `dyn std::error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `interledger-packet` [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: build failed [INFO] running `Command { std: "docker" "inspect" "d9cf6550e09afe3cb5184be5fa68ab96f2cd48fa70d475d53be690df639e12af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9cf6550e09afe3cb5184be5fa68ab96f2cd48fa70d475d53be690df639e12af", kill_on_drop: false }` [INFO] [stdout] d9cf6550e09afe3cb5184be5fa68ab96f2cd48fa70d475d53be690df639e12af