[INFO] cloning repository https://github.com/ppoliani/rust-macro-examples
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ppoliani/rust-macro-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fppoliani%2Frust-macro-examples", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fppoliani%2Frust-macro-examples'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea00b2f2d85e950244e642ab1639be63391b612d
[INFO] testing ppoliani/rust-macro-examples against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fppoliani%2Frust-macro-examples" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ppoliani/rust-macro-examples
[INFO] finished tweaking git repo https://github.com/ppoliani/rust-macro-examples
[INFO] tweaked toml for git repo https://github.com/ppoliani/rust-macro-examples written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ppoliani/rust-macro-examples on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ppoliani/rust-macro-examples already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bee0267105d98aaaa32355b0f3dc8cc6c3041ebe115580fb26ee712c673d572e
[INFO] running `Command { std: "docker" "start" "-a" "bee0267105d98aaaa32355b0f3dc8cc6c3041ebe115580fb26ee712c673d572e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bee0267105d98aaaa32355b0f3dc8cc6c3041ebe115580fb26ee712c673d572e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bee0267105d98aaaa32355b0f3dc8cc6c3041ebe115580fb26ee712c673d572e", kill_on_drop: false }`
[INFO] [stdout] bee0267105d98aaaa32355b0f3dc8cc6c3041ebe115580fb26ee712c673d572e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3659206e2b91df29a260e9105a4dfafa9fe284faa330f7d812a903610c20ae70
[INFO] running `Command { std: "docker" "start" "-a" "3659206e2b91df29a260e9105a4dfafa9fe284faa330f7d812a903610c20ae70", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling macro-utils v0.1.0 (/opt/rustwide/workdir/macro-utils)
[INFO] [stderr]    Compiling constant_string v0.1.0 (/opt/rustwide/workdir/function/constant_string)
[INFO] [stderr]    Compiling manager_of_thing v0.1.0 (/opt/rustwide/workdir/function/manager_of_thing)
[INFO] [stderr]    Compiling describe v0.1.0 (/opt/rustwide/workdir/derive/describe)
[INFO] [stderr]    Compiling log_duration v0.1.0 (/opt/rustwide/workdir/attribute/log_duration)
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling init_string_hash_map v0.1.0 (/opt/rustwide/workdir/derive/init_string_hash_map)
[INFO] [stderr]    Compiling custom_model v0.1.0 (/opt/rustwide/workdir/derive/custom_model)
[INFO] [stderr]    Compiling hash_mapify v0.1.0 (/opt/rustwide/workdir/function/hash_mapify)
[INFO] [stderr]    Compiling memoize v0.1.0 (/opt/rustwide/workdir/attribute/memoize)
[INFO] [stderr]    Compiling app v0.1.0 (/opt/rustwide/workdir/app)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
[INFO] running `Command { std: "docker" "inspect" "3659206e2b91df29a260e9105a4dfafa9fe284faa330f7d812a903610c20ae70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3659206e2b91df29a260e9105a4dfafa9fe284faa330f7d812a903610c20ae70", kill_on_drop: false }`
[INFO] [stdout] 3659206e2b91df29a260e9105a4dfafa9fe284faa330f7d812a903610c20ae70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb2c98ba3b58b683e77239e0e6c7addc647b7423603e533fcd14c2ca8e372ef1
[INFO] running `Command { std: "docker" "start" "-a" "eb2c98ba3b58b683e77239e0e6c7addc647b7423603e533fcd14c2ca8e372ef1", kill_on_drop: false }`
[INFO] [stderr]    Compiling log_duration v0.1.0 (/opt/rustwide/workdir/attribute/log_duration)
[INFO] [stderr]    Compiling constant_string v0.1.0 (/opt/rustwide/workdir/function/constant_string)
[INFO] [stderr]    Compiling describe v0.1.0 (/opt/rustwide/workdir/derive/describe)
[INFO] [stderr]    Compiling manager_of_thing v0.1.0 (/opt/rustwide/workdir/function/manager_of_thing)
[INFO] [stderr]    Compiling macro-utils v0.1.0 (/opt/rustwide/workdir/macro-utils)
[INFO] [stderr]    Compiling init_string_hash_map v0.1.0 (/opt/rustwide/workdir/derive/init_string_hash_map)
[INFO] [stderr]    Compiling custom_model v0.1.0 (/opt/rustwide/workdir/derive/custom_model)
[INFO] [stderr]    Compiling hash_mapify v0.1.0 (/opt/rustwide/workdir/function/hash_mapify)
[INFO] [stderr]    Compiling memoize v0.1.0 (/opt/rustwide/workdir/attribute/memoize)
[INFO] [stderr]    Compiling app v0.1.0 (/opt/rustwide/workdir/app)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.81s
[INFO] running `Command { std: "docker" "inspect" "eb2c98ba3b58b683e77239e0e6c7addc647b7423603e533fcd14c2ca8e372ef1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb2c98ba3b58b683e77239e0e6c7addc647b7423603e533fcd14c2ca8e372ef1", kill_on_drop: false }`
[INFO] [stdout] eb2c98ba3b58b683e77239e0e6c7addc647b7423603e533fcd14c2ca8e372ef1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 93fadc955d89d5cf773a27435d8f6fd5e3dbe4d6e8233febbdab6b2855791e66
[INFO] running `Command { std: "docker" "start" "-a" "93fadc955d89d5cf773a27435d8f6fd5e3dbe4d6e8233febbdab6b2855791e66", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/app-562b131a1bfb189e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/constant_string.rs (/opt/rustwide/target/debug/deps/constant_string-e605ded6cc4609cf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/custom_model.rs (/opt/rustwide/target/debug/deps/custom_model-56dd4fee294314df)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/describe.rs (/opt/rustwide/target/debug/deps/describe-a55b4fbb64a07ce5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/hash_mapify.rs (/opt/rustwide/target/debug/deps/hash_mapify-0aa2c0961b4db3b1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/init_string_hash_map.rs (/opt/rustwide/target/debug/deps/init_string_hash_map-c53696708c4c33de)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/log_duration.rs (/opt/rustwide/target/debug/deps/log_duration-936133095c2c4d73)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/manager_of_thing.rs (/opt/rustwide/target/debug/deps/manager_of_thing-e4263deaad1c249a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/memoize.rs (/opt/rustwide/target/debug/deps/memoize-62066132816777eb)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/constant_string-a4c8abc309701dba)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/custom_model-c1ca8254194b3ce8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/describe-2de8e0877eb8f9e4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hash_mapify-d7ec5551dd39941c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/init_string_hash_map-0ee03a71bad2fd98)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/log_duration-89cba7e8702bab34)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/macro_utils-1becb7071b6283c6)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/manager_of_thing-451002ad3d78f45a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/memoize-b44e1931c2e21406)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests app
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests constant_string
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests custom_model
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests describe
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests hash_mapify
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests init_string_hash_map
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests log_duration
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests macro_utils
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests manager_of_thing
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test function/manager_of_thing/src/parser.rs - parser::ManagerOfThing (line 7) ... FAILED
[INFO] [stdout] test function/manager_of_thing/src/parser.rs - parser::ManagerOfThing (line 15) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- function/manager_of_thing/src/parser.rs - parser::ManagerOfThing (line 7) stdout ----
[INFO] [stdout] error: cannot find macro `fn_macro_custom_syntax` in this scope
[INFO] [stdout]  --> function/manager_of_thing/src/parser.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn_macro_custom_syntax! {
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     function/manager_of_thing/src/parser.rs - parser::ManagerOfThing (line 7)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p manager_of_thing --doc`
[INFO] running `Command { std: "docker" "inspect" "93fadc955d89d5cf773a27435d8f6fd5e3dbe4d6e8233febbdab6b2855791e66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93fadc955d89d5cf773a27435d8f6fd5e3dbe4d6e8233febbdab6b2855791e66", kill_on_drop: false }`
[INFO] [stdout] 93fadc955d89d5cf773a27435d8f6fd5e3dbe4d6e8233febbdab6b2855791e66
