[INFO] cloning repository https://github.com/Nyrox/experimental-lang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nyrox/experimental-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyrox%2Fexperimental-lang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyrox%2Fexperimental-lang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c71c970a473dc519830532474e51d10df2523b3 [INFO] checking Nyrox/experimental-lang against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNyrox%2Fexperimental-lang" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Nyrox/experimental-lang 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/Nyrox/experimental-lang [INFO] finished tweaking git repo https://github.com/Nyrox/experimental-lang [INFO] tweaked toml for git repo https://github.com/Nyrox/experimental-lang written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/Nyrox/experimental-lang 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 4ae382dc3ed71fc320b3618c0ca79f062139fee689dce93fcecde911c8998270 [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" "4ae382dc3ed71fc320b3618c0ca79f062139fee689dce93fcecde911c8998270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ae382dc3ed71fc320b3618c0ca79f062139fee689dce93fcecde911c8998270", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ae382dc3ed71fc320b3618c0ca79f062139fee689dce93fcecde911c8998270", kill_on_drop: false }` [INFO] [stdout] 4ae382dc3ed71fc320b3618c0ca79f062139fee689dce93fcecde911c8998270 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] df7f95a1fb69dece20a9a08314ee13bbee5b1f60673a8f2fa6e9c84668455b16 [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" "df7f95a1fb69dece20a9a08314ee13bbee5b1f60673a8f2fa6e9c84668455b16", kill_on_drop: false }` [INFO] [stderr] Checking experimental-lang v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `let_chains` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(let_chains)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TypeDeclaration` is imported redundantly [INFO] [stdout] --> src/typecheck.rs:518:9 [INFO] [stdout] | [INFO] [stdout] 2 | ast::untyped::{Expr, TypeDeclaration}, [INFO] [stdout] | --------------- the item `TypeDeclaration` is already imported here [INFO] [stdout] ... [INFO] [stdout] 518 | use untyped::TypeDeclaration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `let_chains` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/main.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(let_chains)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `TypeDeclaration` is imported redundantly [INFO] [stdout] --> src/typecheck.rs:518:9 [INFO] [stdout] | [INFO] [stdout] 2 | ast::untyped::{Expr, TypeDeclaration}, [INFO] [stdout] | --------------- the item `TypeDeclaration` is already imported here [INFO] [stdout] ... [INFO] [stdout] 518 | use untyped::TypeDeclaration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/interpret.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | _ => { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/interpret.rs:257:29 [INFO] [stdout] | [INFO] [stdout] 257 | ... _ => panic!(), [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/typecheck.rs:566:9 [INFO] [stdout] | [INFO] [stdout] 566 | _ => unimplemented!(), [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/typecheck.rs:694:13 [INFO] [stdout] | [INFO] [stdout] 694 | _ => { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/parser/recdec.rs:351:33 [INFO] [stdout] | [INFO] [stdout] 351 | Spanned(Token::Let, span) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_span` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tpipe` [INFO] [stdout] --> src/parser/recdec.rs:372:32 [INFO] [stdout] | [INFO] [stdout] 372 | while let Some(tpipe) = self.maybe_expect(&Token::Pipe) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_tpipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `th` [INFO] [stdout] --> src/interpret.rs:138:44 [INFO] [stdout] | [INFO] [stdout] 138 | if let Some(Value::Variant(th, vi, val)) = self.pop_val() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_th` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vn` [INFO] [stdout] --> src/typecheck.rs:95:46 [INFO] [stdout] | [INFO] [stdout] 95 | ... if let Some((i, (vn, vt))) = variants [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_vn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/interpret.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | _ => { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/interpret.rs:257:29 [INFO] [stdout] | [INFO] [stdout] 257 | ... _ => panic!(), [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/typecheck.rs:566:9 [INFO] [stdout] | [INFO] [stdout] 566 | _ => unimplemented!(), [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/typecheck.rs:694:13 [INFO] [stdout] | [INFO] [stdout] 694 | _ => { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `span` [INFO] [stdout] --> src/parser/recdec.rs:351:33 [INFO] [stdout] | [INFO] [stdout] 351 | Spanned(Token::Let, span) => { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_span` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tpipe` [INFO] [stdout] --> src/parser/recdec.rs:372:32 [INFO] [stdout] | [INFO] [stdout] 372 | while let Some(tpipe) = self.maybe_expect(&Token::Pipe) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_tpipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `th` [INFO] [stdout] --> src/interpret.rs:138:44 [INFO] [stdout] | [INFO] [stdout] 138 | if let Some(Value::Variant(th, vi, val)) = self.pop_val() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_th` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vn` [INFO] [stdout] --> src/typecheck.rs:95:46 [INFO] [stdout] | [INFO] [stdout] 95 | ... if let Some((i, (vn, vt))) = variants [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_vn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/interpret.rs:218:25 [INFO] [stdout] | [INFO] [stdout] 210 | if let Some(b) = self.program.bindings.get(s) { [INFO] [stdout] | --------------------- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 218 | self.push_val(Value::BuiltInFn(*f)); [INFO] [stdout] | ^^^^ -- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/interpret.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 210 | if let Some(b) = self.program.bindings.get(s) { [INFO] [stdout] | --------------------- immutable borrow occurs here [INFO] [stdout] 211 | if let (ExprT::Lambda(p, body), _) = b { [INFO] [stdout] 212 | self.push_val(Value::Function( [INFO] [stdout] | ^^^^ mutable borrow occurs here [INFO] [stdout] 213 | Rc::new(p.clone()), [INFO] [stdout] | - immutable borrow later used here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/interpret.rs:218:25 [INFO] [stdout] | [INFO] [stdout] 210 | if let Some(b) = self.program.bindings.get(s) { [INFO] [stdout] | --------------------- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 218 | self.push_val(Value::BuiltInFn(*f)); [INFO] [stdout] | ^^^^ -- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/interpret.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 210 | if let Some(b) = self.program.bindings.get(s) { [INFO] [stdout] | --------------------- immutable borrow occurs here [INFO] [stdout] 211 | if let (ExprT::Lambda(p, body), _) = b { [INFO] [stdout] 212 | self.push_val(Value::Function( [INFO] [stdout] | ^^^^ mutable borrow occurs here [INFO] [stdout] 213 | Rc::new(p.clone()), [INFO] [stdout] | - immutable borrow later used here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.24s [INFO] running `Command { std: "docker" "inspect" "df7f95a1fb69dece20a9a08314ee13bbee5b1f60673a8f2fa6e9c84668455b16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df7f95a1fb69dece20a9a08314ee13bbee5b1f60673a8f2fa6e9c84668455b16", kill_on_drop: false }` [INFO] [stdout] df7f95a1fb69dece20a9a08314ee13bbee5b1f60673a8f2fa6e9c84668455b16