[INFO] updating cached repository hackebeilchen/password_generator [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/hackebeilchen/password_generator [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/hackebeilchen/password_generator" "work/ex/beta-1.38-1/sources/1.37.0/gh/hackebeilchen/password_generator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/hackebeilchen/password_generator'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hackebeilchen/password_generator" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hackebeilchen/password_generator"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hackebeilchen/password_generator'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7d55841dd77318a518dcf0c6047bd39be9587471 [INFO] sha for GitHub repo hackebeilchen/password_generator: 7d55841dd77318a518dcf0c6047bd39be9587471 [INFO] validating manifest of hackebeilchen/password_generator on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hackebeilchen/password_generator on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hackebeilchen/password_generator [INFO] finished frobbing hackebeilchen/password_generator [INFO] frobbed toml for hackebeilchen/password_generator written to work/ex/beta-1.38-1/sources/1.37.0/gh/hackebeilchen/password_generator/Cargo.toml [INFO] started frobbing hackebeilchen/password_generator [INFO] finished frobbing hackebeilchen/password_generator [INFO] frobbed toml for hackebeilchen/password_generator written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hackebeilchen/password_generator/Cargo.toml [INFO] crate hackebeilchen/password_generator already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/hackebeilchen/password_generator/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/tomaka/android-rs-glue` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/tomaka/android-rs-glue` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing hackebeilchen/password_generator against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hackebeilchen/password_generator:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 4d4a82347d329dd91eecbbfc0e0b6f0004447b925a34242790937e98dfe57570 [INFO] running `"docker" "start" "-a" "4d4a82347d329dd91eecbbfc0e0b6f0004447b925a34242790937e98dfe57570"` [INFO] [stderr] Compiling termios v0.0.5 [INFO] [stderr] Compiling rpassword v0.0.6 [INFO] [stderr] Compiling password_generator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:34:49 [INFO] [stderr] | [INFO] [stderr] 34 | let result = match generate_password(&(name.trim_right_matches('\n').trim_right_matches('\r')),&pw,symbols,16) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:34:74 [INFO] [stderr] | [INFO] [stderr] 34 | let result = match generate_password(&(name.trim_right_matches('\n').trim_right_matches('\r')),&pw,symbols,16) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.42s [INFO] running `"docker" "inspect" "4d4a82347d329dd91eecbbfc0e0b6f0004447b925a34242790937e98dfe57570"` [INFO] running `"docker" "rm" "-f" "4d4a82347d329dd91eecbbfc0e0b6f0004447b925a34242790937e98dfe57570"` [INFO] [stdout] 4d4a82347d329dd91eecbbfc0e0b6f0004447b925a34242790937e98dfe57570 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hackebeilchen/password_generator:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] ba20d0739de31f9baae3ec249761551285ad5f495bf74e3c19349d5cfaa0e812 [INFO] running `"docker" "start" "-a" "ba20d0739de31f9baae3ec249761551285ad5f495bf74e3c19349d5cfaa0e812"` [INFO] [stderr] Compiling password_generator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:34:49 [INFO] [stderr] | [INFO] [stderr] 34 | let result = match generate_password(&(name.trim_right_matches('\n').trim_right_matches('\r')),&pw,symbols,16) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:34:74 [INFO] [stderr] | [INFO] [stderr] 34 | let result = match generate_password(&(name.trim_right_matches('\n').trim_right_matches('\r')),&pw,symbols,16) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `"docker" "inspect" "ba20d0739de31f9baae3ec249761551285ad5f495bf74e3c19349d5cfaa0e812"` [INFO] running `"docker" "rm" "-f" "ba20d0739de31f9baae3ec249761551285ad5f495bf74e3c19349d5cfaa0e812"` [INFO] [stdout] ba20d0739de31f9baae3ec249761551285ad5f495bf74e3c19349d5cfaa0e812 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/hackebeilchen/password_generator:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] b13df9cda0a97b0b5d45244cea22bc14b93dfee0ed1e85fc4d6c04ba97a7f05e [INFO] running `"docker" "start" "-a" "b13df9cda0a97b0b5d45244cea22bc14b93dfee0ed1e85fc4d6c04ba97a7f05e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/password_generator-b9be4c9101507663 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/password_generator-1d5a0fc9e74b12b8 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests password_generator [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b13df9cda0a97b0b5d45244cea22bc14b93dfee0ed1e85fc4d6c04ba97a7f05e"` [INFO] running `"docker" "rm" "-f" "b13df9cda0a97b0b5d45244cea22bc14b93dfee0ed1e85fc4d6c04ba97a7f05e"` [INFO] [stdout] b13df9cda0a97b0b5d45244cea22bc14b93dfee0ed1e85fc4d6c04ba97a7f05e