[INFO] cloning repository https://github.com/guiszk/simpletemplate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guiszk/simpletemplate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguiszk%2Fsimpletemplate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguiszk%2Fsimpletemplate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8bbc067e4596a86cae9b2d8d5cbc12158b8e798a
[INFO] testing guiszk/simpletemplate against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguiszk%2Fsimpletemplate" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/guiszk/simpletemplate
[INFO] finished tweaking git repo https://github.com/guiszk/simpletemplate
[INFO] tweaked toml for git repo https://github.com/guiszk/simpletemplate written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/guiszk/simpletemplate on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/guiszk/simpletemplate 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itoa v1.0.5
[INFO] [stderr]   Downloaded serde_json v1.0.90
[INFO] [stderr]   Downloaded string-join v0.1.2
[INFO] [stderr]   Downloaded ryu v1.0.12
[INFO] [stderr]   Downloaded regex v1.7.0
[INFO] [stderr]   Downloaded serde v1.0.151
[INFO] [stderr]   Downloaded regex-syntax v0.6.28
[INFO] [stderr]   Downloaded aho-corasick v0.7.20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c99e597bfaf58030798bbe7e808da32115caf7d4af220f9ea028080af0c21d90
[INFO] running `Command { std: "docker" "start" "-a" "c99e597bfaf58030798bbe7e808da32115caf7d4af220f9ea028080af0c21d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c99e597bfaf58030798bbe7e808da32115caf7d4af220f9ea028080af0c21d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c99e597bfaf58030798bbe7e808da32115caf7d4af220f9ea028080af0c21d90", kill_on_drop: false }`
[INFO] [stdout] c99e597bfaf58030798bbe7e808da32115caf7d4af220f9ea028080af0c21d90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7f4c18c14788054ed7ce740e49e5a8c627ae3287a78e88ba1286df1e3330dec
[INFO] running `Command { std: "docker" "start" "-a" "b7f4c18c14788054ed7ce740e49e5a8c627ae3287a78e88ba1286df1e3330dec", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde v1.0.151
[INFO] [stderr]    Compiling serde_json v1.0.90
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling string-join v0.1.2
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling simpletemplate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.07s
[INFO] running `Command { std: "docker" "inspect" "b7f4c18c14788054ed7ce740e49e5a8c627ae3287a78e88ba1286df1e3330dec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7f4c18c14788054ed7ce740e49e5a8c627ae3287a78e88ba1286df1e3330dec", kill_on_drop: false }`
[INFO] [stdout] b7f4c18c14788054ed7ce740e49e5a8c627ae3287a78e88ba1286df1e3330dec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea5b1a8ac7d7bac306e91d9be873cc58be997bffe5088cc3698b73de2e3426d7
[INFO] running `Command { std: "docker" "start" "-a" "ea5b1a8ac7d7bac306e91d9be873cc58be997bffe5088cc3698b73de2e3426d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling simpletemplate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "ea5b1a8ac7d7bac306e91d9be873cc58be997bffe5088cc3698b73de2e3426d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea5b1a8ac7d7bac306e91d9be873cc58be997bffe5088cc3698b73de2e3426d7", kill_on_drop: false }`
[INFO] [stdout] ea5b1a8ac7d7bac306e91d9be873cc58be997bffe5088cc3698b73de2e3426d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 567077bc1d73fa9a2b5f8a1a36cbc56d01085059570b39eee95c1b6add7bd740
[INFO] running `Command { std: "docker" "start" "-a" "567077bc1d73fa9a2b5f8a1a36cbc56d01085059570b39eee95c1b6add7bd740", 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/simpletemplate-8014e534fa69ed53)
[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/main.rs (/opt/rustwide/target/debug/deps/simpletemplate-4d8fbd20d3a9774f)
[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 simpletemplate
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/lib.rs - (line 78) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 90) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 36) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 51) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 58) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 65) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 98) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 5) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 43) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 21) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 106) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 114) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 28) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 78) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:79:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let data = json!({
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]   --> src/lib.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | assert_eq!(render(template, data), expected);
[INFO] [stdout]    |            ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 2  + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 90) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:92:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({});
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:95:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 36) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:37:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let data = json!({ "items": [] });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:40:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 51) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:52:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let data = json!({ "items": ["a", "b", "c"] });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:55:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 58) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:59:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let data = json!({ "items": ["a", "b", "c"] });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:62:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 65) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:67:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]   --> src/lib.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | assert_eq!(render(template, data), expected);
[INFO] [stdout]    |            ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 2  + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 98) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:100:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({ "foo": "bar" });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:103:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 5) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({ "foo": "bar" });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:10:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 43) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:45:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({ "items": ["a", "b", "c"] });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:48:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 21) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:22:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let data = json!({ "foo": null });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:25:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 106) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:108:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({ "items": ["a", "b", "c"] });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:111:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 114) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:116:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({});
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:119:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 13) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:15:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({ "foo": "bar" });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:18:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 28) stdout ----
[INFO] [stdout] error: cannot find macro `json` in this scope
[INFO] [stdout]  --> src/lib.rs:30:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | let data = json!({ "items": ["a", "b", "c"] });
[INFO] [stdout]   |            ^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde_json::json;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `render` in this scope
[INFO] [stdout]  --> src/lib.rs:33:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | assert_eq!(render(template, data), expected);
[INFO] [stdout]   |            ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use simpletemplate::render;
[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 E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 106)
[INFO] [stdout]     src/lib.rs - (line 114)
[INFO] [stdout]     src/lib.rs - (line 13)
[INFO] [stdout]     src/lib.rs - (line 21)
[INFO] [stdout]     src/lib.rs - (line 28)
[INFO] [stdout]     src/lib.rs - (line 36)
[INFO] [stdout]     src/lib.rs - (line 43)
[INFO] [stdout]     src/lib.rs - (line 5)
[INFO] [stdout]     src/lib.rs - (line 51)
[INFO] [stdout]     src/lib.rs - (line 58)
[INFO] [stdout]     src/lib.rs - (line 65)
[INFO] [stdout]     src/lib.rs - (line 78)
[INFO] [stdout]     src/lib.rs - (line 90)
[INFO] [stdout]     src/lib.rs - (line 98)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "567077bc1d73fa9a2b5f8a1a36cbc56d01085059570b39eee95c1b6add7bd740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "567077bc1d73fa9a2b5f8a1a36cbc56d01085059570b39eee95c1b6add7bd740", kill_on_drop: false }`
[INFO] [stdout] 567077bc1d73fa9a2b5f8a1a36cbc56d01085059570b39eee95c1b6add7bd740
