[INFO] cloning repository https://github.com/Techno-coder/lucent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Techno-coder/lucent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTechno-coder%2Flucent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTechno-coder%2Flucent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f5c95b296c80b0fd8e829b9ff3cf6a74717e08ca [INFO] checking Techno-coder/lucent against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTechno-coder%2Flucent" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Techno-coder/lucent on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Techno-coder/lucent [INFO] finished tweaking git repo https://github.com/Techno-coder/lucent [INFO] tweaked toml for git repo https://github.com/Techno-coder/lucent written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Techno-coder/lucent already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd4e8404ec8c9c9c2c8f5b441fa75fe6368504a1f9983e47031bd464a1811db0 [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" "cd4e8404ec8c9c9c2c8f5b441fa75fe6368504a1f9983e47031bd464a1811db0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd4e8404ec8c9c9c2c8f5b441fa75fe6368504a1f9983e47031bd464a1811db0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd4e8404ec8c9c9c2c8f5b441fa75fe6368504a1f9983e47031bd464a1811db0", kill_on_drop: false }` [INFO] [stdout] cd4e8404ec8c9c9c2c8f5b441fa75fe6368504a1f9983e47031bd464a1811db0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60427f4062aa6a1ec08df63654b479aab41e30806801bc41114f81e2f000c476 [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" "60427f4062aa6a1ec08df63654b479aab41e30806801bc41114f81e2f000c476", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking termcolor v1.1.0 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking regex-syntax v0.6.17 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Compiling iced-x86 v1.2.0 [INFO] [stderr] Checking codespan-reporting v0.9.4 [INFO] [stderr] Checking codespan v0.9.4 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling tree-sitter v0.16.0 [INFO] [stderr] Compiling lucent v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] warning: In file included from tree-sitter-lucent/src/parser.c:1: [INFO] [stderr] warning: tree-sitter-lucent/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: tree-sitter-lucent/src/tree_sitter/parser.h:131:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 131 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: tree-sitter-lucent/src/parser.c:2471:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 2471 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.3.5 [INFO] [stderr] Checking dashmap v3.11.2 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Compiling scroll_derive v0.10.2 [INFO] [stderr] Checking scroll v0.10.1 [INFO] [stderr] Checking goblin v0.2.3 [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option` in the current scope [INFO] [stdout] --> src/inference/context.rs:105:59 [INFO] [stdout] | [INFO] [stdout] 105 | Some(node) => Ok(variables.insert(variable, node.node).unwrap_none()), [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option` in the current scope [INFO] [stdout] --> src/inference/context.rs:113:52 [INFO] [stdout] | [INFO] [stdout] 113 | Some(node) => Ok(types.insert(index, node.node).unwrap_none()), [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option` in the current scope [INFO] [stdout] --> src/inference/context.rs:105:59 [INFO] [stdout] | [INFO] [stdout] 105 | Some(node) => Ok(variables.insert(variable, node.node).unwrap_none()), [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option` in the current scope [INFO] [stdout] --> src/inference/context.rs:113:52 [INFO] [stdout] | [INFO] [stdout] 113 | Some(node) => Ok(types.insert(index, node.node).unwrap_none()), [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option` in the current scope [INFO] [stdout] --> src/inference/value.rs:21:56 [INFO] [stdout] | [INFO] [stdout] 21 | .insert(type_variable, Terminal::Type(ascription)).unwrap_none()); [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option` in the current scope [INFO] [stdout] --> src/inference/value.rs:21:56 [INFO] [stdout] | [INFO] [stdout] 21 | .insert(type_variable, Terminal::Type(ascription)).unwrap_none()); [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option` in the current scope [INFO] [stdout] --> src/generate/x86/lower.rs:41:48 [INFO] [stdout] | [INFO] [stdout] 41 | self.variables.insert(variable, next_offset).unwrap_none(); [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option` in the current scope [INFO] [stdout] --> src/generate/x86/lower.rs:41:48 [INFO] [stdout] | [INFO] [stdout] 41 | self.variables.insert(variable, next_offset).unwrap_none(); [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option>` in the current scope [INFO] [stdout] --> src/parse/symbols.rs:51:66 [INFO] [stdout] | [INFO] [stdout] 51 | .for_each(|path| symbols.table.insert(path, internal.clone()).unwrap_none()); [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap_none` found for enum `Option>` in the current scope [INFO] [stdout] --> src/parse/symbols.rs:51:66 [INFO] [stdout] | [INFO] [stdout] 51 | .for_each(|path| symbols.table.insert(path, internal.clone()).unwrap_none()); [INFO] [stdout] | ^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: In file included from tree-sitter-lucent/src/parser.c:1: [INFO] [stderr] warning: tree-sitter-lucent/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: tree-sitter-lucent/src/tree_sitter/parser.h:131:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 131 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: tree-sitter-lucent/src/parser.c:2471:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 2471 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] error: could not compile `lucent` [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 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: In file included from tree-sitter-lucent/src/parser.c:1: [INFO] [stderr] warning: tree-sitter-lucent/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: tree-sitter-lucent/src/tree_sitter/parser.h:131:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 131 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: tree-sitter-lucent/src/parser.c:2471:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 2471 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "60427f4062aa6a1ec08df63654b479aab41e30806801bc41114f81e2f000c476", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60427f4062aa6a1ec08df63654b479aab41e30806801bc41114f81e2f000c476", kill_on_drop: false }` [INFO] [stdout] 60427f4062aa6a1ec08df63654b479aab41e30806801bc41114f81e2f000c476