[INFO] updating cached repository https://github.com/tozny/toznyauth-pam [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftozny%2Ftoznyauth-pam" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tozny/toznyauth-pam on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/tozny/toznyauth-pam already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: path `/big/crater/work/builds/worker-2/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 /big/crater/work/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: path `/big/crater/work/builds/worker-2/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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] fa6795fe23f4235d7c7bfbe2245c74e3ecc837c501cbe536329a97531d2eddac [INFO] running `"docker" "start" "-a" "fa6795fe23f4235d7c7bfbe2245c74e3ecc837c501cbe536329a97531d2eddac"` [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 log v0.2.5 [INFO] [stderr] Compiling mdo v0.2.0 [INFO] [stderr] Compiling pam v0.0.2 (https://github.com/tozny/rust-pam.git#84f74c4a) [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling rust-crypto v0.2.36 [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] error: could not compile `log`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fa6795fe23f4235d7c7bfbe2245c74e3ecc837c501cbe536329a97531d2eddac"` [INFO] running `"docker" "rm" "-f" "fa6795fe23f4235d7c7bfbe2245c74e3ecc837c501cbe536329a97531d2eddac"` [INFO] [stdout] fa6795fe23f4235d7c7bfbe2245c74e3ecc837c501cbe536329a97531d2eddac