[INFO] fetching crate booklibrs 1.0.1... [INFO] checking booklibrs-1.0.1 against master#9503ea19edbf01b9435e80e17d60ce1b88390116 for pr-81782 [INFO] extracting crate booklibrs 1.0.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate booklibrs 1.0.1 on toolchain 9503ea19edbf01b9435e80e17d60ce1b88390116 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate booklibrs 1.0.1 [INFO] finished tweaking crates.io crate booklibrs 1.0.1 [INFO] tweaked toml for crates.io crate booklibrs 1.0.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate booklibrs 1.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2e06f6ef0b3e7da22fd6889dfdd1b92aa21689416d51fa478ffbe20691920ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a2e06f6ef0b3e7da22fd6889dfdd1b92aa21689416d51fa478ffbe20691920ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2e06f6ef0b3e7da22fd6889dfdd1b92aa21689416d51fa478ffbe20691920ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2e06f6ef0b3e7da22fd6889dfdd1b92aa21689416d51fa478ffbe20691920ef", kill_on_drop: false }` [INFO] [stdout] a2e06f6ef0b3e7da22fd6889dfdd1b92aa21689416d51fa478ffbe20691920ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87e063555cf8ac74ccdbf27263fd6f6cae1e41139e41196153e8e0556863ee56 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "87e063555cf8ac74ccdbf27263fd6f6cae1e41139e41196153e8e0556863ee56", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling fltk-sys v0.13.14 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling fltk-derive v0.13.14 [INFO] [stderr] Checking fltk v0.13.14 [INFO] [stderr] Checking booklibrs v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/tests/book_test.rs:145:28 [INFO] [stdout] | [INFO] [stdout] 145 | let mut the_book = TheBook::new("Title".to_string(), "Author".to_string(), 200); [INFO] [stdout] | ^^^^^^^^^^^^ ------------------- -------------------- --- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/books/the_book.rs:122:12 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn new(new_title: String, new_author: String, new_pages: u16, amount: usize) -> Self { [INFO] [stdout] | ^^^ ----------------- ------------------ -------------- ------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 4 arguments but 3 arguments were supplied [INFO] [stdout] --> src/tests/book_test.rs:201:28 [INFO] [stdout] | [INFO] [stdout] 201 | let mut the_book = TheBook::new("Title".to_string(), "Author".to_string(), 200); [INFO] [stdout] | ^^^^^^^^^^^^ ------------------- -------------------- --- supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 4 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/books/the_book.rs:122:12 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn new(new_title: String, new_author: String, new_pages: u16, amount: usize) -> Self { [INFO] [stdout] | ^^^ ----------------- ------------------ -------------- ------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `booklibrs` [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 `Command { std: "docker" "inspect" "87e063555cf8ac74ccdbf27263fd6f6cae1e41139e41196153e8e0556863ee56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87e063555cf8ac74ccdbf27263fd6f6cae1e41139e41196153e8e0556863ee56", kill_on_drop: false }` [INFO] [stdout] 87e063555cf8ac74ccdbf27263fd6f6cae1e41139e41196153e8e0556863ee56