[INFO] cloning repository https://github.com/balt-dev/macrosia
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/balt-dev/macrosia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbalt-dev%2Fmacrosia", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbalt-dev%2Fmacrosia'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 398ce62181864f676fede4826711f59792c9ae82
[INFO] testing balt-dev/macrosia against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbalt-dev%2Fmacrosia" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/balt-dev/macrosia
[INFO] finished tweaking git repo https://github.com/balt-dev/macrosia
[INFO] tweaked toml for git repo https://github.com/balt-dev/macrosia written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/balt-dev/macrosia on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 36 packages to latest compatible versions
[INFO] [stderr]       Adding getrandom v0.2.17 (available: v0.4.2)
[INFO] [stderr]       Adding itertools v0.13.0 (available: v0.14.0)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] [stderr]       Adding rand_pcg v0.3.1 (available: v0.10.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0195d29bdb3e65f670204a67a7531e900c30929192fcac74c3dcfaab8fdddb4e
[INFO] running `Command { std: "docker" "start" "-a" "0195d29bdb3e65f670204a67a7531e900c30929192fcac74c3dcfaab8fdddb4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0195d29bdb3e65f670204a67a7531e900c30929192fcac74c3dcfaab8fdddb4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0195d29bdb3e65f670204a67a7531e900c30929192fcac74c3dcfaab8fdddb4e", kill_on_drop: false }`
[INFO] [stdout] 0195d29bdb3e65f670204a67a7531e900c30929192fcac74c3dcfaab8fdddb4e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 39aab57983e2def52d9083ff20feb648c95f231e944eb764305bdb16635605f3
[INFO] running `Command { std: "docker" "start" "-a" "39aab57983e2def52d9083ff20feb648c95f231e944eb764305bdb16635605f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_pcg v0.3.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling macroscript v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(byte_slice_trim_ascii, lazy_cell)]
[INFO] [stdout]   |                                   ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `byte_slice_trim_ascii` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(byte_slice_trim_ascii, lazy_cell)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsing.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub(crate) fn unescape(original: &str) -> Cow<str> {
[INFO] [stdout]    |                                  ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub(crate) fn unescape(original: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
[INFO] running `Command { std: "docker" "inspect" "39aab57983e2def52d9083ff20feb648c95f231e944eb764305bdb16635605f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39aab57983e2def52d9083ff20feb648c95f231e944eb764305bdb16635605f3", kill_on_drop: false }`
[INFO] [stdout] 39aab57983e2def52d9083ff20feb648c95f231e944eb764305bdb16635605f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 085c09820f220c4e9f0d91ca877e54f03a02bb7ec3671604a606683e8c268527
[INFO] running `Command { std: "docker" "start" "-a" "085c09820f220c4e9f0d91ca877e54f03a02bb7ec3671604a606683e8c268527", kill_on_drop: false }`
[INFO] [stdout] warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(byte_slice_trim_ascii, lazy_cell)]
[INFO] [stdout]   |                                   ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `byte_slice_trim_ascii` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(byte_slice_trim_ascii, lazy_cell)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsing.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub(crate) fn unescape(original: &str) -> Cow<str> {
[INFO] [stdout]    |                                  ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub(crate) fn unescape(original: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling macroscript v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(byte_slice_trim_ascii, lazy_cell)]
[INFO] [stdout]   |                                   ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `byte_slice_trim_ascii` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(byte_slice_trim_ascii, lazy_cell)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parsing.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub(crate) fn unescape(original: &str) -> Cow<str> {
[INFO] [stdout]    |                                  ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub(crate) fn unescape(original: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.48s
[INFO] running `Command { std: "docker" "inspect" "085c09820f220c4e9f0d91ca877e54f03a02bb7ec3671604a606683e8c268527", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "085c09820f220c4e9f0d91ca877e54f03a02bb7ec3671604a606683e8c268527", kill_on_drop: false }`
[INFO] [stdout] 085c09820f220c4e9f0d91ca877e54f03a02bb7ec3671604a606683e8c268527
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a16833c37f669a20a91fcfcc6e6a616894633d64bb1a014b411f0dc4ead00745
[INFO] running `Command { std: "docker" "start" "-a" "a16833c37f669a20a91fcfcc6e6a616894633d64bb1a014b411f0dc4ead00745", kill_on_drop: false }`
[INFO] [stderr] warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:4:35
[INFO] [stderr]   |
[INFO] [stderr] 4 | #![feature(byte_slice_trim_ascii, lazy_cell)]
[INFO] [stderr]   |                                   ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `byte_slice_trim_ascii` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | #![feature(byte_slice_trim_ascii, lazy_cell)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parsing.rs:81:34
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub(crate) fn unescape(original: &str) -> Cow<str> {
[INFO] [stderr]    |                                  ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub(crate) fn unescape(original: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `macroscript` (lib) generated 3 warnings (run `cargo fix --lib -p macroscript` to apply 1 suggestion)
[INFO] [stderr] warning: `macroscript` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/macroscript-3f27e509d494f39f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test parsing::test::bracket_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests macroscript
[INFO] [stdout] 
[INFO] [stdout] running 67 tests
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 325) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 249) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 369) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 259) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 239) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 276) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 298) ... FAILED
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 354) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 205) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 229) ... ok
[INFO] [stdout] test src/lib.rs - (line 19) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 216) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 381) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 338) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 392) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 287) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 404) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 419) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 312) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 470) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 431) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 495) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 558) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 584) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 444) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 507) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 482) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 626) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 545) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 458) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 519) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 613) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 652) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 664) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 572) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 639) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 676) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 700) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 532) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 712) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 736) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 724) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 599) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 688) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 852) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 797) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 785) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 808) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 774) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 819) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 749) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 863) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 762) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 841) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 888) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 916) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 830) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 941) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 874) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 976) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 952) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 999) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 964) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 903) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 988) ... ok
[INFO] [stdout] test src/stdlib.rs - stdlib::DocumentationHelper (line 928) ... ok
[INFO] [stdout] test src/textmacro.rs - textmacro::TextMacro (line 25) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/stdlib.rs - stdlib::DocumentationHelper (line 298) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (497) panicked at src/test.rs:30:9:
[INFO] [stdout] assertion `left == right` failed: test case failed for [add] -> 0
[INFO] [stdout] "0" != "-0"
[INFO] [stdout]   left: "0"
[INFO] [stdout]  right: "-0"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ca6832aa20a - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ca6832aa20a - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ca6832aa20a - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ca6832aa20a - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ca6832bf5aa - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ca6832bf5aa - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x5ca6832ade02 - std[29689e6404d28ef9]::io::default_write_fmt::<std[29689e6404d28ef9]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5ca6832ade02 - <std[29689e6404d28ef9]::sys::stdio::unix::Stderr as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5ca68329564f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ca68329564f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ca6832a5e21 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5ca6832a5fdb - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5ca683295708 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x5ca68328abf9 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5ca683295fed - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5ca6832bfdec - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5ca6832bfd03 - core[e929cb53b82a81ca]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:434:23
[INFO] [stdout]   17:     0x5ca682fb624a - core[e929cb53b82a81ca]::panicking::assert_failed::<&str, alloc[9d7caffeb3b5d2c6]::string::String>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   18:     0x5ca682f77a25 - macroscript[e6b9125293f59356]::test::test_output
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:30:3
[INFO] [stdout]   19:     0x5ca682f6e846 - rust_out[a0c036232cb4117b]::main
[INFO] [stdout]   20:     0x5ca682f6eb03 - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5ca682f6e7f6 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>
[INFO] [stdout]   22:     0x5ca682f6e809 - std[29689e6404d28ef9]::rt::lang_start::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>::{closure#0}
[INFO] [stdout]   23:     0x5ca6832a55a7 - <&dyn core[e929cb53b82a81ca]::ops::function::Fn<(), Output = i32> + core[e929cb53b82a81ca]::panic::unwind_safe::RefUnwindSafe + core[e929cb53b82a81ca]::marker::Sync as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   24:     0x5ca6832a55a7 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<&dyn core[e929cb53b82a81ca]::ops::function::Fn<(), Output = i32> + core[e929cb53b82a81ca]::panic::unwind_safe::RefUnwindSafe + core[e929cb53b82a81ca]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   25:     0x5ca6832a55a7 - std[29689e6404d28ef9]::panicking::catch_unwind::<i32, &dyn core[e929cb53b82a81ca]::ops::function::Fn<(), Output = i32> + core[e929cb53b82a81ca]::panic::unwind_safe::RefUnwindSafe + core[e929cb53b82a81ca]::marker::Sync>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   26:     0x5ca6832a55a7 - std[29689e6404d28ef9]::panic::catch_unwind::<&dyn core[e929cb53b82a81ca]::ops::function::Fn<(), Output = i32> + core[e929cb53b82a81ca]::panic::unwind_safe::RefUnwindSafe + core[e929cb53b82a81ca]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x5ca6832a55a7 - std[29689e6404d28ef9]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x5ca6832a55a7 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<std[29689e6404d28ef9]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5ca6832a55a7 - std[29689e6404d28ef9]::panicking::catch_unwind::<isize, std[29689e6404d28ef9]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5ca6832a55a7 - std[29689e6404d28ef9]::panic::catch_unwind::<std[29689e6404d28ef9]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ca6832a55a7 - std[29689e6404d28ef9]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x5ca682f6e771 - std[29689e6404d28ef9]::rt::lang_start::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::error::Error>>>
[INFO] [stdout]   33:     0x5ca682f6eb65 - main
[INFO] [stdout]   34:     0x7bac087841ca - <unknown>
[INFO] [stdout]   35:     0x7bac0878428b - __libc_start_main
[INFO] [stdout]   36:     0x5ca682f6e685 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/stdlib.rs - stdlib::DocumentationHelper (line 298)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 66 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.56s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a16833c37f669a20a91fcfcc6e6a616894633d64bb1a014b411f0dc4ead00745", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a16833c37f669a20a91fcfcc6e6a616894633d64bb1a014b411f0dc4ead00745", kill_on_drop: false }`
[INFO] [stdout] a16833c37f669a20a91fcfcc6e6a616894633d64bb1a014b411f0dc4ead00745
