[INFO] cloning repository https://github.com/LukasHuth/XenxCompiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LukasHuth/XenxCompiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLukasHuth%2FXenxCompiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLukasHuth%2FXenxCompiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 16ebfc290afea2deead2b591bc8cb19f2cf78c9c
[INFO] checking LukasHuth/XenxCompiler against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLukasHuth%2FXenxCompiler" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LukasHuth/XenxCompiler
[INFO] finished tweaking git repo https://github.com/LukasHuth/XenxCompiler
[INFO] tweaked toml for git repo https://github.com/LukasHuth/XenxCompiler written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LukasHuth/XenxCompiler on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LukasHuth/XenxCompiler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-case v2.2.2
[INFO] [stderr]   Downloaded test-case-macros v2.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ef4771866dc018617f603ca17509fc00fc7d337301613f697c8469ff2ccc4ea1
[INFO] running `Command { std: "docker" "start" "-a" "ef4771866dc018617f603ca17509fc00fc7d337301613f697c8469ff2ccc4ea1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef4771866dc018617f603ca17509fc00fc7d337301613f697c8469ff2ccc4ea1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef4771866dc018617f603ca17509fc00fc7d337301613f697c8469ff2ccc4ea1", kill_on_drop: false }`
[INFO] [stdout] ef4771866dc018617f603ca17509fc00fc7d337301613f697c8469ff2ccc4ea1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef710a79fd86d5a659c529903b6c73f0711c41155134c69d6561435dee343c8f
[INFO] running `Command { std: "docker" "start" "-a" "ef710a79fd86d5a659c529903b6c73f0711c41155134c69d6561435dee343c8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]     Checking xenx_compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:53:31
[INFO] [stdout]    |
[INFO] [stdout] 53 |             SizeType::BYTE => name = name, // just treat it as a word
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:54:31
[INFO] [stdout]    |
[INFO] [stdout] 54 |             SizeType::WORD => name = name,
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:58:33
[INFO] [stdout]    |
[INFO] [stdout] 58 |             SizeType::DOUBLE => name = name, // TODO: not implemented
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:59:31
[INFO] [stdout]    |
[INFO] [stdout] 59 |             SizeType::CHAR => name = name, // TODO: not implemented
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |             _ => name = name,
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:72:32
[INFO] [stdout]    |
[INFO] [stdout] 72 |             SizeType::FLOAT => name = name, // TODO: not implemented
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 |             SizeType::DOUBLE => name = name, // TODO: not implemented
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:74:31
[INFO] [stdout]    |
[INFO] [stdout] 74 |             SizeType::CHAR => name = name, // TODO: not implemented
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |             SizeType::None => name = name,
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:290:45
[INFO] [stdout]     |
[INFO] [stdout] 290 |         let body = self.parse(namespace_name.clone());
[INFO] [stdout]     |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:364:45
[INFO] [stdout]     |
[INFO] [stdout] 364 |         let body = self.parse(namespace_name.clone());
[INFO] [stdout]     |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:372:58
[INFO] [stdout]     |
[INFO] [stdout] 372 |                 let else_body = self.parse(namespace_name.clone());
[INFO] [stdout]     |                                                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:382:85
[INFO] [stdout]     |
[INFO] [stdout] 382 |                 let else_if_statement = self.parse_if_statement(true, namespace_name.clone());
[INFO] [stdout]     |                                                                                     ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling test-case-macros v2.2.2
[INFO] [stderr]     Checking test-case v2.2.2
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:53:31
[INFO] [stdout]    |
[INFO] [stdout] 53 |             SizeType::BYTE => name = name, // just treat it as a word
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:54:31
[INFO] [stdout]    |
[INFO] [stdout] 54 |             SizeType::WORD => name = name,
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:58:33
[INFO] [stdout]    |
[INFO] [stdout] 58 |             SizeType::DOUBLE => name = name, // TODO: not implemented
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:59:31
[INFO] [stdout]    |
[INFO] [stdout] 59 |             SizeType::CHAR => name = name, // TODO: not implemented
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:61:18
[INFO] [stdout]    |
[INFO] [stdout] 61 |             _ => name = name,
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:72:32
[INFO] [stdout]    |
[INFO] [stdout] 72 |             SizeType::FLOAT => name = name, // TODO: not implemented
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:73:33
[INFO] [stdout]    |
[INFO] [stdout] 73 |             SizeType::DOUBLE => name = name, // TODO: not implemented
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:74:31
[INFO] [stdout]    |
[INFO] [stdout] 74 |             SizeType::CHAR => name = name, // TODO: not implemented
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `String` to itself
[INFO] [stdout]   --> src/codegen/bytecode/bytecode_util/register_util.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |             SizeType::None => name = name,
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:290:45
[INFO] [stdout]     |
[INFO] [stdout] 290 |         let body = self.parse(namespace_name.clone());
[INFO] [stdout]     |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:364:45
[INFO] [stdout]     |
[INFO] [stdout] 364 |         let body = self.parse(namespace_name.clone());
[INFO] [stdout]     |                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:372:58
[INFO] [stdout]     |
[INFO] [stdout] 372 |                 let else_body = self.parse(namespace_name.clone());
[INFO] [stdout]     |                                                          ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/parser.rs:382:85
[INFO] [stdout]     |
[INFO] [stdout] 382 |                 let else_if_statement = self.parse_if_statement(true, namespace_name.clone());
[INFO] [stdout]     |                                                                                     ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s
[INFO] running `Command { std: "docker" "inspect" "ef710a79fd86d5a659c529903b6c73f0711c41155134c69d6561435dee343c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef710a79fd86d5a659c529903b6c73f0711c41155134c69d6561435dee343c8f", kill_on_drop: false }`
[INFO] [stdout] ef710a79fd86d5a659c529903b6c73f0711c41155134c69d6561435dee343c8f
