[INFO] crate replicante_util_iron 0.2.0 is already in cache
[INFO] checking replicante_util_iron-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate replicante_util_iron 0.2.0 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate replicante_util_iron 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate replicante_util_iron 0.2.0
[INFO] finished tweaking crates.io crate replicante_util_iron 0.2.0
[INFO] tweaked toml for crates.io crate replicante_util_iron 0.2.0 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] e4c89f632aede4ab6b66c00c1b34713ff8655b7796268806f14e32406777f389
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "e4c89f632aede4ab6b66c00c1b34713ff8655b7796268806f14e32406777f389"`
[INFO] [stderr]     Checking ref_slice v1.2.0
[INFO] [stderr]     Checking integer-encoding v1.1.5
[INFO] [stderr]    Compiling prometheus v0.5.0
[INFO] [stderr]    Compiling im v12.3.4
[INFO] [stderr]    Compiling sentry v0.17.0
[INFO] [stderr]    Compiling sentry v0.15.5
[INFO] [stderr]     Checking sized-chunks v0.1.3
[INFO] [stderr]     Checking opentracingrust v0.3.4
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking url_serde v0.2.0
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking humthreads v0.2.0
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking iron v0.6.1
[INFO] [stderr]     Checking kafka v0.8.0
[INFO] [stderr]     Checking thrift v0.0.4
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking router v0.6.0
[INFO] [stderr]     Checking iron-json-response v0.6.0
[INFO] [stderr]     Checking iron-test v0.6.0
[INFO] [stderr]     Checking debugid v0.4.0
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking sentry-types v0.11.0
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking reqwest v0.9.24
[INFO] [stderr]     Checking opentracingrust_zipkin v0.2.0
[INFO] [stderr]     Checking replicante_util_failure v0.1.2
[INFO] [stderr]     Checking replicante_util_upkeep v0.2.0
[INFO] [stderr]     Checking replicante_util_tracing v0.3.2
[INFO] [stderr]     Checking replicante_util_iron v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0277]: the trait bound `replicante_util_failure::SerializableFail: std::convert::From<E>` is not satisfied
[INFO] [stderr]   --> src/error.rs:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let wrapper = SerializableFail::from(error);
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<E>` is not implemented for `replicante_util_failure::SerializableFail`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `replicante_util_failure::SerializableFail: std::convert::From<E>` is not satisfied
[INFO] [stderr]   --> src/error.rs:21:19
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let wrapper = SerializableFail::from(error);
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<E>` is not implemented for `replicante_util_failure::SerializableFail`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error[E0063]: missing field `variant` in initializer of `replicante_util_failure::SerializableFail`
[INFO] [stderr]   --> src/error.rs:35:19
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let wrapper = SerializableFail {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^ missing `variant`
[INFO] [stderr] 
[INFO] [stderr] error[E0063]: missing field `variant` in initializer of `replicante_util_failure::SerializableFail`
[INFO] [stderr]   --> src/error.rs:35:19
[INFO] [stderr]    |
[INFO] [stderr] 35 |     let wrapper = SerializableFail {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^ missing `variant`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0063, E0277.
[INFO] [stderr] For more information about an error, try `rustc --explain E0063`.
[INFO] [stderr] error: could not compile `replicante_util_iron`.
[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: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0063, E0277.
[INFO] [stderr] For more information about an error, try `rustc --explain E0063`.
[INFO] [stderr] error: could not compile `replicante_util_iron`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e4c89f632aede4ab6b66c00c1b34713ff8655b7796268806f14e32406777f389"`
[INFO] running `"docker" "rm" "-f" "e4c89f632aede4ab6b66c00c1b34713ff8655b7796268806f14e32406777f389"`
[INFO] [stdout] e4c89f632aede4ab6b66c00c1b34713ff8655b7796268806f14e32406777f389
