[INFO] fetching crate secret_integers 0.1.6... [INFO] building secret_integers-0.1.6 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate secret_integers 0.1.6 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate secret_integers 0.1.6 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate secret_integers 0.1.6 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate secret_integers 0.1.6 [INFO] tweaked toml for crates.io crate secret_integers 0.1.6 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate secret_integers 0.1.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9257b12650ef5abc8fe1b595fc6addf61b94e4f519e68eaa9d50c25d8f671699 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9257b12650ef5abc8fe1b595fc6addf61b94e4f519e68eaa9d50c25d8f671699", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9257b12650ef5abc8fe1b595fc6addf61b94e4f519e68eaa9d50c25d8f671699", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9257b12650ef5abc8fe1b595fc6addf61b94e4f519e68eaa9d50c25d8f671699", kill_on_drop: false }` [INFO] [stdout] 9257b12650ef5abc8fe1b595fc6addf61b94e4f519e68eaa9d50c25d8f671699 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zprofile-closures" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c60b0f5e17c2c4c4edf5331a08d38ee83d82ea0061d4d3d07920f0b210cd8e8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2c60b0f5e17c2c4c4edf5331a08d38ee83d82ea0061d4d3d07920f0b210cd8e8", kill_on_drop: false }` [INFO] [stderr] Compiling secret_integers v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 400 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 400 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 401 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 401 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 402 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 402 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 403 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 403 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 404 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 404 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 405 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 405 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 406 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 406 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 407 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 407 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 408 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 408 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 409 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 409 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (dc8eeb8374c029ae, c6be08498a8ecd49), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (7117a9d00dea250f, 238fe3f12d070757), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (96856ec480d1a00f, 467ab619e8cc5057), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (6fb20b2f41f1548f, 1fe4b257284cf7d2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (c3963b7ba3bc2f59, 1184840a58f29ee8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (7043950ef4c1d8c1, b3d8f0f4fd540a03), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (57bf298c6c76f7b8, d17ea9b46cb69e48), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (9a074ceb38a1c4d0, 258a83f1ebe8342), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (1b4829bc59e06527, 7d9408db6fa51562), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (d6c4b6934219ae14, 4a58ca39736b1a88), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (960d92ad3c18a4cc, c179bc8dc1b64ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (5f09167e7cc88b46, d6ebd6762825aa61), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (357b423a6ebf775b, 4bfbbc3c497627d1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (722935b72879a58a, 88448b14f519621c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (4ab0082b7e176442, b7187946061d2650), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (959da62b8fb7d8ba, e55bb8719c94082), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (85b2437beac67b4e, 10f3725a7971c2d0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (1723134acd96965b, c89f2e675fa0da01), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (18fd3d77a91be4cb, cf9e540eb692f680), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (6dd917f7171a0f44, bd20654aeec7e61f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (ba90ac344e6154b6, c5b34a29076f2e8d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (38b52a663e3579aa, b04c8a0ed4da53cf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (238e0e225f4549e4, 465a198cac47f441), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (9f1d0e7367554c04, 88d5c494ad72970e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (30b98e5dda80980, 11117b08c8cf3231), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (c692878d80674ad9, 82cc3083fd2f7066), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (27b162da08c94b38, 28fec23e32439af0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (bb6c8c042355fc1, 687bc8ebe9a5d167), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (6b9b93f59390c54d, 2ddab231f689cc7b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (22832f56b99216e, dc987cf433811392), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (e9463e2aafae48a5, ee00f70e4350ceae), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (9910bf34eb6c4aed, 8c026d10c5b1ad95), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (a8a63ea22327a825, 56cca6b13b718002), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (b758177aa3ca1175, 287c55e906d1d238), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (f1e69edf4b1f44d9, 6a1b4cec03ca809b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (1408b8c581237143, 3bb1f1a686d25004), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (20e7cc001696e2b7, 55d28cf1b6f672ae), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (19706558ab74a529, 6f4f0b826bdbd87d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (74382047a07177de, d24019457215496), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (1a27e60a3f935cb2, 8deab77ba311e102), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (b547399d81514a1e, 446d1d3958ea7aa5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (be44a541deb007d7, e7fe25998d60dcba), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (22faca54973f7ea5, 321d93603ea4a43), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (9caaf1f29c28bd56, e785d17216462871), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (6311a6348e45eba3, 12d43836b2cb7349), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (541376cdd88fcb75, 53fc2088faa56cc7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (e7905b2a513ddb05, 387a21432acff502), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (deed10359c5aac9, 79700e9426f9b7f9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (586c68d6318e9aa9, 9053be46851408c9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (95762f5066525953, 46a7f9e9cbe3260e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (a8d701d246748396, 7395ddc009b1e2ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (692068a371212446, 59b56ee33499a52c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (f745ad683f66a8cb, 8ffdf81f7d798f11), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (7a267b0ad2c72394, 7bd94284f63da605), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (4ea2d599ee23b7b6, 32d977611c257de7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (7f5e6173718a6f2e, 65e2160b59529daf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (ae6163f7cb576233, e696534a736f67ff), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (3d77be5251891ea4, 89ffa6baf3ec4502), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (28004a48500c1e5a, bc7f09cb4a4e60c3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (fe516cd0a5370584, 8c4b66089bf77d6a), 0, 0 [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `Command { std: "docker" "inspect" "2c60b0f5e17c2c4c4edf5331a08d38ee83d82ea0061d4d3d07920f0b210cd8e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c60b0f5e17c2c4c4edf5331a08d38ee83d82ea0061d4d3d07920f0b210cd8e8", kill_on_drop: false }` [INFO] [stdout] 2c60b0f5e17c2c4c4edf5331a08d38ee83d82ea0061d4d3d07920f0b210cd8e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zprofile-closures" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 088d7d04aa834c7a595f7f1aef1c632997e889d90ede64ca3c61dcaaba1baf21 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "088d7d04aa834c7a595f7f1aef1c632997e889d90ede64ca3c61dcaaba1baf21", kill_on_drop: false }` [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 400 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 400 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 401 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 401 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 402 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 402 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 403 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 403 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 404 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 404 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 405 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 405 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 406 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 406 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 407 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 407 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 408 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (dc8eeb8374c029ae, c6be08498a8ecd49), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (7117a9d00dea250f, 238fe3f12d070757), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (96856ec480d1a00f, 467ab619e8cc5057), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (6fb20b2f41f1548f, 1fe4b257284cf7d2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (c3963b7ba3bc2f59, 1184840a58f29ee8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (7043950ef4c1d8c1, b3d8f0f4fd540a03), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (57bf298c6c76f7b8, d17ea9b46cb69e48), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (9a074ceb38a1c4d0, 258a83f1ebe8342), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (1b4829bc59e06527, 7d9408db6fa51562), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (d6c4b6934219ae14, 4a58ca39736b1a88), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (960d92ad3c18a4cc, c179bc8dc1b64ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (5f09167e7cc88b46, d6ebd6762825aa61), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (357b423a6ebf775b, 4bfbbc3c497627d1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (722935b72879a58a, 88448b14f519621c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (4ab0082b7e176442, b7187946061d2650), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (959da62b8fb7d8ba, e55bb8719c94082), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (85b2437beac67b4e, 10f3725a7971c2d0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (1723134acd96965b, c89f2e675fa0da01), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (18fd3d77a91be4cb, cf9e540eb692f680), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (6dd917f7171a0f44, bd20654aeec7e61f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (ba90ac344e6154b6, c5b34a29076f2e8d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (38b52a663e3579aa, b04c8a0ed4da53cf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (238e0e225f4549e4, 465a198cac47f441), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (9f1d0e7367554c04, 88d5c494ad72970e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (30b98e5dda80980, 11117b08c8cf3231), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (c692878d80674ad9, 82cc3083fd2f7066), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (27b162da08c94b38, 28fec23e32439af0), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (bb6c8c042355fc1, 687bc8ebe9a5d167), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (6b9b93f59390c54d, 2ddab231f689cc7b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (22832f56b99216e, dc987cf433811392), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (e9463e2aafae48a5, ee00f70e4350ceae), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (9910bf34eb6c4aed, 8c026d10c5b1ad95), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (a8a63ea22327a825, 56cca6b13b718002), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (b758177aa3ca1175, 287c55e906d1d238), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (f1e69edf4b1f44d9, 6a1b4cec03ca809b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (1408b8c581237143, 3bb1f1a686d25004), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (20e7cc001696e2b7, 55d28cf1b6f672ae), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (19706558ab74a529, 6f4f0b826bdbd87d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (74382047a07177de, d24019457215496), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (1a27e60a3f935cb2, 8deab77ba311e102), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (b547399d81514a1e, 446d1d3958ea7aa5), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (be44a541deb007d7, e7fe25998d60dcba), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (22faca54973f7ea5, 321d93603ea4a43), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (9caaf1f29c28bd56, e785d17216462871), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (6311a6348e45eba3, 12d43836b2cb7349), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (541376cdd88fcb75, 53fc2088faa56cc7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (e7905b2a513ddb05, 387a21432acff502), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (deed10359c5aac9, 79700e9426f9b7f9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (586c68d6318e9aa9, 9053be46851408c9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (95762f5066525953, 46a7f9e9cbe3260e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (a8d701d246748396, 7395ddc009b1e2ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (692068a371212446, 59b56ee33499a52c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (f745ad683f66a8cb, 8ffdf81f7d798f11), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (7a267b0ad2c72394, 7bd94284f63da605), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (4ea2d599ee23b7b6, 32d977611c257de7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (7f5e6173718a6f2e, 65e2160b59529daf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (ae6163f7cb576233, e696534a736f67ff), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (3d77be5251891ea4, 89ffa6baf3ec4502), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (28004a48500c1e5a, bc7f09cb4a4e60c3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (fe516cd0a5370584, 8c4b66089bf77d6a), 0, 0 [INFO] [stderr] Compiling secret_integers v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 408 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 409 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 409 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 400 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 400 | define_secret_unsigned_integer!(U8, u8, 8); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 401 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 401 | define_secret_unsigned_integer!(U16, u16, 16); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 402 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 402 | define_secret_unsigned_integer!(U32, u32, 32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 403 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 403 | define_secret_unsigned_integer!(U64, u64, 64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | /// Secret unsigned integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 404 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 404 | define_secret_unsigned_integer!(U128, u128, 128); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 405 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 405 | define_secret_signed_integer!(I8, i8, 8); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 406 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 406 | define_secret_signed_integer!(I16, i16, 16); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 407 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 407 | define_secret_signed_integer!(I32, i32, 32); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 408 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 408 | define_secret_signed_integer!(I64, i64, 64); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | /// Secret signed integer. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 409 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/lib.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | /// `Not` has bitwise semantics for integers [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] ... [INFO] [stdout] 409 | define_secret_signed_integer!(I128, i128, 128); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] = note: this warning originates in the macro `define_secret_integer` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (d5737508b68b643b, a15cdf62dd0fe1c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (fde0e0afa1410b70, 2a05b12de697828c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (3599b04a6c33ca29, a1bc1f1c464d811c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (c7674344122a92e2, 684618f2a6f3f19), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (77e01c772ac7316e, 4c26f6327c50cdb4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (ec2964f44a9b41cb, 4c4049c9481d2a7d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (53f129f6f39f5a0f, bb2fd391f1248ef4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (44adfbc0a9f2d9de, f0171d0f2b33aa74), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (a74562744e4afc23, b21276a39ecd8374), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (591eedb04befd936, df60533a6b452445), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (e57227e78f4b6a1, ae3cde67f9a704f3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (b20f8dcf02446fa6, 2f2d8b2abfc7effd), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (52ef4d438d5c13c3, 9414b52a07c154e8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (b95141d280a86611, 24641e20dedaaa00), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (84ad80733a1ff820, 4057a559d5a888bb), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (cd359fe8b678c4f0, 302d03958119689), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (be54e9a990f27c30, bc02f8c6a82dce2a), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: secret_integers, (d410247a1be162ec, 14b003beaacc95ad), 0, 0 [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `Command { std: "docker" "inspect" "088d7d04aa834c7a595f7f1aef1c632997e889d90ede64ca3c61dcaaba1baf21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "088d7d04aa834c7a595f7f1aef1c632997e889d90ede64ca3c61dcaaba1baf21", kill_on_drop: false }` [INFO] [stdout] 088d7d04aa834c7a595f7f1aef1c632997e889d90ede64ca3c61dcaaba1baf21