[INFO] fetching crate fone 0.1.2...
[INFO] testing fone-0.1.2 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate fone 0.1.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate fone 0.1.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fone 0.1.2
[INFO] tweaked toml for crates.io crate fone 0.1.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fone 0.1.2 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fone 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58
[INFO] running `Command { std: "docker" "start" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling fone v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `utc_formatted`
[INFO] [stdout]   --> src/logf.rs:96:13
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let utc_formatted = Self::format_time(timestamp_seconds, millis);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_utc_formatted`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `utc_formatted`
[INFO] [stdout]   --> src/log.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let utc_formatted = Self::format_time(timestamp_seconds, millis);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_utc_formatted`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] running `Command { std: "docker" "inspect" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling fone v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `utc_formatted`
[INFO] [stdout]   --> src/logf.rs:96:13
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let utc_formatted = Self::format_time(timestamp_seconds, millis);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_utc_formatted`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `utc_formatted`
[INFO] [stdout]   --> src/log.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let utc_formatted = Self::format_time(timestamp_seconds, millis);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_utc_formatted`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `utc_formatted`
[INFO] [stdout]   --> src/logf.rs:96:13
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let utc_formatted = Self::format_time(timestamp_seconds, millis);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_utc_formatted`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `utc_formatted`
[INFO] [stdout]   --> src/log.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let utc_formatted = Self::format_time(timestamp_seconds, millis);
[INFO] [stdout]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_utc_formatted`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_time::it_time ... 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] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_logs::it_logs ... ok
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] test test_logfs::it_logfs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] warning: unused variable: `utc_formatted`
[INFO] [stderr]   --> src/logf.rs:96:13
[INFO] [stderr]    |
[INFO] [stderr] 96 |         let utc_formatted = Self::format_time(timestamp_seconds, millis);
[INFO] [stderr]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_utc_formatted`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `utc_formatted`
[INFO] [stderr]   --> src/log.rs:70:13
[INFO] [stderr]    |
[INFO] [stderr] 70 |         let utc_formatted = Self::format_time(timestamp_seconds, millis);
[INFO] [stderr]    |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_utc_formatted`
[INFO] [stderr] 
[INFO] [stderr] warning: `fone` (lib) generated 2 warnings (run `cargo fix --lib -p fone` to apply 2 suggestions)
[INFO] [stderr] warning: `fone` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fone-739e59d894c82e34)
[INFO] [stderr]      Running tests/test_datetime.rs (/opt/rustwide/target/debug/deps/test_datetime-8fe43dcd79379a5d)
[INFO] [stderr]      Running tests/test_log.rs (/opt/rustwide/target/debug/deps/test_log-8f9c5b0930164c4e)
[INFO] [stderr]    Doc-tests fone
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test src/lib.rs - datetime (line 142) ... FAILED
[INFO] [stdout] test src/datetime.rs - datetime::DateTime::from_timestamp (line 134) ... FAILED
[INFO] [stdout] test src/datetime.rs - datetime::DateTime::now (line 255) ... FAILED
[INFO] [stdout] test src/lib.rs - datetime (line 151) ... FAILED
[INFO] [stdout] test src/datetime.rs - datetime::DateTime::get_year (line 302) ... FAILED
[INFO] [stdout] test src/datetime.rs - datetime::DateTime::format (line 232) ... FAILED
[INFO] [stdout] test src/lib.rs - add (line 128) ... ok
[INFO] [stdout] test src/lib.rs - datetime (line 159) ... FAILED
[INFO] [stdout] test src/datetime.rs - datetime::DateTime::get_time_zone (line 275) ... FAILED
[INFO] [stdout] test src/lib.rs - datetime (line 207) ... FAILED
[INFO] [stdout] test src/lib.rs - datetime (line 199) ... FAILED
[INFO] [stdout] test src/lib.rs - datetime (line 185) ... FAILED
[INFO] [stdout] test src/lib.rs - datetime (line 167) ... FAILED
[INFO] [stdout] test src/lib.rs - logf (line 29) ... ok
[INFO] [stdout] test src/logf.rs - logf::logfi (line 231) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/log.rs - log::logi (line 172) ... ok
[INFO] [stdout] test src/lib.rs - datetime (line 77) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - datetime (line 142) stdout ----
[INFO] [stdout] error: cannot declare a file module inside a block unless it has a path attribute
[INFO] [stdout]    --> src/lib.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | mod time;
[INFO] [stdout]     | ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: file modules are usually placed outside of blocks, at the top level of the file
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/datetime.rs - datetime::DateTime::from_timestamp (line 134) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `DateTime` in this scope
[INFO] [stdout]    --> src/datetime.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 | let date_time = DateTime::from_timestamp(timestamp, Some(3600));
[INFO] [stdout]     |                 ^^^^^^^^ use of undeclared type `DateTime`
[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/datetime.rs - datetime::DateTime::now (line 255) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `DateTime` in this scope
[INFO] [stdout]    --> src/datetime.rs:256:20
[INFO] [stdout]     |
[INFO] [stdout] 256 | let current_time = DateTime::now(Some(3600));
[INFO] [stdout]     |                    ^^^^^^^^ use of undeclared type `DateTime`
[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/lib.rs - datetime (line 151) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `DateTime` in this scope
[INFO] [stdout]    --> src/lib.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 | let date_time = DateTime::from_timestamp(timestamp, time_zone_offset);
[INFO] [stdout]     |                 ^^^^^^^^ use of undeclared type `DateTime`
[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/datetime.rs - datetime::DateTime::get_year (line 302) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:303:12
[INFO] [stdout]     |
[INFO] [stdout] 303 | let year = date_time.get_year();
[INFO] [stdout]     |            ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:306:27
[INFO] [stdout]     |
[INFO] [stdout] 306 | println!("Time Zone: {}", date_time.get_time_zone());
[INFO] [stdout]     |                           ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:307:22
[INFO] [stdout]     |
[INFO] [stdout] 307 | println!("Year: {}", date_time.get_year());
[INFO] [stdout]     |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:308:23
[INFO] [stdout]     |
[INFO] [stdout] 308 | println!("Month: {}", date_time.get_month());
[INFO] [stdout]     |                       ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:309:21
[INFO] [stdout]     |
[INFO] [stdout] 309 | println!("Day: {}", date_time.get_day());
[INFO] [stdout]     |                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:310:22
[INFO] [stdout]     |
[INFO] [stdout] 310 | println!("Hour: {}", date_time.get_hour());
[INFO] [stdout]     |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:311:24
[INFO] [stdout]     |
[INFO] [stdout] 311 | println!("Minute: {}", date_time.get_minute());
[INFO] [stdout]     |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:312:24
[INFO] [stdout]     |
[INFO] [stdout] 312 | println!("Second: {}", date_time.get_second());
[INFO] [stdout]     |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:313:29
[INFO] [stdout]     |
[INFO] [stdout] 313 | println!("Millisecond: {}", date_time.get_millisecond());
[INFO] [stdout]     |                             ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 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/datetime.rs - datetime::DateTime::format (line 232) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 | let formatted = date_time.format("%Y-%m-%d %H:%M:%S");
[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/lib.rs - datetime (line 159) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `DateTime` in this scope
[INFO] [stdout]    --> src/lib.rs:160:20
[INFO] [stdout]     |
[INFO] [stdout] 160 | let current_time = DateTime::now(Some(-18000));
[INFO] [stdout]     |                    ^^^^^^^^ use of undeclared type `DateTime`
[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/datetime.rs - datetime::DateTime::get_time_zone (line 275) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/datetime.rs:276:17
[INFO] [stdout]     |
[INFO] [stdout] 276 | let time_zone = date_time.get_time_zone();
[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/lib.rs - datetime (line 207) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:208:17
[INFO] [stdout]     |
[INFO] [stdout] 208 | let time_zone = date_time.get_time_zone();
[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/lib.rs - datetime (line 199) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:200:1
[INFO] [stdout]     |
[INFO] [stdout] 200 | date_time.print_components();
[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/lib.rs - datetime (line 185) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:186:22
[INFO] [stdout]     |
[INFO] [stdout] 186 | println!("Year: {}", date_time.get_year());
[INFO] [stdout]     |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:187:23
[INFO] [stdout]     |
[INFO] [stdout] 187 | println!("Month: {}", date_time.get_month());
[INFO] [stdout]     |                       ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 | println!("Day: {}", date_time.get_day());
[INFO] [stdout]     |                     ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:189:22
[INFO] [stdout]     |
[INFO] [stdout] 189 | println!("Hour: {}", date_time.get_hour());
[INFO] [stdout]     |                      ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:190:24
[INFO] [stdout]     |
[INFO] [stdout] 190 | println!("Minute: {}", date_time.get_minute());
[INFO] [stdout]     |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:191:24
[INFO] [stdout]     |
[INFO] [stdout] 191 | println!("Second: {}", date_time.get_second());
[INFO] [stdout]     |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:192:29
[INFO] [stdout]     |
[INFO] [stdout] 192 | println!("Millisecond: {}", date_time.get_millisecond());
[INFO] [stdout]     |                             ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 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 - datetime (line 167) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `date_time` in this scope
[INFO] [stdout]    --> src/lib.rs:168:17
[INFO] [stdout]     |
[INFO] [stdout] 168 | let formatted = date_time.format("%Y-%m-%d %H:%M:%S");
[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/datetime.rs - datetime::DateTime::format (line 232)
[INFO] [stdout]     src/datetime.rs - datetime::DateTime::from_timestamp (line 134)
[INFO] [stdout]     src/datetime.rs - datetime::DateTime::get_time_zone (line 275)
[INFO] [stdout]     src/datetime.rs - datetime::DateTime::get_year (line 302)
[INFO] [stdout]     src/datetime.rs - datetime::DateTime::now (line 255)
[INFO] [stdout]     src/lib.rs - datetime (line 142)
[INFO] [stdout]     src/lib.rs - datetime (line 151)
[INFO] [stdout]     src/lib.rs - datetime (line 159)
[INFO] [stdout]     src/lib.rs - datetime (line 167)
[INFO] [stdout]     src/lib.rs - datetime (line 185)
[INFO] [stdout]     src/lib.rs - datetime (line 199)
[INFO] [stdout]     src/lib.rs - datetime (line 207)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.96s; merged doctests compilation took 0.16s
[INFO] running `Command { std: "docker" "inspect" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58", kill_on_drop: false }`
[INFO] [stdout] da175348f7dfae30b33cb68cdd0cd4fe622ab60a35c2ca48ac05ae8a94fd9a58
