[INFO] crate oauth-client-async 0.4.0 is already in cache [INFO] testing oauth-client-async-0.4.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate oauth-client-async 0.4.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate oauth-client-async 0.4.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate oauth-client-async 0.4.0 [INFO] finished tweaking crates.io crate oauth-client-async 0.4.0 [INFO] tweaked toml for crates.io crate oauth-client-async 0.4.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] 39b8551f75f9ca7c2cc85a2bd85ad77672e77397a6574d9e7de72cbc5ab7f2f4 [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" "39b8551f75f9ca7c2cc85a2bd85ad77672e77397a6574d9e7de72cbc5ab7f2f4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling oauth-client-async v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.74s [INFO] running `"docker" "inspect" "39b8551f75f9ca7c2cc85a2bd85ad77672e77397a6574d9e7de72cbc5ab7f2f4"` [INFO] running `"docker" "rm" "-f" "39b8551f75f9ca7c2cc85a2bd85ad77672e77397a6574d9e7de72cbc5ab7f2f4"` [INFO] [stdout] 39b8551f75f9ca7c2cc85a2bd85ad77672e77397a6574d9e7de72cbc5ab7f2f4 [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" "test" "--frozen" "--no-run"` [INFO] [stdout] 8852b8866be8eba19b44ceb9400c0a9a1edba06e03ac5e31e995d78a3d22d658 [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" "8852b8866be8eba19b44ceb9400c0a9a1edba06e03ac5e31e995d78a3d22d658"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling oauth-client-async v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `oauth_client` [INFO] [stderr] --> examples/test_post.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | extern crate oauth_client as oauth; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `oauth_client` [INFO] [stderr] --> examples/test_get.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | extern crate oauth_client as oauth; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `oauth-client-async`. [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: could not compile `oauth-client-async`. [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[E0463]: can't find crate for `oauth_client` [INFO] [stderr] --> examples/test_authorization_header.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | extern crate oauth_client as oauth; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `oauth-client-async`. [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" "8852b8866be8eba19b44ceb9400c0a9a1edba06e03ac5e31e995d78a3d22d658"` [INFO] running `"docker" "rm" "-f" "8852b8866be8eba19b44ceb9400c0a9a1edba06e03ac5e31e995d78a3d22d658"` [INFO] [stdout] 8852b8866be8eba19b44ceb9400c0a9a1edba06e03ac5e31e995d78a3d22d658