[INFO] updating cached repository https://github.com/nnarain/silica [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] f53593f632c224cde0b0ab438ce92bf32841c289 [INFO] testing nnarain/silica against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnnarain%2Fsilica" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nnarain/silica on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nnarain/silica [INFO] finished tweaking git repo https://github.com/nnarain/silica [INFO] tweaked toml for git repo https://github.com/nnarain/silica written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/nnarain/silica already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "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] 5bc1029ee03d7e2323bbb181c1a2df3f46f2bb6e12470b6f66a3c44081a44bdd [INFO] running `"docker" "start" "-a" "5bc1029ee03d7e2323bbb181c1a2df3f46f2bb6e12470b6f66a3c44081a44bdd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling serde v1.0.11 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling nom v3.2.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling docopt v0.8.1 [INFO] [stderr] Compiling silica v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/lexer.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | /// parse a label [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | /// parse a hexidecimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | /// Parse a decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | /// Parse either a hex or decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | /// Parse column separator characters (spaces and tabs) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Parse commas [INFO] [stderr] | ^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | /// Parse Registers [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | /// Parse Directives [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | /// TODO: Add more directives... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:176:1 [INFO] [stderr] | [INFO] [stderr] 176 | /// Parse a label operand [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:185:1 [INFO] [stderr] | [INFO] [stderr] 185 | /// Parse an instruction [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:222:1 [INFO] [stderr] | [INFO] [stderr] 222 | /// Consume comments [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | /// Parse line ending [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:239:1 [INFO] [stderr] | [INFO] [stderr] 239 | /// Parse what single assembly line can end with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:249:1 [INFO] [stderr] | [INFO] [stderr] 249 | /// Parse line combination 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | /// \r\n [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | /// Parse line combination 2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | /// Parse line combination 3 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:267:1 [INFO] [stderr] | [INFO] [stderr] 267 | /// \t\t org $200 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:279:1 [INFO] [stderr] | [INFO] [stderr] 279 | /// Parse line combination 4 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:280:1 [INFO] [stderr] | [INFO] [stderr] 280 | /// label [INFO] [stderr] | ^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:289:1 [INFO] [stderr] | [INFO] [stderr] 289 | /// Parse line combination 5 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:290:1 [INFO] [stderr] | [INFO] [stderr] 290 | /// LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:300:1 [INFO] [stderr] | [INFO] [stderr] 300 | /// Parse line combination 6 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:301:1 [INFO] [stderr] | [INFO] [stderr] 301 | /// label LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:320:1 [INFO] [stderr] | [INFO] [stderr] 320 | /// Parse line combination 7 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | /// db $0 $1 $2 ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:349:1 [INFO] [stderr] | [INFO] [stderr] 349 | /// Combined line parser [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | /// parse labels from tokens [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | /// parse directive [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | /// parse instructions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | /// parse expressions from the token stream [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:60 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn load_file(rom_file: &String) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 33 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.64s [INFO] running `"docker" "inspect" "5bc1029ee03d7e2323bbb181c1a2df3f46f2bb6e12470b6f66a3c44081a44bdd"` [INFO] running `"docker" "rm" "-f" "5bc1029ee03d7e2323bbb181c1a2df3f46f2bb6e12470b6f66a3c44081a44bdd"` [INFO] [stdout] 5bc1029ee03d7e2323bbb181c1a2df3f46f2bb6e12470b6f66a3c44081a44bdd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "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] 6594056ee828e35c9a93b1ba87511ca79c847fe2577e255ebaa1d3f382ec36fd [INFO] running `"docker" "start" "-a" "6594056ee828e35c9a93b1ba87511ca79c847fe2577e255ebaa1d3f382ec36fd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling silica v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/lexer.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | /// parse a label [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | /// parse a hexidecimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | /// Parse a decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | /// Parse either a hex or decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | /// Parse column separator characters (spaces and tabs) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Parse commas [INFO] [stderr] | ^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | /// Parse Registers [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | /// Parse Directives [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | /// TODO: Add more directives... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:176:1 [INFO] [stderr] | [INFO] [stderr] 176 | /// Parse a label operand [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:185:1 [INFO] [stderr] | [INFO] [stderr] 185 | /// Parse an instruction [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:222:1 [INFO] [stderr] | [INFO] [stderr] 222 | /// Consume comments [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | /// Parse line ending [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:239:1 [INFO] [stderr] | [INFO] [stderr] 239 | /// Parse what single assembly line can end with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:249:1 [INFO] [stderr] | [INFO] [stderr] 249 | /// Parse line combination 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | /// \r\n [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | /// Parse line combination 2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | /// Parse line combination 3 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:267:1 [INFO] [stderr] | [INFO] [stderr] 267 | /// \t\t org $200 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:279:1 [INFO] [stderr] | [INFO] [stderr] 279 | /// Parse line combination 4 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:280:1 [INFO] [stderr] | [INFO] [stderr] 280 | /// label [INFO] [stderr] | ^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:289:1 [INFO] [stderr] | [INFO] [stderr] 289 | /// Parse line combination 5 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:290:1 [INFO] [stderr] | [INFO] [stderr] 290 | /// LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:300:1 [INFO] [stderr] | [INFO] [stderr] 300 | /// Parse line combination 6 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:301:1 [INFO] [stderr] | [INFO] [stderr] 301 | /// label LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:320:1 [INFO] [stderr] | [INFO] [stderr] 320 | /// Parse line combination 7 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | /// db $0 $1 $2 ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:349:1 [INFO] [stderr] | [INFO] [stderr] 349 | /// Combined line parser [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | /// parse labels from tokens [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | /// parse directive [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | /// parse instructions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | /// parse expressions from the token stream [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:60 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn load_file(rom_file: &String) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 33 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/lexer.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | /// parse a label [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | /// parse a hexidecimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | /// Parse a decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | /// Parse either a hex or decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | /// Parse column separator characters (spaces and tabs) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Parse commas [INFO] [stderr] | ^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | /// Parse Registers [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | /// Parse Directives [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | /// TODO: Add more directives... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:176:1 [INFO] [stderr] | [INFO] [stderr] 176 | /// Parse a label operand [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:185:1 [INFO] [stderr] | [INFO] [stderr] 185 | /// Parse an instruction [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:222:1 [INFO] [stderr] | [INFO] [stderr] 222 | /// Consume comments [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | /// Parse line ending [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:239:1 [INFO] [stderr] | [INFO] [stderr] 239 | /// Parse what single assembly line can end with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:249:1 [INFO] [stderr] | [INFO] [stderr] 249 | /// Parse line combination 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | /// \r\n [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | /// Parse line combination 2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | /// Parse line combination 3 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:267:1 [INFO] [stderr] | [INFO] [stderr] 267 | /// \t\t org $200 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:279:1 [INFO] [stderr] | [INFO] [stderr] 279 | /// Parse line combination 4 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:280:1 [INFO] [stderr] | [INFO] [stderr] 280 | /// label [INFO] [stderr] | ^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:289:1 [INFO] [stderr] | [INFO] [stderr] 289 | /// Parse line combination 5 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:290:1 [INFO] [stderr] | [INFO] [stderr] 290 | /// LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:300:1 [INFO] [stderr] | [INFO] [stderr] 300 | /// Parse line combination 6 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:301:1 [INFO] [stderr] | [INFO] [stderr] 301 | /// label LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:320:1 [INFO] [stderr] | [INFO] [stderr] 320 | /// Parse line combination 7 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | /// db $0 $1 $2 ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:349:1 [INFO] [stderr] | [INFO] [stderr] 349 | /// Combined line parser [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | /// parse labels from tokens [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | /// parse directive [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | /// parse instructions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | /// parse expressions from the token stream [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:60 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn load_file(rom_file: &String) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 33 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.75s [INFO] running `"docker" "inspect" "6594056ee828e35c9a93b1ba87511ca79c847fe2577e255ebaa1d3f382ec36fd"` [INFO] running `"docker" "rm" "-f" "6594056ee828e35c9a93b1ba87511ca79c847fe2577e255ebaa1d3f382ec36fd"` [INFO] [stdout] 6594056ee828e35c9a93b1ba87511ca79c847fe2577e255ebaa1d3f382ec36fd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "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] a9c9e43bf4340816b70c3a0934930606433a683619fd6ee1effa670fdbafa5f9 [INFO] running `"docker" "start" "-a" "a9c9e43bf4340816b70c3a0934930606433a683619fd6ee1effa670fdbafa5f9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/lexer.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | /// parse a label [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | /// parse a hexidecimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | /// Parse a decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | /// Parse either a hex or decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | /// Parse column separator characters (spaces and tabs) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Parse commas [INFO] [stderr] | ^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | /// Parse Registers [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | /// Parse Directives [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | /// TODO: Add more directives... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:176:1 [INFO] [stderr] | [INFO] [stderr] 176 | /// Parse a label operand [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:185:1 [INFO] [stderr] | [INFO] [stderr] 185 | /// Parse an instruction [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:222:1 [INFO] [stderr] | [INFO] [stderr] 222 | /// Consume comments [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | /// Parse line ending [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:239:1 [INFO] [stderr] | [INFO] [stderr] 239 | /// Parse what single assembly line can end with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:249:1 [INFO] [stderr] | [INFO] [stderr] 249 | /// Parse line combination 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | /// \r\n [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | /// Parse line combination 2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | /// Parse line combination 3 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:267:1 [INFO] [stderr] | [INFO] [stderr] 267 | /// \t\t org $200 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:279:1 [INFO] [stderr] | [INFO] [stderr] 279 | /// Parse line combination 4 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:280:1 [INFO] [stderr] | [INFO] [stderr] 280 | /// label [INFO] [stderr] | ^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:289:1 [INFO] [stderr] | [INFO] [stderr] 289 | /// Parse line combination 5 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:290:1 [INFO] [stderr] | [INFO] [stderr] 290 | /// LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:300:1 [INFO] [stderr] | [INFO] [stderr] 300 | /// Parse line combination 6 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:301:1 [INFO] [stderr] | [INFO] [stderr] 301 | /// label LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:320:1 [INFO] [stderr] | [INFO] [stderr] 320 | /// Parse line combination 7 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | /// db $0 $1 $2 ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:349:1 [INFO] [stderr] | [INFO] [stderr] 349 | /// Combined line parser [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | /// parse labels from tokens [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | /// parse directive [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | /// parse instructions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | /// parse expressions from the token stream [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:60 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn load_file(rom_file: &String) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 33 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/assembler/lexer.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | /// parse a label [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | /// parse a hexidecimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | /// Parse a decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:85:1 [INFO] [stderr] | [INFO] [stderr] 85 | /// Parse either a hex or decimal literal [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:92:1 [INFO] [stderr] | [INFO] [stderr] 92 | /// Parse column separator characters (spaces and tabs) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | /// Parse commas [INFO] [stderr] | ^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:104:1 [INFO] [stderr] | [INFO] [stderr] 104 | /// Parse Registers [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:134:1 [INFO] [stderr] | [INFO] [stderr] 134 | /// Parse Directives [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:135:1 [INFO] [stderr] | [INFO] [stderr] 135 | /// TODO: Add more directives... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:176:1 [INFO] [stderr] | [INFO] [stderr] 176 | /// Parse a label operand [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:185:1 [INFO] [stderr] | [INFO] [stderr] 185 | /// Parse an instruction [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:222:1 [INFO] [stderr] | [INFO] [stderr] 222 | /// Consume comments [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:231:1 [INFO] [stderr] | [INFO] [stderr] 231 | /// Parse line ending [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:239:1 [INFO] [stderr] | [INFO] [stderr] 239 | /// Parse what single assembly line can end with [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:249:1 [INFO] [stderr] | [INFO] [stderr] 249 | /// Parse line combination 1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:250:1 [INFO] [stderr] | [INFO] [stderr] 250 | /// \r\n [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | /// Parse line combination 2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:266:1 [INFO] [stderr] | [INFO] [stderr] 266 | /// Parse line combination 3 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:267:1 [INFO] [stderr] | [INFO] [stderr] 267 | /// \t\t org $200 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:279:1 [INFO] [stderr] | [INFO] [stderr] 279 | /// Parse line combination 4 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:280:1 [INFO] [stderr] | [INFO] [stderr] 280 | /// label [INFO] [stderr] | ^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:289:1 [INFO] [stderr] | [INFO] [stderr] 289 | /// Parse line combination 5 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:290:1 [INFO] [stderr] | [INFO] [stderr] 290 | /// LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:300:1 [INFO] [stderr] | [INFO] [stderr] 300 | /// Parse line combination 6 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:301:1 [INFO] [stderr] | [INFO] [stderr] 301 | /// label LD V0, V1 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:320:1 [INFO] [stderr] | [INFO] [stderr] 320 | /// Parse line combination 7 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:321:1 [INFO] [stderr] | [INFO] [stderr] 321 | /// db $0 $1 $2 ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/lexer.rs:349:1 [INFO] [stderr] | [INFO] [stderr] 349 | /// Combined line parser [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | /// parse labels from tokens [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | /// parse directive [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | /// parse instructions [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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/parser.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | /// parse expressions from the token stream [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macros [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:41:60 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn load_file(rom_file: &String) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 33 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/silica-42289ab36736768b [INFO] [stdout] [INFO] [stdout] running 103 tests [INFO] [stdout] test assembler::codegenerator::tests::test_add3 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_add2 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_db_directive ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld10 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld11 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld2 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld3 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld4 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_add1 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld9 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld_i_addr ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_or ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_rnd ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_shr ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_sknp ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_sub ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_subn ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_xor ... ok [INFO] [stdout] test assembler::lexer::tests::test_label_operand ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_jp_instruction ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_sh1 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld1 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_and ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_skp ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_drw ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_directives ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_decimal_literal ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld5 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld7 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_column_sep_parse_all ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld6 ... ok [INFO] [stdout] test assembler::codegenerator::tests::test_ld8 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_column_sep_parse_until ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_comma ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_comments ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_blank_line ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line3 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_instruction2 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line1_lf ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_hex_literal ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line_ending_crlf ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line1_crlf ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line7 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line4 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_label ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line5 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line_ending_lf ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line_termination1 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_lines1 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line_termination3 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_lines3 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_numeric_literal_parse_decimal ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_lines2 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_instruction5 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_instruction4 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line_termination2 ... ok [INFO] [stdout] test assembler::parser::tests::test_parse1 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_registers ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_mnem ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_instruction6 ... ok [INFO] [stdout] test assembler::parser::tests::test_parse_directive1 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_instruction3 ... ok [INFO] [stdout] test assembler::parser::tests::test_parse2 ... ok [INFO] [stdout] test assembler::parser::tests::test_parse_instruction1 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_line6 ... ok [INFO] [stdout] test assembler::parser::tests::test_parse_directive2 ... ok [INFO] [stdout] test assembler::parser::tests::test_parse_instruction2 ... ok [INFO] [stdout] test assembler::parser::tests::test_parse_instruction3 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_and ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_add2 ... ok [INFO] [stdout] test assembler::parser::tests::test_parse_label ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_add1 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_numeric_literal_parse_hex ... ok [INFO] [stdout] test assembler::parser::tests::test_parse_instruction5 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_instruction1 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_directive ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_drw ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_label ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_or ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_ld2 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_jp1 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_jr ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_se1 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_rnd ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_sknp ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_skp ... ok [INFO] [stdout] test assembler::parser::tests::test_parse_instruction4 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_se2 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_shl ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_instruction1 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_shr ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_sne1 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_ld1 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_xor ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_subn ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_sub ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_lines4 ... ok [INFO] [stdout] test assembler::lexer::tests::test_lex_lines5 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_sne2 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_instruction2 ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_directive_only ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_directive_invalid_operand ... ok [INFO] [stdout] test assembler::semantics::tests::test_check_jp2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 103 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/silica-2380215309968b06 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/assembler_tests-dfa41bd12568a514 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests silica [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a9c9e43bf4340816b70c3a0934930606433a683619fd6ee1effa670fdbafa5f9"` [INFO] running `"docker" "rm" "-f" "a9c9e43bf4340816b70c3a0934930606433a683619fd6ee1effa670fdbafa5f9"` [INFO] [stdout] a9c9e43bf4340816b70c3a0934930606433a683619fd6ee1effa670fdbafa5f9