[INFO] cloning repository https://github.com/NivenT/RLisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NivenT/RLisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNivenT%2FRLisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNivenT%2FRLisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aefac5741a0f3e5b74235ce10234913f957ebfad [INFO] checking NivenT/RLisp against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNivenT%2FRLisp" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NivenT/RLisp on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NivenT/RLisp [INFO] finished tweaking git repo https://github.com/NivenT/RLisp [INFO] tweaked toml for git repo https://github.com/NivenT/RLisp written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/NivenT/RLisp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71d1c656d93105ef41801b5e810c2b38526cbcea2b8100ca7131811f28318c39 [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" "71d1c656d93105ef41801b5e810c2b38526cbcea2b8100ca7131811f28318c39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71d1c656d93105ef41801b5e810c2b38526cbcea2b8100ca7131811f28318c39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71d1c656d93105ef41801b5e810c2b38526cbcea2b8100ca7131811f28318c39", kill_on_drop: false }` [INFO] [stdout] 71d1c656d93105ef41801b5e810c2b38526cbcea2b8100ca7131811f28318c39 [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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f528658e3009ab235e7aad1c6973b1344719329e97877c8ff313dd0eea5f5202 [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" "f528658e3009ab235e7aad1c6973b1344719329e97877c8ff313dd0eea5f5202", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking term v0.6.1 [INFO] [stderr] Compiling standback v0.2.14 [INFO] [stderr] Compiling time v0.2.23 [INFO] [stderr] Checking rand_core v0.6.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking term-painter v0.3.0 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand v0.8.0 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking RLisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `time::PreciseTime`: Use `Instant` [INFO] [stdout] --> src/eval.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use time::PreciseTime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `time::PreciseTime`: Use `Instant` [INFO] [stdout] --> src/eval.rs:529:15 [INFO] [stdout] | [INFO] [stdout] 529 | let start = PreciseTime::now(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `time::PreciseTime`: Use `Instant` [INFO] [stdout] --> src/eval.rs:531:52 [INFO] [stdout] | [INFO] [stdout] 531 | println!("Duration of computation: {}", start.to(PreciseTime::now())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `time::PreciseTime`: Use `Instant` [INFO] [stdout] --> src/eval.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use time::PreciseTime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `time::PreciseTime`: Use `Instant` [INFO] [stdout] --> src/eval.rs:529:15 [INFO] [stdout] | [INFO] [stdout] 529 | let start = PreciseTime::now(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `time::PreciseTime`: Use `Instant` [INFO] [stdout] --> src/eval.rs:531:52 [INFO] [stdout] | [INFO] [stdout] 531 | println!("Duration of computation: {}", start.to(PreciseTime::now())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/main.rs:107:63 [INFO] [stdout] | [INFO] [stdout] 107 | if score < min.1 || (score == min.1 && rand::thread_rng().gen_range(0,2) == 1) { [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:461:47 [INFO] [stdout] | [INFO] [stdout] 461 | Ok(ATOM(NUMBER(INTEGER(rand::thread_rng().gen_range(0,n))))) [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:472:48 [INFO] [stdout] | [INFO] [stdout] 472 | Ok(ATOM(NUMBER(INTEGER(rand::thread_rng().gen_range(m,n))))) [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:474:48 [INFO] [stdout] | [INFO] [stdout] 474 | Ok(ATOM(NUMBER(INTEGER(rand::thread_rng().gen_range(n,m))))) [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:499:42 [INFO] [stdout] | [INFO] [stdout] 499 | Ok(ATOM(NUMBER(REAL(rand::thread_rng().gen_range(0f64,1f64))))) [INFO] [stdout] | ^^^^^^^^^ ---- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:504:25 [INFO] [stdout] | [INFO] [stdout] 504 | rand::thread_rng().gen_range(0f64,n.val())).simplify()))) [INFO] [stdout] | ^^^^^^^^^ ---- ------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:516:26 [INFO] [stdout] | [INFO] [stdout] 516 | rand::thread_rng().gen_range(m.val(),n.val())).simplify()))) [INFO] [stdout] | ^^^^^^^^^ ------- ------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:519:26 [INFO] [stdout] | [INFO] [stdout] 519 | rand::thread_rng().gen_range(n.val(),m.val())).simplify()))) [INFO] [stdout] | ^^^^^^^^^ ------- ------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stdout] --> src/parser.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | STRING(tkn.slice_unchecked(1,tkn.len()-1).to_string()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/main.rs:107:63 [INFO] [stdout] | [INFO] [stdout] 107 | if score < min.1 || (score == min.1 && rand::thread_rng().gen_range(0,2) == 1) { [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:461:47 [INFO] [stdout] | [INFO] [stdout] 461 | Ok(ATOM(NUMBER(INTEGER(rand::thread_rng().gen_range(0,n))))) [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:472:48 [INFO] [stdout] | [INFO] [stdout] 472 | Ok(ATOM(NUMBER(INTEGER(rand::thread_rng().gen_range(m,n))))) [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:474:48 [INFO] [stdout] | [INFO] [stdout] 474 | Ok(ATOM(NUMBER(INTEGER(rand::thread_rng().gen_range(n,m))))) [INFO] [stdout] | ^^^^^^^^^ - - supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:499:42 [INFO] [stdout] | [INFO] [stdout] 499 | Ok(ATOM(NUMBER(REAL(rand::thread_rng().gen_range(0f64,1f64))))) [INFO] [stdout] | ^^^^^^^^^ ---- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:504:25 [INFO] [stdout] | [INFO] [stdout] 504 | rand::thread_rng().gen_range(0f64,n.val())).simplify()))) [INFO] [stdout] | ^^^^^^^^^ ---- ------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:516:26 [INFO] [stdout] | [INFO] [stdout] 516 | rand::thread_rng().gen_range(m.val(),n.val())).simplify()))) [INFO] [stdout] | ^^^^^^^^^ ------- ------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/native.rs:519:26 [INFO] [stdout] | [INFO] [stdout] 519 | rand::thread_rng().gen_range(n.val(),m.val())).simplify()))) [INFO] [stdout] | ^^^^^^^^^ ------- ------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stdout] --> src/parser.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | STRING(tkn.slice_unchecked(1,tkn.len()-1).to_string()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `time::Instant::to`: Use `rhs - lhs` [INFO] [stdout] --> src/eval.rs:531:49 [INFO] [stdout] | [INFO] [stdout] 531 | println!("Duration of computation: {}", start.to(PreciseTime::now())); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `time::Instant::to`: Use `rhs - lhs` [INFO] [stdout] --> src/eval.rs:531:49 [INFO] [stdout] | [INFO] [stdout] 531 | println!("Duration of computation: {}", start.to(PreciseTime::now())); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `time::Duration` doesn't implement `std::fmt::Display` [INFO] [stdout] --> src/eval.rs:531:43 [INFO] [stdout] | [INFO] [stdout] 531 | println!("Duration of computation: {}", start.to(PreciseTime::now())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `time::Duration` cannot be formatted with the default formatter [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::fmt::Display` is not implemented for `time::Duration` [INFO] [stdout] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stdout] = note: required by `std::fmt::Display::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error[E0277]: `time::Duration` doesn't implement `std::fmt::Display` [INFO] [stdout] --> src/eval.rs:531:43 [INFO] [stdout] | [INFO] [stdout] 531 | println!("Duration of computation: {}", start.to(PreciseTime::now())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `time::Duration` cannot be formatted with the default formatter [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::fmt::Display` is not implemented for `time::Duration` [INFO] [stdout] = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead [INFO] [stdout] = note: required by `std::fmt::Display::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `RLisp` [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] [stdout] error: aborting due to 9 previous errors; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f528658e3009ab235e7aad1c6973b1344719329e97877c8ff313dd0eea5f5202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f528658e3009ab235e7aad1c6973b1344719329e97877c8ff313dd0eea5f5202", kill_on_drop: false }` [INFO] [stdout] f528658e3009ab235e7aad1c6973b1344719329e97877c8ff313dd0eea5f5202