[INFO] fetching crate confmap 1.0.3...
[INFO] testing confmap-1.0.3 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate confmap 1.0.3 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate confmap 1.0.3 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate confmap 1.0.3
[INFO] finished tweaking crates.io crate confmap 1.0.3
[INFO] tweaked toml for crates.io crate confmap 1.0.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f17811f85147e5c1134ab7c0e9bfcbd792ba33466e4a967eb27a6c9eebaa137
[INFO] running `Command { std: "docker" "start" "-a" "3f17811f85147e5c1134ab7c0e9bfcbd792ba33466e4a967eb27a6c9eebaa137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f17811f85147e5c1134ab7c0e9bfcbd792ba33466e4a967eb27a6c9eebaa137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f17811f85147e5c1134ab7c0e9bfcbd792ba33466e4a967eb27a6c9eebaa137", kill_on_drop: false }`
[INFO] [stdout] 3f17811f85147e5c1134ab7c0e9bfcbd792ba33466e4a967eb27a6c9eebaa137
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6479325f704598be88c77e9c01297e049aa49c4af597cf91ddc7e43aa96f90a5
[INFO] running `Command { std: "docker" "start" "-a" "6479325f704598be88c77e9c01297e049aa49c4af597cf91ddc7e43aa96f90a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling confmap v1.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/lib.rs:125:54
[INFO] [stdout]     |
[INFO] [stdout] 125 |             let file_path = CONFIG_PATH.to_owned() + &CONFIG_NAME;
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 125 |             let file_path = CONFIG_PATH.to_owned() + addr_of!(CONFIG_NAME);
[INFO] [stdout]     |                                                      ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/lib.rs:163:51
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let path = unsafe { CONFIG_PATH.to_string() + &CONFIG_NAME };
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let path = unsafe { CONFIG_PATH.to_string() + addr_of!(CONFIG_NAME) };
[INFO] [stdout]     |                                                   ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
[INFO] running `Command { std: "docker" "inspect" "6479325f704598be88c77e9c01297e049aa49c4af597cf91ddc7e43aa96f90a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6479325f704598be88c77e9c01297e049aa49c4af597cf91ddc7e43aa96f90a5", kill_on_drop: false }`
[INFO] [stdout] 6479325f704598be88c77e9c01297e049aa49c4af597cf91ddc7e43aa96f90a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65c72967e3102ef5977afa93e645b83d6564610b79734b0b1d5b7c9e8dfe80b2
[INFO] running `Command { std: "docker" "start" "-a" "65c72967e3102ef5977afa93e645b83d6564610b79734b0b1d5b7c9e8dfe80b2", kill_on_drop: false }`
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/lib.rs:125:54
[INFO] [stdout]     |
[INFO] [stdout] 125 |             let file_path = CONFIG_PATH.to_owned() + &CONFIG_NAME;
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 125 |             let file_path = CONFIG_PATH.to_owned() + addr_of!(CONFIG_NAME);
[INFO] [stdout]     |                                                      ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/lib.rs:163:51
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let path = unsafe { CONFIG_PATH.to_string() + &CONFIG_NAME };
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let path = unsafe { CONFIG_PATH.to_string() + addr_of!(CONFIG_NAME) };
[INFO] [stdout]     |                                                   ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling confmap v1.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/lib.rs:125:54
[INFO] [stdout]     |
[INFO] [stdout] 125 |             let file_path = CONFIG_PATH.to_owned() + &CONFIG_NAME;
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 125 |             let file_path = CONFIG_PATH.to_owned() + addr_of!(CONFIG_NAME);
[INFO] [stdout]     |                                                      ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static is discouraged
[INFO] [stdout]    --> src/lib.rs:163:51
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let path = unsafe { CONFIG_PATH.to_string() + &CONFIG_NAME };
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stdout]     = note: this will be a hard error in the 2024 edition
[INFO] [stdout]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stdout] help: use `addr_of!` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let path = unsafe { CONFIG_PATH.to_string() + addr_of!(CONFIG_NAME) };
[INFO] [stdout]     |                                                   ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "65c72967e3102ef5977afa93e645b83d6564610b79734b0b1d5b7c9e8dfe80b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65c72967e3102ef5977afa93e645b83d6564610b79734b0b1d5b7c9e8dfe80b2", kill_on_drop: false }`
[INFO] [stdout] 65c72967e3102ef5977afa93e645b83d6564610b79734b0b1d5b7c9e8dfe80b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 859dc8ee2ced3c509cfa36d4bd06577b90cdc4430ee9c851e1db01720dea8470
[INFO] running `Command { std: "docker" "start" "-a" "859dc8ee2ced3c509cfa36d4bd06577b90cdc4430ee9c851e1db01720dea8470", kill_on_drop: false }`
[INFO] [stderr] warning: creating a shared reference to mutable static is discouraged
[INFO] [stderr]    --> src/lib.rs:125:54
[INFO] [stderr]     |
[INFO] [stderr] 125 |             let file_path = CONFIG_PATH.to_owned() + &CONFIG_NAME;
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stderr]     = note: this will be a hard error in the 2024 edition
[INFO] [stderr]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stderr]     = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stderr] help: use `addr_of!` instead to create a raw pointer
[INFO] [stderr]     |
[INFO] [stderr] 125 |             let file_path = CONFIG_PATH.to_owned() + addr_of!(CONFIG_NAME);
[INFO] [stderr]     |                                                      ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static is discouraged
[INFO] [stderr]    --> src/lib.rs:163:51
[INFO] [stderr]     |
[INFO] [stderr] 163 |     let path = unsafe { CONFIG_PATH.to_string() + &CONFIG_NAME };
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see issue #114447 <https://github.com/rust-lang/rust/issues/114447>
[INFO] [stderr]     = note: this will be a hard error in the 2024 edition
[INFO] [stderr]     = note: this shared reference has lifetime `'static`, but if the static ever gets mutated, or a mutable reference is created, then any further use of this shared reference is Undefined Behavior
[INFO] [stderr] help: use `addr_of!` instead to create a raw pointer
[INFO] [stderr]     |
[INFO] [stderr] 163 |     let path = unsafe { CONFIG_PATH.to_string() + addr_of!(CONFIG_NAME) };
[INFO] [stderr]     |                                                   ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `confmap` (lib) generated 2 warnings
[INFO] [stderr] warning: `confmap` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/confmap-2fa98848cadf7e30)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::it_works ... 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 confmap
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test src/lib.rs - (line 11) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 23) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 29) ... FAILED
[INFO] [stdout] test src/lib.rs - get_i16 (line 278) ... FAILED
[INFO] [stdout] test src/lib.rs - add_config_path (line 95) ... ok
[INFO] [stdout] test src/lib.rs - get_i32 (line 261) ... FAILED
[INFO] [stdout] test src/lib.rs - get_array (line 395) ... ok
[INFO] [stdout] test src/lib.rs - get_bool (line 372) ... ok
[INFO] [stdout] test src/lib.rs - get (line 386) ... ok
[INFO] [stdout] test src/lib.rs - get_float32 (line 355) ... ok
[INFO] [stdout] test src/lib.rs - get_float64_array (line 329) ... ok
[INFO] [stdout] test src/lib.rs - get_float64 (line 312) ... ok
[INFO] [stdout] test src/lib.rs - get_int64_array (line 235) ... ok
[INFO] [stdout] test src/lib.rs - get_int64 (line 218) ... ok
[INFO] [stdout] test src/lib.rs - get_map (line 419) ... ok
[INFO] [stdout] test src/lib.rs - set_config_name (line 85) ... ok
[INFO] [stdout] test src/lib.rs - get_string (line 180) ... ok
[INFO] [stdout] test src/lib.rs - get_int8 (line 295) ... ok
[INFO] [stdout] test src/lib.rs - get_string_array (line 194) ... ok
[INFO] [stdout] test src/lib.rs - read_config (line 116) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 11) stdout ----
[INFO] [stdout] error: expected `;`, found `{`
[INFO] [stdout]  --> src/lib.rs:12:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | config.json
[INFO] [stdout]   |            ^ help: add `;` here
[INFO] [stdout] 4 |     {
[INFO] [stdout]   |     - unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `:`
[INFO] [stdout]  --> src/lib.rs:14:24
[INFO] [stdout]   |
[INFO] [stdout] 5 |         "testGetString": "YesMan",
[INFO] [stdout]   |                        ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 23) stdout ----
[INFO] [stdout] error: expected `;`, found `confmap`
[INFO] [stdout]  --> src/lib.rs:25:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | [dependencies]
[INFO] [stdout]   |               ^ help: add `;` here
[INFO] [stdout] 6 |
[INFO] [stdout] 7 | confmap = "1.0.0"
[INFO] [stdout]   | ------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found crate `confmap`
[INFO] [stdout]  --> src/lib.rs:27:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | confmap = "1.0.0"
[INFO] [stdout]   | ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to introduce a new binding
[INFO] [stdout]   |
[INFO] [stdout] 7 | let confmap = "1.0.0"
[INFO] [stdout]   | +++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 29) stdout ----
[INFO] [stdout] error[E0254]: the name `confmap` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:31:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate r#confmap;
[INFO] [stdout]   | ----------------------- previous import of the extern crate `confmap` here
[INFO] [stdout] 4 | use confmap;
[INFO] [stdout]   |     ^^^^^^^ `confmap` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `confmap` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `path_str` in this scope
[INFO] [stdout]  --> src/lib.rs:35:30
[INFO] [stdout]   |
[INFO] [stdout] 8 |     confmap::add_config_path(path_str);
[INFO] [stdout]   |                              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0254, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0254`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - get_i16 (line 278) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `get_int16` in crate `confmap`
[INFO] [stdout]    --> src/lib.rs:280:10
[INFO] [stdout]     |
[INFO] [stdout] 5   | confmap::get_int16("testGetInt16");
[INFO] [stdout]     |          ^^^^^^^^^ help: a function with a similar name exists: `get_i16`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub fn get_i16(key: &str) -> Option<i16> {
[INFO] [stdout]     | ---------------------------------------- similarly named function `get_i16` defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - get_i32 (line 261) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `get_int32` in crate `confmap`
[INFO] [stdout]    --> src/lib.rs:263:10
[INFO] [stdout]     |
[INFO] [stdout] 5   | confmap::get_int32("testGetInt32");
[INFO] [stdout]     |          ^^^^^^^^^ help: a function with a similar name exists: `get_i32`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/lib.rs:264:1
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub fn get_i32(key: &str) -> Option<i32> {
[INFO] [stdout]     | ---------------------------------------- similarly named function `get_i32` defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 11)
[INFO] [stdout]     src/lib.rs - (line 23)
[INFO] [stdout]     src/lib.rs - (line 29)
[INFO] [stdout]     src/lib.rs - get_i16 (line 278)
[INFO] [stdout]     src/lib.rs - get_i32 (line 261)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 15 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "859dc8ee2ced3c509cfa36d4bd06577b90cdc4430ee9c851e1db01720dea8470", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "859dc8ee2ced3c509cfa36d4bd06577b90cdc4430ee9c851e1db01720dea8470", kill_on_drop: false }`
[INFO] [stdout] 859dc8ee2ced3c509cfa36d4bd06577b90cdc4430ee9c851e1db01720dea8470
