[INFO] crate smeagol 0.1.2 is already in cache [INFO] testing smeagol-0.1.2 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate smeagol 0.1.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate smeagol 0.1.2 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate smeagol 0.1.2 [INFO] finished tweaking crates.io crate smeagol 0.1.2 [INFO] tweaked toml for crates.io crate smeagol 0.1.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 88c621c1a8fddb00a0c41011cc49fa0f5701fff5cfa07ff7f4eaf6b4a3eff298 [INFO] running `"docker" "start" "-a" "88c621c1a8fddb00a0c41011cc49fa0f5701fff5cfa07ff7f4eaf6b4a3eff298"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling backtrace-sys v0.1.36 [INFO] [stderr] Compiling btoi v0.4.2 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling png v0.14.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling smeagol v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parse/rle.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// Matches any amount of whitespace. [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/parse/rle.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | /// Matches a comment line in an RLE file, returning the comment without the leading `#` or [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/parse/rle.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | /// trailing newline. [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/parse/rle.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | /// Matches the header portion of an RLE file, returning the dimensions `(x, y)`. [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/parse/rle.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | /// [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/parse/rle.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | /// TODO: also consume the Life rule. [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/parse/rle.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | /// Matches a single unit in an RLE pattern. [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/parse/rle.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | /// Matches an entire RLE pattern string. [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/parse/rle.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | /// Matches an entire RLE file, returning the triple `(comments, (x, y), pattern_units)`. [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: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:269:48 [INFO] [stderr] | [INFO] [stderr] 269 | let d = vert_jump_u16x16(nw_grid, sw_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:271:48 [INFO] [stderr] | [INFO] [stderr] 271 | let f = vert_jump_u16x16(ne_grid, se_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.74s [INFO] running `"docker" "inspect" "88c621c1a8fddb00a0c41011cc49fa0f5701fff5cfa07ff7f4eaf6b4a3eff298"` [INFO] running `"docker" "rm" "-f" "88c621c1a8fddb00a0c41011cc49fa0f5701fff5cfa07ff7f4eaf6b4a3eff298"` [INFO] [stdout] 88c621c1a8fddb00a0c41011cc49fa0f5701fff5cfa07ff7f4eaf6b4a3eff298 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] c51e0756cbb17e0cdc950c070a8962405f099e01838cd7d5d921da7a242c38ec [INFO] running `"docker" "start" "-a" "c51e0756cbb17e0cdc950c070a8962405f099e01838cd7d5d921da7a242c38ec"` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling smallvec v1.3.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling semver-parser v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parse/rle.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// Matches any amount of whitespace. [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/parse/rle.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | /// Matches a comment line in an RLE file, returning the comment without the leading `#` or [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/parse/rle.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | /// trailing newline. [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/parse/rle.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | /// Matches the header portion of an RLE file, returning the dimensions `(x, y)`. [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/parse/rle.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | /// [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/parse/rle.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | /// TODO: also consume the Life rule. [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/parse/rle.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | /// Matches a single unit in an RLE pattern. [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/parse/rle.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | /// Matches an entire RLE pattern string. [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/parse/rle.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | /// Matches an entire RLE file, returning the triple `(comments, (x, y), pattern_units)`. [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: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:269:48 [INFO] [stderr] | [INFO] [stderr] 269 | let d = vert_jump_u16x16(nw_grid, sw_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:271:48 [INFO] [stderr] | [INFO] [stderr] 271 | let f = vert_jump_u16x16(ne_grid, se_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling bstr v0.2.12 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling tinytemplate v1.0.3 [INFO] [stderr] Compiling version-sync v0.7.0 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling smeagol v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parse/rle.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// Matches any amount of whitespace. [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/parse/rle.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | /// Matches a comment line in an RLE file, returning the comment without the leading `#` or [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/parse/rle.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | /// trailing newline. [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/parse/rle.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | /// Matches the header portion of an RLE file, returning the dimensions `(x, y)`. [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/parse/rle.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | /// [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/parse/rle.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | /// TODO: also consume the Life rule. [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/parse/rle.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | /// Matches a single unit in an RLE pattern. [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/parse/rle.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | /// Matches an entire RLE pattern string. [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/parse/rle.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | /// Matches an entire RLE file, returning the triple `(comments, (x, y), pattern_units)`. [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: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:269:48 [INFO] [stderr] | [INFO] [stderr] 269 | let d = vert_jump_u16x16(nw_grid, sw_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:271:48 [INFO] [stderr] | [INFO] [stderr] 271 | let f = vert_jump_u16x16(ne_grid, se_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 50.94s [INFO] running `"docker" "inspect" "c51e0756cbb17e0cdc950c070a8962405f099e01838cd7d5d921da7a242c38ec"` [INFO] running `"docker" "rm" "-f" "c51e0756cbb17e0cdc950c070a8962405f099e01838cd7d5d921da7a242c38ec"` [INFO] [stdout] c51e0756cbb17e0cdc950c070a8962405f099e01838cd7d5d921da7a242c38ec [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 4f9c63ccccacce29c25d5a9379de9125c3acd0b37d6846e3eeead0710eec8695 [INFO] running `"docker" "start" "-a" "4f9c63ccccacce29c25d5a9379de9125c3acd0b37d6846e3eeead0710eec8695"` [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parse/rle.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// Matches any amount of whitespace. [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/parse/rle.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | /// Matches any amount of whitespace. [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/parse/rle.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | /// Matches a comment line in an RLE file, returning the comment without the leading `#` or [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/parse/rle.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | /// trailing newline. [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/parse/rle.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | /// Matches the header portion of an RLE file, returning the dimensions `(x, y)`. [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/parse/rle.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | /// [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/parse/rle.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | /// TODO: also consume the Life rule. [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/parse/rle.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | /// Matches a single unit in an RLE pattern. [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/parse/rle.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | /// Matches an entire RLE pattern string. [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/parse/rle.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | /// Matches an entire RLE file, returning the triple `(comments, (x, y), pattern_units)`. [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: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:269:48 [INFO] [stderr] | [INFO] [stderr] 269 | let d = vert_jump_u16x16(nw_grid, sw_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:271:48 [INFO] [stderr] | [INFO] [stderr] 271 | let f = vert_jump_u16x16(ne_grid, se_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/parse/rle.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | /// Matches a comment line in an RLE file, returning the comment without the leading `#` or [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/parse/rle.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | /// trailing newline. [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/parse/rle.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | /// Matches the header portion of an RLE file, returning the dimensions `(x, y)`. [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/parse/rle.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | /// [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/parse/rle.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | /// TODO: also consume the Life rule. [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/parse/rle.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | /// Matches a single unit in an RLE pattern. [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/parse/rle.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | /// Matches an entire RLE pattern string. [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/parse/rle.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | /// Matches an entire RLE file, returning the triple `(comments, (x, y), pattern_units)`. [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: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:269:48 [INFO] [stderr] | [INFO] [stderr] 269 | let d = vert_jump_u16x16(nw_grid, sw_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/node/impls/evolve.rs:271:48 [INFO] [stderr] | [INFO] [stderr] 271 | let f = vert_jump_u16x16(ne_grid, se_grid);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/smeagol-da4a1ff32c7ba07c [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test life::tests::from_rle_pattern ... ok [INFO] [stdout] test life::tests::empty ... ok [INFO] [stdout] test life::tests::default ... ok [INFO] [stdout] test life::tests::from_rle_file_contents ... ok [INFO] [stdout] test life::tests::get_set_step_size ... ok [INFO] [stdout] test node::impls::evolve::tests::nw_glider_jump ... ok [INFO] [stdout] test node::impls::evolve::tests::ne_glider_jump ... ok [INFO] [stdout] test life::tests::position_extremes ... ok [INFO] [stdout] test node::impls::region::tests::center_subnode_level_5 ... ok [INFO] [stdout] test parse::rle::tests::from_pattern ... ok [INFO] [stdout] test parse::rle::tests::from_file ... ok [INFO] [stdout] test node::store::tests::default ... ok [INFO] [stdout] test parse::rle::tests::alive_cells ... ok [INFO] [stdout] test node::impls::evolve::tests::sw_glider_jump ... ok [INFO] [stdout] test node::impls::evolve::tests::nw_glider_step ... ok [INFO] [stdout] test tests::cell ... ok [INFO] [stdout] test node::impls::evolve::tests::se_glider_jump ... ok [INFO] [stdout] test node::impls::region::tests::south_subsubnode_level_6 ... ok [INFO] [stdout] test node::impls::region::tests::west_subsubnode_level_6 ... ok [INFO] [stdout] test node::impls::region::tests::north_subsubnode_level_6 ... ok [INFO] [stdout] test node::impls::cells::tests::level_4::get_set ... ok [INFO] [stdout] test node::impls::region::tests::east_subsubnode_level_6 ... ok [INFO] [stdout] test life::render::tests::render ... ok [INFO] [stdout] test node::impls::cells::tests::level_5::get_set ... ok [INFO] [stdout] test parse::rle::tests::from_pattern_err ... ok [INFO] [stdout] test parse::rle::tests::from_file_err ... ok [INFO] [stdout] test parse::macrocell::tests::from_file ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/oscillators-96627aa564a69e1c [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test figure_eight ... ok [INFO] [stdout] test pulsar ... ok [INFO] [stdout] test pentadecathlon ... ok [INFO] [stdout] test queen_bee_shuttle ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/spaceships-3623c5a2561f5346 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test glider ... ok [INFO] [stdout] test weekender ... ok [INFO] [stdout] test sir_robin ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/version_sync-a3fe4960666811ff [INFO] [stdout] test spaghetti_monster ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_readme_deps ... ok [INFO] [stderr] Doc-tests smeagol [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test src/life.rs - life::Life::contains_alive_cells (line 169) ... ok [INFO] [stdout] test src/lib.rs - Position::new (line 114) ... ok [INFO] [stdout] test src/lib.rs - Position::offset (line 125) ... ok [INFO] [stdout] test src/lib.rs - BoundingBox::pad (line 269) ... ok [INFO] [stdout] test src/lib.rs - Cell::new (line 72) ... ok [INFO] [stdout] test src/life.rs - life::Life::bounding_box (line 196) ... ok [INFO] [stdout] test src/lib.rs - BoundingBox::combine (line 209) ... ok [INFO] [stdout] test src/lib.rs - BoundingBox::offset (line 248) ... ok [INFO] [stdout] test src/lib.rs - Position::quadrant (line 140) ... ok [INFO] [stdout] test src/lib.rs - BoundingBox::new (line 181) ... ok [INFO] [stdout] test src/life.rs - life::Life::from_rle_pattern (line 75) ... ok [INFO] [stdout] test src/life.rs - life::Life::get_alive_cells (line 150) ... ok [INFO] [stdout] test src/lib.rs - Cell::is_alive (line 88) ... ok [INFO] [stdout] test src/life.rs - life::Life::generation (line 211) ... ok [INFO] [stdout] test src/life.rs - life::Life::from_rle_file (line 54) ... ok [INFO] [stdout] test src/life.rs - life::Life::population (line 229) ... ok [INFO] [stdout] test src/life.rs - life::Life::set_cell_alive (line 125) ... ok [INFO] [stdout] test src/lib.rs - (line 11) ... ok [INFO] [stdout] test src/node/impls/cells.rs - node::impls::cells::NodeId::get_alive_cells (line 111) ... ok [INFO] [stdout] test src/life.rs - life::Life::new (line 35) ... ok [INFO] [stdout] test src/node/impls/cells.rs - node::impls::cells::NodeId::set_cell_alive (line 56) ... ok [INFO] [stdout] test src/node/impls/cells.rs - node::impls::cells::NodeId::get_cell (line 14) ... ok [INFO] [stdout] test src/parse/rle.rs - parse::rle (line 11) ... ok [INFO] [stdout] test src/node/store.rs - node::store::Store::new (line 38) ... ok [INFO] [stdout] test src/life.rs - life::Life::step (line 303) ... ok [INFO] [stdout] test src/parse/rle.rs - parse::rle::Rle::from_pattern (line 159) ... ok [INFO] [stdout] test src/parse/rle.rs - parse::rle::Rle::alive_cells (line 175) ... ok [INFO] [stdout] test src/parse/rle.rs - parse::rle::Rle::from_file (line 126) ... 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" "4f9c63ccccacce29c25d5a9379de9125c3acd0b37d6846e3eeead0710eec8695"` [INFO] running `"docker" "rm" "-f" "4f9c63ccccacce29c25d5a9379de9125c3acd0b37d6846e3eeead0710eec8695"` [INFO] [stdout] 4f9c63ccccacce29c25d5a9379de9125c3acd0b37d6846e3eeead0710eec8695