[INFO] cloning repository g2p/gpsoauth-rs [INFO] running `"git" "clone" "--bare" "git://github.com/g2p/gpsoauth-rs.git" "work/cache/sources/gh/g2p/gpsoauth-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/g2p/gpsoauth-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/g2p/gpsoauth-rs" "work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/g2p/gpsoauth-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/g2p/gpsoauth-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/g2p/gpsoauth-rs" "work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/g2p/gpsoauth-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/g2p/gpsoauth-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 684d5bf71e9ee9becbe5f142a3f0a03a368cb565 [INFO] sha for GitHub repo g2p/gpsoauth-rs: 684d5bf71e9ee9becbe5f142a3f0a03a368cb565 [INFO] validating manifest of g2p/gpsoauth-rs on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of g2p/gpsoauth-rs on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing g2p/gpsoauth-rs [INFO] finished frobbing g2p/gpsoauth-rs [INFO] frobbed toml for g2p/gpsoauth-rs written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/g2p/gpsoauth-rs/Cargo.toml [INFO] started frobbing g2p/gpsoauth-rs [INFO] finished frobbing g2p/gpsoauth-rs [INFO] frobbed toml for g2p/gpsoauth-rs written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/g2p/gpsoauth-rs/Cargo.toml [INFO] crate g2p/gpsoauth-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking g2p/gpsoauth-rs against master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-1/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/g2p/gpsoauth-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/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=forbid" "-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" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] af299eeeb0935f7ab037be6146af696306061eef01e8e68eee2b1325d1430345 [INFO] running `"docker" "start" "-a" "af299eeeb0935f7ab037be6146af696306061eef01e8e68eee2b1325d1430345"` [INFO] [stderr] Checking objekt v0.1.1 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Checking gpsoauth v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `encryption` in `ring` [INFO] [stderr] --> src/lib.rs:104:22 [INFO] [stderr] | [INFO] [stderr] 104 | sig.extend(ring::encryption::encrypt(&rng, n, e, msg)?); [INFO] [stderr] | ^^^^^^^^^^ could not find `encryption` in `ring` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | pub client: Box, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Client` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `encryption` in `ring` [INFO] [stderr] --> src/lib.rs:104:22 [INFO] [stderr] | [INFO] [stderr] 104 | sig.extend(ring::encryption::encrypt(&rng, n, e, msg)?); [INFO] [stderr] | ^^^^^^^^^^ could not find `encryption` in `ring` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | pub client: Box, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Client` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `gpsoauth`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `gpsoauth`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "af299eeeb0935f7ab037be6146af696306061eef01e8e68eee2b1325d1430345"` [INFO] running `"docker" "rm" "-f" "af299eeeb0935f7ab037be6146af696306061eef01e8e68eee2b1325d1430345"` [INFO] [stdout] af299eeeb0935f7ab037be6146af696306061eef01e8e68eee2b1325d1430345