[INFO] updating cached repository Bert-Proesmans/failure_issue [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Bert-Proesmans/failure_issue [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Bert-Proesmans/failure_issue" "work/ex/beta-1.37-6/sources/1.36.0/gh/Bert-Proesmans/failure_issue"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Bert-Proesmans/failure_issue'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Bert-Proesmans/failure_issue" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Bert-Proesmans/failure_issue"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Bert-Proesmans/failure_issue'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 27b24ae2f3101ba2efde91912144ddf9327043b2 [INFO] sha for GitHub repo Bert-Proesmans/failure_issue: 27b24ae2f3101ba2efde91912144ddf9327043b2 [INFO] validating manifest of Bert-Proesmans/failure_issue on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Bert-Proesmans/failure_issue on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Bert-Proesmans/failure_issue [INFO] finished frobbing Bert-Proesmans/failure_issue [INFO] frobbed toml for Bert-Proesmans/failure_issue written to work/ex/beta-1.37-6/sources/1.36.0/gh/Bert-Proesmans/failure_issue/Cargo.toml [INFO] started frobbing Bert-Proesmans/failure_issue [INFO] finished frobbing Bert-Proesmans/failure_issue [INFO] frobbed toml for Bert-Proesmans/failure_issue written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Bert-Proesmans/failure_issue/Cargo.toml [INFO] crate Bert-Proesmans/failure_issue already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Bert-Proesmans/failure_issue against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Bert-Proesmans/failure_issue:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] a6e7631480af297ebcd194b4325146d6f2ecf89324e4578e75d8e5732067cdcc [INFO] running `"docker" "start" "-a" "a6e7631480af297ebcd194b4325146d6f2ecf89324e4578e75d8e5732067cdcc"` [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling failure_issue v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0277]: the trait bound `error::MissingEntityError: failure::Fail` is not satisfied [INFO] [stderr] --> src/main.rs:24:23 [INFO] [stderr] | [INFO] [stderr] 24 | let fail: &Fail = &MissingEntityError { id }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `failure::Fail` is not implemented for `error::MissingEntityError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as failure::Fail> [INFO] [stderr] = note: required for the cast to the object type `dyn failure::Fail` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `error::MissingEntityError: failure::Fail` is not satisfied [INFO] [stderr] --> src/main.rs:25:48 [INFO] [stderr] | [INFO] [stderr] 25 | let err: Error = MissingEntityError { id }.into(); [INFO] [stderr] | ^^^^ the trait `failure::Fail` is not implemented for `error::MissingEntityError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as failure::Fail> [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::From>` for `failure::Error` [INFO] [stderr] = note: required because of the requirements on the impl of `std::convert::Into` for `error::MissingEntityError` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `failure_issue`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a6e7631480af297ebcd194b4325146d6f2ecf89324e4578e75d8e5732067cdcc"` [INFO] running `"docker" "rm" "-f" "a6e7631480af297ebcd194b4325146d6f2ecf89324e4578e75d8e5732067cdcc"` [INFO] [stdout] a6e7631480af297ebcd194b4325146d6f2ecf89324e4578e75d8e5732067cdcc