[INFO] updating cached repository https://github.com/xbo1/iridium [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 50a272a5f4c9ea3b5a98956aa4389a26ccc28368 [INFO] testing xbo1/iridium against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxbo1%2Firidium" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xbo1/iridium on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/xbo1/iridium [INFO] finished tweaking git repo https://github.com/xbo1/iridium [INFO] tweaked toml for git repo https://github.com/xbo1/iridium written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/xbo1/iridium already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 691c363beb02dd25b4066d4dbba11da15ccb261cacf57075484b55e9295b6fea [INFO] running `"docker" "start" "-a" "691c363beb02dd25b4066d4dbba11da15ccb261cacf57075484b55e9295b6fea"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling iridium v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | /// Handles instructions of the following form: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | /// [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | /// Handles instructions of the following form: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | /// [INFO] [stderr] | ^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Will try to parse out any of the Instruction forms [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/operand_parsers.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | /// Parser for integer numbers, which we preface with `#` in our assembly language: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/operand_parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | /// #100 [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.77s [INFO] running `"docker" "inspect" "691c363beb02dd25b4066d4dbba11da15ccb261cacf57075484b55e9295b6fea"` [INFO] running `"docker" "rm" "-f" "691c363beb02dd25b4066d4dbba11da15ccb261cacf57075484b55e9295b6fea"` [INFO] [stdout] 691c363beb02dd25b4066d4dbba11da15ccb261cacf57075484b55e9295b6fea [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] df2d47d535dd55f7caf9eaed3cab529b10a8f511132e2b65b7e3345d6c4d8886 [INFO] running `"docker" "start" "-a" "df2d47d535dd55f7caf9eaed3cab529b10a8f511132e2b65b7e3345d6c4d8886"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling iridium v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | /// Handles instructions of the following form: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | /// [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | /// Handles instructions of the following form: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | /// [INFO] [stderr] | ^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Will try to parse out any of the Instruction forms [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/operand_parsers.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | /// Parser for integer numbers, which we preface with `#` in our assembly language: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/operand_parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | /// #100 [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `"docker" "inspect" "df2d47d535dd55f7caf9eaed3cab529b10a8f511132e2b65b7e3345d6c4d8886"` [INFO] running `"docker" "rm" "-f" "df2d47d535dd55f7caf9eaed3cab529b10a8f511132e2b65b7e3345d6c4d8886"` [INFO] [stdout] df2d47d535dd55f7caf9eaed3cab529b10a8f511132e2b65b7e3345d6c4d8886 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 919d94244a39583a848f44ca9bf39cb9a51c7010aa4190a9a4927a3b97785a76 [INFO] running `"docker" "start" "-a" "919d94244a39583a848f44ca9bf39cb9a51c7010aa4190a9a4927a3b97785a76"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | /// Handles instructions of the following form: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | /// [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | /// Handles instructions of the following form: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | /// [INFO] [stderr] | ^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/instruction_parsers.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Will try to parse out any of the Instruction forms [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/operand_parsers.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | /// Parser for integer numbers, which we preface with `#` in our assembly language: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/operand_parsers.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | /// #100 [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/iridium-582fd4798597c9c6 [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test vm::tests::test_add_opcode ... ok [INFO] [stdout] test vm::tests::test_create_vm ... ok [INFO] [stdout] test vm::tests::test_div_opcode ... ok [INFO] [stdout] test instruction::tests::test_create_hlt ... ok [INFO] [stdout] test vm::tests::test_eq_opcode ... ok [INFO] [stdout] test vm::tests::test_gt_opcode ... ok [INFO] [stdout] test vm::tests::test_gte_opcode ... ok [INFO] [stdout] test assembler::register_parsers::tests::test_parse_register ... ok [INFO] [stdout] test assembler::program_parsers::tests::test_program_to_bytes ... ok [INFO] [stdout] test assembler::program_parsers::tests::test_parse_program ... ok [INFO] [stdout] test assembler::opcode_parsers::tests::test_opcode ... ok [INFO] [stdout] test assembler::instruction_parsers::tests::test_parse_instruction_form_two ... ok [INFO] [stdout] test vm::tests::test_jmp_opcode ... ok [INFO] [stdout] test vm::tests::test_jmpe_opcode ... ok [INFO] [stdout] test vm::tests::test_jmpf_opcode ... ok [INFO] [stdout] test vm::tests::test_load_opcode ... ok [INFO] [stdout] test vm::tests::test_lt_opcode ... ok [INFO] [stdout] test vm::tests::test_lte_opcode ... ok [INFO] [stdout] test vm::tests::test_mul_opcode ... ok [INFO] [stdout] test vm::tests::test_neq_opcode ... ok [INFO] [stdout] test vm::tests::test_opcode_hlt ... ok [INFO] [stdout] test vm::tests::test_opcode_igl ... ok [INFO] [stdout] test vm::tests::test_sub_opcode ... ok [INFO] [stdout] test vm::tests::test_jmpb_opcode ... ok [INFO] [stdout] test assembler::instruction_parsers::tests::test_parse_instruction_form_one ... ok [INFO] [stdout] test instruction::tests::test_str_to_opcode ... ok [INFO] [stdout] test assembler::operand_parsers::tests::test_parse_integer_operand ... ok [INFO] [stdout] test instruction::tests::test_create_instruction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "919d94244a39583a848f44ca9bf39cb9a51c7010aa4190a9a4927a3b97785a76"` [INFO] running `"docker" "rm" "-f" "919d94244a39583a848f44ca9bf39cb9a51c7010aa4190a9a4927a3b97785a76"` [INFO] [stdout] 919d94244a39583a848f44ca9bf39cb9a51c7010aa4190a9a4927a3b97785a76