[INFO] fetching crate libssg 0.1.1... [INFO] testing libssg-0.1.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate libssg 0.1.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate libssg 0.1.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libssg 0.1.1 [INFO] finished tweaking crates.io crate libssg 0.1.1 [INFO] tweaked toml for crates.io crate libssg 0.1.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate libssg 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded handlebars v3.0.1 [INFO] [stderr] Downloaded serde_json v1.0.47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03b87ad3ef04abc90b77ba65d3eeb1cdbe05d98dcc6f19572ffe4a6fbdd87fa6 [INFO] running `Command { std: "docker" "start" "-a" "03b87ad3ef04abc90b77ba65d3eeb1cdbe05d98dcc6f19572ffe4a6fbdd87fa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03b87ad3ef04abc90b77ba65d3eeb1cdbe05d98dcc6f19572ffe4a6fbdd87fa6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03b87ad3ef04abc90b77ba65d3eeb1cdbe05d98dcc6f19572ffe4a6fbdd87fa6", kill_on_drop: false }` [INFO] [stdout] 03b87ad3ef04abc90b77ba65d3eeb1cdbe05d98dcc6f19572ffe4a6fbdd87fa6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0bfeb02a5670d111078c5ab8ae10d17c0747b2b46fc82d54a73dbcd4f15d37ba [INFO] running `Command { std: "docker" "start" "-a" "0bfeb02a5670d111078c5ab8ae10d17c0747b2b46fc82d54a73dbcd4f15d37ba", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.8 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.47 [INFO] [stderr] Compiling handlebars v3.0.1 [INFO] [stderr] Compiling libssg v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `blocks` [INFO] [stdout] --> src/compilers.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | blocks: Value, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PandocJsonOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compilers.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(Deserialize, Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pandoc_api_version` [INFO] [stdout] --> src/compilers.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | pandoc_api_version: Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PandocJsonOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compilers.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(Deserialize, Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.65s [INFO] running `Command { std: "docker" "inspect" "0bfeb02a5670d111078c5ab8ae10d17c0747b2b46fc82d54a73dbcd4f15d37ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bfeb02a5670d111078c5ab8ae10d17c0747b2b46fc82d54a73dbcd4f15d37ba", kill_on_drop: false }` [INFO] [stdout] 0bfeb02a5670d111078c5ab8ae10d17c0747b2b46fc82d54a73dbcd4f15d37ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5d7fb2b06e14ae41d993cab7db1dbf67b07042f098bae8bc9417c9f2c301b76 [INFO] running `Command { std: "docker" "start" "-a" "e5d7fb2b06e14ae41d993cab7db1dbf67b07042f098bae8bc9417c9f2c301b76", kill_on_drop: false }` [INFO] [stderr] Compiling libssg v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `blocks` [INFO] [stdout] --> src/compilers.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | blocks: Value, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PandocJsonOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compilers.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(Deserialize, Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pandoc_api_version` [INFO] [stdout] --> src/compilers.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | pandoc_api_version: Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PandocJsonOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compilers.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(Deserialize, Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `blocks` [INFO] [stdout] --> src/compilers.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | blocks: Value, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PandocJsonOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compilers.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(Deserialize, Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pandoc_api_version` [INFO] [stdout] --> src/compilers.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | pandoc_api_version: Value, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PandocJsonOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/compilers.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | #[derive(Deserialize, Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.87s [INFO] running `Command { std: "docker" "inspect" "e5d7fb2b06e14ae41d993cab7db1dbf67b07042f098bae8bc9417c9f2c301b76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5d7fb2b06e14ae41d993cab7db1dbf67b07042f098bae8bc9417c9f2c301b76", kill_on_drop: false }` [INFO] [stdout] e5d7fb2b06e14ae41d993cab7db1dbf67b07042f098bae8bc9417c9f2c301b76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7c643cff3f01e9b626ad9aa4fbb2ff5aa32879aca423c6830222e9966387792f [INFO] running `Command { std: "docker" "start" "-a" "7c643cff3f01e9b626ad9aa4fbb2ff5aa32879aca423c6830222e9966387792f", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `blocks` [INFO] [stderr] --> src/compilers.rs:89:9 [INFO] [stderr] | [INFO] [stderr] 89 | blocks: Value, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `PandocJsonOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compilers.rs:87:27 [INFO] [stderr] | [INFO] [stderr] 87 | #[derive(Deserialize, Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `pandoc_api_version` [INFO] [stderr] --> src/compilers.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | pandoc_api_version: Value, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PandocJsonOutput` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/compilers.rs:87:27 [INFO] [stderr] | [INFO] [stderr] 87 | #[derive(Deserialize, Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `libssg` (lib) generated 2 warnings [INFO] [stderr] warning: `libssg` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libssg-d003f059f10d1173) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests libssg [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] running `Command { std: "docker" "inspect" "7c643cff3f01e9b626ad9aa4fbb2ff5aa32879aca423c6830222e9966387792f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c643cff3f01e9b626ad9aa4fbb2ff5aa32879aca423c6830222e9966387792f", kill_on_drop: false }` [INFO] [stdout] 7c643cff3f01e9b626ad9aa4fbb2ff5aa32879aca423c6830222e9966387792f