[INFO] crate login_app 0.1.3 is already in cache [INFO] checking login_app-0.1.3 against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate login_app 0.1.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate login_app 0.1.3 on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate login_app 0.1.3 [INFO] finished tweaking crates.io crate login_app 0.1.3 [INFO] tweaked toml for crates.io crate login_app 0.1.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate login_app 0.1.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 213d65f63c0d382a475a422d22b66ae9bf0fa7ff0b6c7782e12c0dfd20264009 [INFO] running `"docker" "start" "-a" "213d65f63c0d382a475a422d22b66ae9bf0fa7ff0b6c7782e12c0dfd20264009"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.17 [INFO] [stderr] Checking pin-project-lite v0.1.2 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling isahc v0.6.0 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling curl-sys v0.4.25 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Checking thread_local v1.0.0 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.17 [INFO] [stderr] Checking libz-sys v1.0.25 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking regex v1.3.3 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Checking sluice v0.4.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking blowfish v0.4.0 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Checking bcrypt v0.6.1 [INFO] [stderr] Checking simplelog v0.6.0 [INFO] [stderr] Checking config v0.9.3 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.3 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking tera v0.11.20 [INFO] [stderr] Checking tokio v0.2.9 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking pin-project v0.4.6 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking rusqlite v0.20.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking login_app v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::EmailID` in the current scope [INFO] [stderr] --> src/utils.rs:219:33 [INFO] [stderr] | [INFO] [stderr] 110 | struct EmailID { [INFO] [stderr] | -------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 219 | let email_id = EmailID::new("sample1_email@integration.test"); [INFO] [stderr] | ^^^ function or associated item not found in `utils::EmailID` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::EmailID` in the current scope [INFO] [stderr] --> src/utils.rs:225:33 [INFO] [stderr] | [INFO] [stderr] 110 | struct EmailID { [INFO] [stderr] | -------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 225 | let email_id = EmailID::new("aaaa"); [INFO] [stderr] | ^^^ function or associated item not found in `utils::EmailID` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:231:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 231 | let result = Password::new("PASS123").has_lowercase(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:237:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 237 | let result = Password::new("pASS123").has_lowercase(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:243:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 243 | let result = Password::new("pass123").has_uppercase(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:249:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 249 | let result = Password::new("PASS123").has_uppercase(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:255:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 255 | let result = Password::new("pass").has_number(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:261:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 261 | let result = Password::new("pass2").has_number(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:267:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 267 | let result = Password::new("pass1234").length_ok(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:273:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 273 | let result = Password::new("pass34").length_ok(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:279:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 279 | let result = Password::new("PASS123").has_spl_chars(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for struct `utils::Password` in the current scope [INFO] [stderr] --> src/utils.rs:285:32 [INFO] [stderr] | [INFO] [stderr] 128 | struct Password { [INFO] [stderr] | --------------- function or associated item `new` not found for this [INFO] [stderr] ... [INFO] [stderr] 285 | let result = Password::new("pASS12*").has_spl_chars(); [INFO] [stderr] | ^^^ function or associated item not found in `utils::Password` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `new`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `error_chain::ChainedError` [INFO] [stderr] candidate #2: `rand::distributions::uniform::UniformSampler` [INFO] [stderr] candidate #3: `block_cipher_trait::BlockCipher` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `login_app`. [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" "213d65f63c0d382a475a422d22b66ae9bf0fa7ff0b6c7782e12c0dfd20264009"` [INFO] running `"docker" "rm" "-f" "213d65f63c0d382a475a422d22b66ae9bf0fa7ff0b6c7782e12c0dfd20264009"` [INFO] [stdout] 213d65f63c0d382a475a422d22b66ae9bf0fa7ff0b6c7782e12c0dfd20264009