[INFO] updating cached repository https://github.com/g2p/gpsoauth-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 684d5bf71e9ee9becbe5f142a3f0a03a368cb565 [INFO] testing g2p/gpsoauth-rs against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fg2p%2Fgpsoauth-rs" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/g2p/gpsoauth-rs on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/g2p/gpsoauth-rs [INFO] finished tweaking git repo https://github.com/g2p/gpsoauth-rs [INFO] tweaked toml for git repo https://github.com/g2p/gpsoauth-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/g2p/gpsoauth-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 4150ee37f29e99a22869a96b7f5e0526c994ca01242293f752e1a86be574cbe1 [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" "4150ee37f29e99a22869a96b7f5e0526c994ca01242293f752e1a86be574cbe1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futures v0.1.24 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling serde v1.0.79 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling objekt v0.1.1 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling lock_api v0.1.4 [INFO] [stderr] Compiling bytes v0.4.10 [INFO] [stderr] Compiling url v1.7.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling crossbeam-deque v0.6.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling tokio-io v0.1.9 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.7 [INFO] [stderr] Compiling tokio-current-thread v0.1.3 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-uds v0.2.2 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio v0.1.10 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling hyper v0.12.10 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling gpsoauth v0.1.0 (/opt/rustwide/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: aborting due to previous error; 1 warning emitted [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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4150ee37f29e99a22869a96b7f5e0526c994ca01242293f752e1a86be574cbe1"` [INFO] running `"docker" "rm" "-f" "4150ee37f29e99a22869a96b7f5e0526c994ca01242293f752e1a86be574cbe1"` [INFO] [stdout] 4150ee37f29e99a22869a96b7f5e0526c994ca01242293f752e1a86be574cbe1