[INFO] updating cached repository https://github.com/tozny/toznyauth-pam [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] 015b6822015c172a0410e153c882f6321a1e850a [INFO] testing tozny/toznyauth-pam against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftozny%2Ftoznyauth-pam" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tozny/toznyauth-pam on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tozny/toznyauth-pam [INFO] finished tweaking git repo https://github.com/tozny/toznyauth-pam [INFO] tweaked toml for git repo https://github.com/tozny/toznyauth-pam written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/tozny/toznyauth-pam already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: path `/workspace/builds/worker-4/source/src/toznyauth_pam.rs` was erroneously implicitly accepted for library `toznyauth_pam`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/tozny/rust-pam.git` [INFO] [stderr] Updating git repository `https://github.com/tozny/sdk-rust.git` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: path `/workspace/builds/worker-4/source/src/toznyauth_pam.rs` was erroneously implicitly accepted for library `toznyauth_pam`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 07d8ea706e6dbb78485dd60035cb19199f3aaf54ba3360e230631f7354d0c4f2 [INFO] running `"docker" "start" "-a" "07d8ea706e6dbb78485dd60035cb19199f3aaf54ba3360e230631f7354d0c4f2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: path `/opt/rustwide/workdir/src/toznyauth_pam.rs` was erroneously implicitly accepted for library `toznyauth_pam`, [INFO] [stderr] please rename the file to `src/lib.rs` or set lib.path in Cargo.toml [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling log v0.2.5 [INFO] [stderr] Compiling mdo v0.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling qrcode v0.1.8 [INFO] [stderr] error[E0425]: cannot find function `at_exit` in module `rt` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535:9 [INFO] [stderr] | [INFO] [stderr] 535 | rt::at_exit(|| { [INFO] [stderr] | ^^^^^^^ not found in `rt` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:145:1 [INFO] [stderr] | [INFO] [stderr] 145 | #![feature(core, std_misc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rt': this public module should not exist and is highly likely to disappear [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | use std::rt; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0554, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] Compiling pam v0.0.2 (https://github.com/tozny/rust-pam.git#84f74c4a) [INFO] [stderr] error: could not compile `log`. [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" "07d8ea706e6dbb78485dd60035cb19199f3aaf54ba3360e230631f7354d0c4f2"` [INFO] running `"docker" "rm" "-f" "07d8ea706e6dbb78485dd60035cb19199f3aaf54ba3360e230631f7354d0c4f2"` [INFO] [stdout] 07d8ea706e6dbb78485dd60035cb19199f3aaf54ba3360e230631f7354d0c4f2