[INFO] cloning repository https://github.com/CorneliaKelinske/rustlings_meetup
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CorneliaKelinske/rustlings_meetup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCorneliaKelinske%2Frustlings_meetup", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCorneliaKelinske%2Frustlings_meetup'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96be19ef0ee679fe95a6c0bd18d886cc6e4ac2f1
[INFO] checking CorneliaKelinske/rustlings_meetup against master#8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd for pr-150557
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCorneliaKelinske%2Frustlings_meetup" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/CorneliaKelinske/rustlings_meetup
[INFO] finished tweaking git repo https://github.com/CorneliaKelinske/rustlings_meetup
[INFO] tweaked toml for git repo https://github.com/CorneliaKelinske/rustlings_meetup written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CorneliaKelinske/rustlings_meetup on toolchain 8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0bae44bc6bf6fc5a895434a5c6e0a4ef4455761b645ec31e983cdae068807f7d
[INFO] running `Command { std: "docker" "start" "-a" "0bae44bc6bf6fc5a895434a5c6e0a4ef4455761b645ec31e983cdae068807f7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0bae44bc6bf6fc5a895434a5c6e0a4ef4455761b645ec31e983cdae068807f7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bae44bc6bf6fc5a895434a5c6e0a4ef4455761b645ec31e983cdae068807f7d", kill_on_drop: false }`
[INFO] [stdout] 0bae44bc6bf6fc5a895434a5c6e0a4ef4455761b645ec31e983cdae068807f7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+8c52f735abd1af9a73941b78fe7ed2ab08b9c0dd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cdb25984fbcf29b7a77642c69ff93f4fbb15006407c7d714040d54093b4e3be9
[INFO] running `Command { std: "docker" "start" "-a" "cdb25984fbcf29b7a77642c69ff93f4fbb15006407c7d714040d54093b4e3be9", kill_on_drop: false }`
[INFO] [stderr]     Checking exercises v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     placeholder("blue");
[INFO] [stdout]    |     ^^^^^^^^^^^ ------ unexpected argument of type `&'static str`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 16 -     placeholder("blue");
[INFO] [stdout] 16 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> exercises/20_threads/threads2.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     println!("Jobs done: {}", todo!());
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^-------^
[INFO] [stdout]    |     |                         |
[INFO] [stdout]    |     |                         any code following this expression is unreachable
[INFO] [stdout]    |     unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     placeholder("red".to_string());
[INFO] [stdout]    |     ^^^^^^^^^^^ ----------------- unexpected argument of type `String`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 18 -     placeholder("red".to_string());
[INFO] [stdout] 18 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     placeholder(String::from("hi"));
[INFO] [stdout]    |     ^^^^^^^^^^^ ------------------ unexpected argument of type `String`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 20 -     placeholder(String::from("hi"));
[INFO] [stdout] 20 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     placeholder("rust is fun!".to_owned());
[INFO] [stdout]    |     ^^^^^^^^^^^ ------------------------- unexpected argument of type `String`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 22 -     placeholder("rust is fun!".to_owned());
[INFO] [stdout] 22 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     placeholder("nice weather".into());
[INFO] [stdout]    |     ^^^^^^^^^^^ --------------------- unexpected argument
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 24 -     placeholder("nice weather".into());
[INFO] [stdout] 24 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     placeholder(format!("Interpolation {}", "Station"));
[INFO] [stdout]    |     ^^^^^^^^^^^ -------------------------------------- unexpected argument of type `String`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 26 -     placeholder(format!("Interpolation {}", "Station"));
[INFO] [stdout] 26 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     placeholder(&String::from("abc")[0..1]);
[INFO] [stdout]    |     ^^^^^^^^^^^ -------------------------- unexpected argument of type `&str`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 30 -     placeholder(&String::from("abc")[0..1]);
[INFO] [stdout] 30 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     placeholder("  hello there ".trim());
[INFO] [stdout]    |     ^^^^^^^^^^^ ----------------------- unexpected argument of type `&str`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 32 -     placeholder("  hello there ".trim());
[INFO] [stdout] 32 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     placeholder("Happy Monday!".replace("Mon", "Tues"));
[INFO] [stdout]    |     ^^^^^^^^^^^ -------------------------------------- unexpected argument of type `String`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 34 -     placeholder("Happy Monday!".replace("Mon", "Tues"));
[INFO] [stdout] 34 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     placeholder("mY sHiFt KeY iS sTiCkY".to_lowercase());
[INFO] [stdout]    |     ^^^^^^^^^^^ --------------------------------------- unexpected argument of type `String`
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> exercises/09_strings/strings4.rs:2:4
[INFO] [stdout]    |
[INFO] [stdout]  2 | fn placeholder() {}
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 36 -     placeholder("mY sHiFt KeY iS sTiCkY".to_lowercase());
[INFO] [stdout] 36 +     placeholder();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `exercises` (bin "strings4") due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> exercises/09_strings/strings3.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn trim_me(input: &str) -> &str {
[INFO] [stdout]   |    -------                 ^^^^ expected `&str`, found `()`
[INFO] [stdout]   |    |
[INFO] [stdout]   |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout]   |
[INFO] [stdout] help: consider returning the local binding `input`
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn trim_me(input: &str) -> &str {
[INFO] [stdout] 2 ~     input
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0594]: cannot assign to data in an `Arc`
[INFO] [stdout]   --> exercises/20_threads/threads2.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             status_shared.jobs_done += 1;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot assign
[INFO] [stdout]    |
[INFO] [stdout]    = help: trait `DerefMut` is required to modify through a dereference, but it is not implemented for `Arc<JobStatus>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0594`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> exercises/09_strings/strings3.rs:5:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn compose_me(input: &str) -> String {
[INFO] [stdout]   |    ----------                 ^^^^^^ expected `String`, found `()`
[INFO] [stdout]   |    |
[INFO] [stdout]   |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> exercises/09_strings/strings3.rs:9:31
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn replace_me(input: &str) -> String {
[INFO] [stdout]   |    ----------                 ^^^^^^ expected `String`, found `()`
[INFO] [stdout]   |    |
[INFO] [stdout]   |    implicitly returns `()` as its body has no tail or `return` expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `exercises` (bin "threads2") due to 1 previous error; 1 warning emitted
[INFO] [stdout] error[E0599]: no variant or associated item named `Resize` found for enum `Message` in the current scope
[INFO] [stdout]  --> exercises/08_enums/enums1.rs:7:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | enum Message {
[INFO] [stdout]   | ------------ variant or associated item `Resize` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 7 |     println!("{:?}", Message::Resize);
[INFO] [stdout]   |                               ^^^^^^ variant or associated item not found in `Message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Move` found for enum `Message` in the current scope
[INFO] [stdout]  --> exercises/08_enums/enums1.rs:8:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | enum Message {
[INFO] [stdout]   | ------------ variant or associated item `Move` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 8 |     println!("{:?}", Message::Move);
[INFO] [stdout]   |                               ^^^^ variant or associated item not found in `Message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Echo` found for enum `Message` in the current scope
[INFO] [stdout]  --> exercises/08_enums/enums1.rs:9:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | enum Message {
[INFO] [stdout]   | ------------ variant or associated item `Echo` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 9 |     println!("{:?}", Message::Echo);
[INFO] [stdout]   |                               ^^^^ variant or associated item not found in `Message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `ChangeColor` found for enum `Message` in the current scope
[INFO] [stdout]   --> exercises/08_enums/enums1.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout]  2 | enum Message {
[INFO] [stdout]    | ------------ variant or associated item `ChangeColor` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 10 |     println!("{:?}", Message::ChangeColor);
[INFO] [stdout]    |                               ^^^^^^^^^^^ variant or associated item not found in `Message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `Quit` found for enum `Message` in the current scope
[INFO] [stdout]   --> exercises/08_enums/enums1.rs:11:31
[INFO] [stdout]    |
[INFO] [stdout]  2 | enum Message {
[INFO] [stdout]    | ------------ variant or associated item `Quit` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 11 |     println!("{:?}", Message::Quit);
[INFO] [stdout]    |                               ^^^^ variant or associated item not found in `Message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `exercises` (bin "enums1") due to 5 previous errors
[INFO] [stderr] error: could not compile `exercises` (bin "strings3" test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "cdb25984fbcf29b7a77642c69ff93f4fbb15006407c7d714040d54093b4e3be9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdb25984fbcf29b7a77642c69ff93f4fbb15006407c7d714040d54093b4e3be9", kill_on_drop: false }`
[INFO] [stdout] cdb25984fbcf29b7a77642c69ff93f4fbb15006407c7d714040d54093b4e3be9
