[INFO] fetching crate data_structures_SD 0.1.1...
[INFO] testing data_structures_SD-0.1.1 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate data_structures_SD 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate data_structures_SD 0.1.1
[INFO] finished tweaking crates.io crate data_structures_SD 0.1.1
[INFO] tweaked toml for crates.io crate data_structures_SD 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate data_structures_SD 0.1.1 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff40c132beca6de4f3362243ddeb0fe9e08124b6e2d6d2d236e8a68d30cf212f
[INFO] running `Command { std: "docker" "start" "-a" "ff40c132beca6de4f3362243ddeb0fe9e08124b6e2d6d2d236e8a68d30cf212f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff40c132beca6de4f3362243ddeb0fe9e08124b6e2d6d2d236e8a68d30cf212f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff40c132beca6de4f3362243ddeb0fe9e08124b6e2d6d2d236e8a68d30cf212f", kill_on_drop: false }`
[INFO] [stdout] ff40c132beca6de4f3362243ddeb0fe9e08124b6e2d6d2d236e8a68d30cf212f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] cb71dfb65376038ef748cfe29bbb6186c5c8df683b17995c22ea5a8de63ade56
[INFO] running `Command { std: "docker" "start" "-a" "cb71dfb65376038ef748cfe29bbb6186c5c8df683b17995c22ea5a8de63ade56", kill_on_drop: false }`
[INFO] [stderr]    Compiling data_structures_SD v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: crate `data_structures_SD` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `data_structures_sd`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/lists.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |                     &self.pairs[i].set_data(d);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 94 |                     let _ = &self.pairs[i].set_data(d);
[INFO] [stdout]    |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/lists.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                     &self.pairs[i].set_key(nk);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 117 |                     let _ = &self.pairs[i].set_key(nk);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "cb71dfb65376038ef748cfe29bbb6186c5c8df683b17995c22ea5a8de63ade56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb71dfb65376038ef748cfe29bbb6186c5c8df683b17995c22ea5a8de63ade56", kill_on_drop: false }`
[INFO] [stdout] cb71dfb65376038ef748cfe29bbb6186c5c8df683b17995c22ea5a8de63ade56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] aa9db4f6df1e342ea0b8481c3ca728e094cbc58e38fd1fa372781ab98e51fc90
[INFO] running `Command { std: "docker" "start" "-a" "aa9db4f6df1e342ea0b8481c3ca728e094cbc58e38fd1fa372781ab98e51fc90", kill_on_drop: false }`
[INFO] [stderr]    Compiling data_structures_SD v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: crate `data_structures_SD` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `data_structures_sd`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/lists.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |                     &self.pairs[i].set_data(d);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 94 |                     let _ = &self.pairs[i].set_data(d);
[INFO] [stdout]    |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/lists.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                     &self.pairs[i].set_key(nk);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 117 |                     let _ = &self.pairs[i].set_key(nk);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]   --> src/lists.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |                     &self.pairs[i].set_data(d);
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 94 |                     let _ = &self.pairs[i].set_data(d);
[INFO] [stdout]    |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/lists.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                     &self.pairs[i].set_key(nk);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 117 |                     let _ = &self.pairs[i].set_key(nk);
[INFO] [stdout]     |                     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "aa9db4f6df1e342ea0b8481c3ca728e094cbc58e38fd1fa372781ab98e51fc90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa9db4f6df1e342ea0b8481c3ca728e094cbc58e38fd1fa372781ab98e51fc90", kill_on_drop: false }`
[INFO] [stdout] aa9db4f6df1e342ea0b8481c3ca728e094cbc58e38fd1fa372781ab98e51fc90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 527436cbfa45c30d21ba09ead1fecf1007b25ab3826e0968f8c4807ddacd8f56
[INFO] running `Command { std: "docker" "start" "-a" "527436cbfa45c30d21ba09ead1fecf1007b25ab3826e0968f8c4807ddacd8f56", kill_on_drop: false }`
[INFO] [stderr] warning: crate `data_structures_SD` should have a snake case name
[INFO] [stderr]   |
[INFO] [stderr]   = help: convert the identifier to snake case: `data_structures_sd`
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]   --> src/lists.rs:94:21
[INFO] [stderr]    |
[INFO] [stderr] 94 |                     &self.pairs[i].set_data(d);
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 94 |                     let _ = &self.pairs[i].set_data(d);
[INFO] [stderr]    |                     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/lists.rs:117:21
[INFO] [stderr]     |
[INFO] [stderr] 117 |                     &self.pairs[i].set_key(nk);
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 117 |                     let _ = &self.pairs[i].set_key(nk);
[INFO] [stderr]     |                     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `data_structures_SD` (lib) generated 3 warnings
[INFO] [stderr] warning: `data_structures_SD` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/data_structures_SD/1147e822e58c8ef3/deps/data_structures_SD-1147e822e58c8ef3)
[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 data_structures_SD
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::get_key (line 317) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::set_data (line 330) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::new (line 263) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::set_data (line 335) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::new (line 269) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::get_key (line 312) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::get_data (line 348) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::add (line 36) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::set_key (line 299) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::change_data (line 80) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::get_data (line 353) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::change_key (line 103) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::add_pair (line 50) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::change_data (line 86) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::new (line 274) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::change_key (line 109) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::new (line 281) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 153) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::add_pair (line 56) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::clear (line 180) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 131) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Datapair<D>::set_key (line 294) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::new (line 12) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::add (line 41) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 158) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 163) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::remove (line 66) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 136) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 126) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::size (line 189) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::new (line 17) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::remove (line 71) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::new (line 24) ... FAILED
[INFO] [stdout] test src/lists.rs - lists::dictionary::Dictionary<D>::size (line 194) ... FAILED
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::get_key (line 317) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Datapair` in this scope
[INFO] [stdout]    --> src/lists.rs:319:18
[INFO] [stdout]     |
[INFO] [stdout] 319 | let mut datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 317 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Datapair`
[INFO] [stdout]    --> src/lists.rs:319:33
[INFO] [stdout]     |
[INFO] [stdout] 319 | let mut datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                                 ^^^^^^^^ use of undeclared type `Datapair`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 317 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::set_data (line 330) stdout ----
[INFO] [stdout] error: path separator must be a double colon
[INFO] [stdout]    --> src/lists.rs:331:2
[INFO] [stdout]     |
[INFO] [stdout] 331 | d:D
[INFO] [stdout]     |  ^
[INFO] [stdout]     |
[INFO] [stdout] help: use a double colon instead
[INFO] [stdout]     |
[INFO] [stdout] 331 | d::D
[INFO] [stdout]     |   +
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `d`
[INFO] [stdout]    --> src/lists.rs:331:1
[INFO] [stdout]     |
[INFO] [stdout] 331 | d:D
[INFO] [stdout]     | ^ use of unresolved module or unlinked crate `d`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `d`, use `cargo add d` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::new (line 263) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]    --> src/lists.rs:264:2
[INFO] [stdout]     |
[INFO] [stdout] 264 | k:String // the key
[INFO] [stdout]     |  ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::set_data (line 335) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Datapair` in this scope
[INFO] [stdout]    --> src/lists.rs:337:18
[INFO] [stdout]     |
[INFO] [stdout] 337 | let mut datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 335 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Datapair`
[INFO] [stdout]    --> src/lists.rs:337:33
[INFO] [stdout]     |
[INFO] [stdout] 337 | let mut datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                                 ^^^^^^^^ use of undeclared type `Datapair`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 335 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::new (line 269) stdout ----
[INFO] [stdout] error: missing `fn` or `struct` for function or struct definition
[INFO] [stdout]    --> src/lists.rs:270:1
[INFO] [stdout]     |
[INFO] [stdout] 270 | Datapair<D>
[INFO] [stdout]     | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::get_key (line 312) stdout ----
[INFO] [stdout] error[E0423]: expected value, found struct `String`
[INFO] [stdout]    --> src/lists.rs:313:2
[INFO] [stdout]     |
[INFO] [stdout] 313 | &String
[INFO] [stdout]     |  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/string.rs:353:0
[INFO] [stdout]     |
[INFO] [stdout]     = note: `String` 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 E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::get_data (line 348) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `D` in this scope
[INFO] [stdout]    --> src/lists.rs:349:2
[INFO] [stdout]     |
[INFO] [stdout] 349 | &D
[INFO] [stdout]     |  ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lists_rs_348_0<const D: /* Type */>() {
[INFO] [stdout]     |                                                                         +++++++++++++++++++++
[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/lists.rs - lists::dictionary::Dictionary<D>::add (line 36) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]   --> src/lists.rs:37:2
[INFO] [stdout]    |
[INFO] [stdout] 37 | p: Datapair<D>
[INFO] [stdout]    |  ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::set_key (line 299) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Datapair` in this scope
[INFO] [stdout]    --> src/lists.rs:301:18
[INFO] [stdout]     |
[INFO] [stdout] 301 | let mut datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 299 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Datapair`
[INFO] [stdout]    --> src/lists.rs:301:33
[INFO] [stdout]     |
[INFO] [stdout] 301 | let mut datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                                 ^^^^^^^^ use of undeclared type `Datapair`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 299 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::change_data (line 80) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]   --> src/lists.rs:81:2
[INFO] [stdout]    |
[INFO] [stdout] 81 | k:String // the key
[INFO] [stdout]    |  ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::get_data (line 353) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Datapair` in this scope
[INFO] [stdout]    --> src/lists.rs:355:18
[INFO] [stdout]     |
[INFO] [stdout] 355 | let mut datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 353 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Datapair`
[INFO] [stdout]    --> src/lists.rs:355:33
[INFO] [stdout]     |
[INFO] [stdout] 355 | let mut datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                                 ^^^^^^^^ use of undeclared type `Datapair`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 353 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::change_key (line 103) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]    --> src/lists.rs:104:3
[INFO] [stdout]     |
[INFO] [stdout] 104 | ok:String // the old key
[INFO] [stdout]     |   ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::add_pair (line 50) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]   --> src/lists.rs:51:2
[INFO] [stdout]    |
[INFO] [stdout] 51 | k: String // the key
[INFO] [stdout]    |  ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::change_data (line 86) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]   --> src/lists.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | dictionary.change_data(String::from("Maxime"),String::from("Swimming"));
[INFO] [stdout]    | ^^^^^^^^^^ not found in this scope
[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/lists.rs - lists::dictionary::Datapair<D>::new (line 274) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Datapair` in this scope
[INFO] [stdout]    --> src/lists.rs:275:14
[INFO] [stdout]     |
[INFO] [stdout] 275 | let datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |              ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 274 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Datapair`
[INFO] [stdout]    --> src/lists.rs:275:29
[INFO] [stdout]     |
[INFO] [stdout] 275 | let datapair:Datapair<u8> = Datapair::new(String::from("key"),0_u8);
[INFO] [stdout]     |                             ^^^^^^^^ use of undeclared type `Datapair`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 274 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::change_key (line 109) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]    --> src/lists.rs:110:1
[INFO] [stdout]     |
[INFO] [stdout] 110 | dictionary.change_key(String::from("Anna"),String::from("Anna-Lena"));
[INFO] [stdout]     | ^^^^^^^^^^ not found in this scope
[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/lists.rs - lists::dictionary::Datapair<D>::new (line 281) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Datapair`
[INFO] [stdout]    --> src/lists.rs:282:16
[INFO] [stdout]     |
[INFO] [stdout] 282 | let datapair = Datapair::new(String::from("key"),0);
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared type `Datapair`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 281 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 153) stdout ----
[INFO] [stdout] error: path separator must be a double colon
[INFO] [stdout]    --> src/lists.rs:154:2
[INFO] [stdout]     |
[INFO] [stdout] 154 | k:String
[INFO] [stdout]     |  ^
[INFO] [stdout]     |
[INFO] [stdout] help: use a double colon instead
[INFO] [stdout]     |
[INFO] [stdout] 154 | k::String
[INFO] [stdout]     |   +
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `k`
[INFO] [stdout]    --> src/lists.rs:154:1
[INFO] [stdout]     |
[INFO] [stdout] 154 | k:String
[INFO] [stdout]     | ^ use of unresolved module or unlinked crate `k`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `k`, use `cargo add k` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::add_pair (line 56) stdout ----
[INFO] [stdout] error: expected `;`, found `dictionary`
[INFO] [stdout]   --> src/lists.rs:57:89
[INFO] [stdout]    |
[INFO] [stdout] 57 | let pair: Datapair<String> = Datapair::new(String::from("Marie"),String::from("Karate"))
[INFO] [stdout]    |                                                                                         ^ help: add `;` here
[INFO] [stdout] 58 | dictionary.add_pair(pair);
[INFO] [stdout]    | ---------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Datapair` in this scope
[INFO] [stdout]   --> src/lists.rs:57:11
[INFO] [stdout]    |
[INFO] [stdout] 57 | let pair: Datapair<String> = Datapair::new(String::from("Marie"),String::from("Karate"))
[INFO] [stdout]    |           ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 56 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Datapair`
[INFO] [stdout]   --> src/lists.rs:57:30
[INFO] [stdout]    |
[INFO] [stdout] 57 | let pair: Datapair<String> = Datapair::new(String::from("Marie"),String::from("Karate"))
[INFO] [stdout]    |                              ^^^^^^^^ use of undeclared type `Datapair`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 56 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]   --> src/lists.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | dictionary.add_pair(pair);
[INFO] [stdout]    | ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::clear (line 180) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]    --> src/lists.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | dictionary.clear();
[INFO] [stdout]     | ^^^^^^^^^^ not found in this scope
[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/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 131) stdout ----
[INFO] [stdout] error: expected item, found `&`
[INFO] [stdout]    --> src/lists.rs:132:1
[INFO] [stdout]     |
[INFO] [stdout] 132 | &Dictonary<D>
[INFO] [stdout]     | ^ expected item
[INFO] [stdout]     |
[INFO] [stdout]     = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Datapair<D>::set_key (line 294) stdout ----
[INFO] [stdout] error: path separator must be a double colon
[INFO] [stdout]    --> src/lists.rs:295:2
[INFO] [stdout]     |
[INFO] [stdout] 295 | k:String
[INFO] [stdout]     |  ^
[INFO] [stdout]     |
[INFO] [stdout] help: use a double colon instead
[INFO] [stdout]     |
[INFO] [stdout] 295 | k::String
[INFO] [stdout]     |   +
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `k`
[INFO] [stdout]    --> src/lists.rs:295:1
[INFO] [stdout]     |
[INFO] [stdout] 295 | k:String
[INFO] [stdout]     | ^ use of unresolved module or unlinked crate `k`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `k`, use `cargo add k` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::new (line 12) stdout ----
[INFO] [stdout] error: missing `fn` or `struct` for function or struct definition
[INFO] [stdout]   --> src/lists.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | Dictionary<D>
[INFO] [stdout]    | ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::add (line 41) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]   --> src/lists.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | dictionary.add(String::from("Lola"),String::from("Sky"));
[INFO] [stdout]    | ^^^^^^^^^^ not found in this scope
[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/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 158) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `D` in this scope
[INFO] [stdout]    --> src/lists.rs:159:2
[INFO] [stdout]     |
[INFO] [stdout] 159 | &D
[INFO] [stdout]     |  ^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a const parameter
[INFO] [stdout]     |
[INFO] [stdout] 158 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lists_rs_158_0<const D: /* Type */>() {
[INFO] [stdout]     |                                                                         +++++++++++++++++++++
[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/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 163) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]    --> src/lists.rs:164:13
[INFO] [stdout]     |
[INFO] [stdout] 164 | let hobby = dictionary.get_data(String::from("Anna"));
[INFO] [stdout]     |             ^^^^^^^^^^ not found in this scope
[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/lists.rs - lists::dictionary::Dictionary<D>::remove (line 66) stdout ----
[INFO] [stdout] error: expected one of `!` or `::`, found `:`
[INFO] [stdout]   --> src/lists.rs:67:2
[INFO] [stdout]    |
[INFO] [stdout] 67 | k: String // the key
[INFO] [stdout]    |  ^ expected one of `!` or `::`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 136) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Datapair` in this scope
[INFO] [stdout]    --> src/lists.rs:137:10
[INFO] [stdout]     |
[INFO] [stdout] 137 | let pair:Datapair<String> = dictionary.get_pair(String::from("Anna"));
[INFO] [stdout]     |          ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 136 + use data_structures_SD::lists::dictionary::Datapair;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]    --> src/lists.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 | let pair:Datapair<String> = dictionary.get_pair(String::from("Anna"));
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[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/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 126) stdout ----
[INFO] [stdout] error: path separator must be a double colon
[INFO] [stdout]    --> src/lists.rs:127:2
[INFO] [stdout]     |
[INFO] [stdout] 127 | k:String
[INFO] [stdout]     |  ^
[INFO] [stdout]     |
[INFO] [stdout] help: use a double colon instead
[INFO] [stdout]     |
[INFO] [stdout] 127 | k::String
[INFO] [stdout]     |   +
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `k`
[INFO] [stdout]    --> src/lists.rs:127:1
[INFO] [stdout]     |
[INFO] [stdout] 127 | k:String
[INFO] [stdout]     | ^ use of unresolved module or unlinked crate `k`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `k`, use `cargo add k` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::size (line 189) stdout ----
[INFO] [stdout] error[E0423]: expected value, found builtin type `usize`
[INFO] [stdout]    --> src/lists.rs:190:1
[INFO] [stdout]     |
[INFO] [stdout] 190 | usize
[INFO] [stdout]     | ^^^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::new (line 17) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `Dictionary` in this scope
[INFO] [stdout]   --> src/lists.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 | let dictonary:Dictionary<String> = Dictionary::new();
[INFO] [stdout]    |               ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 17 + use data_structures_SD::lists::dictionary::Dictionary;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Dictionary`
[INFO] [stdout]   --> src/lists.rs:18:36
[INFO] [stdout]    |
[INFO] [stdout] 18 | let dictonary:Dictionary<String> = Dictionary::new();
[INFO] [stdout]    |                                    ^^^^^^^^^^ use of undeclared type `Dictionary`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 17 + use data_structures_SD::lists::dictionary::Dictionary;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::remove (line 71) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]   --> src/lists.rs:72:1
[INFO] [stdout]    |
[INFO] [stdout] 72 | dictionary.remove(String::from("Lola"));
[INFO] [stdout]    | ^^^^^^^^^^ not found in this scope
[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/lists.rs - lists::dictionary::Dictionary<D>::new (line 24) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Dictionary`
[INFO] [stdout]   --> src/lists.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 25 | let dictionary = Dictionary::new();
[INFO] [stdout]    |                  ^^^^^^^^^^ use of undeclared type `Dictionary`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 24 + use data_structures_SD::lists::dictionary::Dictionary;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lists.rs - lists::dictionary::Dictionary<D>::size (line 194) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `dictionary` in this scope
[INFO] [stdout]    --> src/lists.rs:195:18
[INFO] [stdout]     |
[INFO] [stdout] 195 | let size:usize = dictionary.size();
[INFO] [stdout]     |                  ^^^^^^^^^^ not found in this scope
[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/lists.rs - lists::dictionary::Datapair<D>::get_data (line 348)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::get_data (line 353)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::get_key (line 312)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::get_key (line 317)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::new (line 263)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::new (line 269)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::new (line 274)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::new (line 281)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::set_data (line 330)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::set_data (line 335)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::set_key (line 294)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Datapair<D>::set_key (line 299)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::add (line 36)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::add (line 41)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::add_pair (line 50)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::add_pair (line 56)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::change_data (line 80)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::change_data (line 86)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::change_key (line 103)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::change_key (line 109)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::clear (line 180)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 153)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 158)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::get_data (line 163)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 126)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 131)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::get_pair (line 136)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::new (line 12)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::new (line 17)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::new (line 24)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::remove (line 66)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::remove (line 71)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::size (line 189)
[INFO] [stdout]     src/lists.rs - lists::dictionary::Dictionary<D>::size (line 194)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 34 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.46s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "527436cbfa45c30d21ba09ead1fecf1007b25ab3826e0968f8c4807ddacd8f56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "527436cbfa45c30d21ba09ead1fecf1007b25ab3826e0968f8c4807ddacd8f56", kill_on_drop: false }`
[INFO] [stdout] 527436cbfa45c30d21ba09ead1fecf1007b25ab3826e0968f8c4807ddacd8f56
