[INFO] cloning repository https://github.com/era/squid [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/era/squid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fera%2Fsquid", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fera%2Fsquid'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c742434b9667e4bf8a08cb36e507ea7edf8e6dc1 [INFO] testing era/squid/c742434b9667e4bf8a08cb36e507ea7edf8e6dc1 against 1.82.0 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fera%2Fsquid" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/era/squid on toolchain 1.82.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.82.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/era/squid [INFO] finished tweaking git repo https://github.com/era/squid [INFO] tweaked toml for git repo https://github.com/era/squid written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/era/squid 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.82.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/era/tinylang` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded notify v6.0.0 [INFO] [stderr] Downloaded unicode-id v0.3.3 [INFO] [stderr] Downloaded markdown v1.0.0-alpha.9 [INFO] [stderr] Downloaded gray_matter v0.2.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ffbfed3a944fb401a3d302406d87abfcb9d9f28cbe4db19d1954b66222e135f [INFO] running `Command { std: "docker" "start" "-a" "4ffbfed3a944fb401a3d302406d87abfcb9d9f28cbe4db19d1954b66222e135f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ffbfed3a944fb401a3d302406d87abfcb9d9f28cbe4db19d1954b66222e135f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ffbfed3a944fb401a3d302406d87abfcb9d9f28cbe4db19d1954b66222e135f", kill_on_drop: false }` [INFO] [stdout] 4ffbfed3a944fb401a3d302406d87abfcb9d9f28cbe4db19d1954b66222e135f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79adcccf9d348eacffe3b54c378c7b281302d419051c091a582e6fbee480a89b [INFO] running `Command { std: "docker" "start" "-a" "79adcccf9d348eacffe3b54c378c7b281302d419051c091a582e6fbee480a89b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.58 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling quote v1.0.27 [INFO] [stderr] Compiling libc v0.2.144 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling rustix v0.37.19 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tokio v1.28.1 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling syn v2.0.16 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling anstyle-parse v0.2.0 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling anstyle v1.0.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stderr] Compiling aho-corasick v1.0.1 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling winnow v0.4.6 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling clap_builder v4.3.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling regex v1.8.2 [INFO] [stderr] Compiling filetime v0.2.21 [INFO] [stderr] Compiling unicode-id v0.3.3 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling serde_derive v1.0.163 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling clap_derive v4.3.0 [INFO] [stderr] Compiling markdown v1.0.0-alpha.9 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling pest v2.6.0 [INFO] [stderr] Compiling notify v6.0.0 [INFO] [stderr] Compiling clap v4.3.0 [INFO] [stderr] Compiling pest_meta v2.6.0 [INFO] [stderr] Compiling pest_generator v2.6.0 [INFO] [stderr] Compiling pest_derive v2.6.0 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling hyper v0.14.26 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tower-http v0.4.0 [INFO] [stderr] Compiling toml_datetime v0.6.2 [INFO] [stderr] Compiling serde_spanned v0.6.2 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling toml_edit v0.19.10 [INFO] [stderr] Compiling gray_matter v0.2.6 [INFO] [stderr] Compiling tinylang v0.1.0 (https://github.com/era/tinylang#189ed9e8) [INFO] [stderr] Compiling toml v0.7.4 [INFO] [stderr] Compiling squid v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/md.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct MarkdownCollection { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 10 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MarkdownCollection` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.76s [INFO] running `Command { std: "docker" "inspect" "79adcccf9d348eacffe3b54c378c7b281302d419051c091a582e6fbee480a89b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79adcccf9d348eacffe3b54c378c7b281302d419051c091a582e6fbee480a89b", kill_on_drop: false }` [INFO] [stdout] 79adcccf9d348eacffe3b54c378c7b281302d419051c091a582e6fbee480a89b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2afdabb0f346cb97f43eaceda0feb6774ceb1a2f178885a000c49c907f11bc92 [INFO] running `Command { std: "docker" "start" "-a" "2afdabb0f346cb97f43eaceda0feb6774ceb1a2f178885a000c49c907f11bc92", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.163 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.14 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-backend v0.3.4 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling os_str_bytes v6.5.0 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling plotters-svg v0.3.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling notify v6.0.0 [INFO] [stderr] Compiling bstr v1.5.0 [INFO] [stderr] Compiling plotters v0.3.4 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling predicates v3.0.3 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling hyper v0.14.26 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling assert_cmd v2.0.11 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling serde_spanned v0.6.2 [INFO] [stderr] Compiling toml_datetime v0.6.2 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling toml_edit v0.19.10 [INFO] [stderr] Compiling gray_matter v0.2.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling tinylang v0.1.0 (https://github.com/era/tinylang#189ed9e8) [INFO] [stderr] Compiling toml v0.7.4 [INFO] [stderr] Compiling squid v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/md.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct MarkdownCollection { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 10 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MarkdownCollection` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/md.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct MarkdownCollection { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 10 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MarkdownCollection` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.41s [INFO] running `Command { std: "docker" "inspect" "2afdabb0f346cb97f43eaceda0feb6774ceb1a2f178885a000c49c907f11bc92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2afdabb0f346cb97f43eaceda0feb6774ceb1a2f178885a000c49c907f11bc92", kill_on_drop: false }` [INFO] [stdout] 2afdabb0f346cb97f43eaceda0feb6774ceb1a2f178885a000c49c907f11bc92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b01cf1783d22eca6f8d76e89fe81bce656b5fe5c03f2392b3d34545d88067c94 [INFO] running `Command { std: "docker" "start" "-a" "b01cf1783d22eca6f8d76e89fe81bce656b5fe5c03f2392b3d34545d88067c94", kill_on_drop: false }` [INFO] [stderr] warning: field `name` is never read [INFO] [stderr] --> src/md.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct MarkdownCollection { [INFO] [stderr] | ------------------ field in this struct [INFO] [stderr] 10 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `MarkdownCollection` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `squid` (bin "squid") generated 1 warning [INFO] [stderr] warning: `squid` (bin "squid" test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/squid-72c05eaf382fa166) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test io::test::test_reader_sub_dirs_iter ... ok [INFO] [stdout] test io::test::test_reader_iter ... ok [INFO] [stdout] test config::tests::test_from_toml ... ok [INFO] [stdout] test md::tests::test_create_markdown_document ... ok [INFO] [stdout] test io::test::test_reader_into_iter ... ok [INFO] [stdout] test io::test::test_creates_reader_with_all_files ... ok [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-74ca38fd67cf0929) [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] successfully processed index.html [INFO] [stdout] successfully processed post_file_name_2.html [INFO] [stdout] successfully processed post_file_name.html [INFO] [stdout] successfully processed example.html [INFO] [stdout] Copied static resources [INFO] [stdout] Serving website at http://127.0.0.1:8181 [INFO] [stdout] test test_creates_basic_output ... ok [INFO] [stdout] successfully processed index.html [INFO] [stdout] successfully processed example.html [INFO] [stdout] successfully processed post_file_name_2.html [INFO] [stdout] successfully processed post_file_name.html [INFO] [stdout] Copied static resources [INFO] [stdout] going to watch for change on files [INFO] [stdout] test test_watches ... ok [INFO] [stdout] test test_webserver ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b01cf1783d22eca6f8d76e89fe81bce656b5fe5c03f2392b3d34545d88067c94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b01cf1783d22eca6f8d76e89fe81bce656b5fe5c03f2392b3d34545d88067c94", kill_on_drop: false }` [INFO] [stdout] b01cf1783d22eca6f8d76e89fe81bce656b5fe5c03f2392b3d34545d88067c94