[INFO] cloning repository https://github.com/mbollemeijer/sheet2csv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mbollemeijer/sheet2csv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbollemeijer%2Fsheet2csv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbollemeijer%2Fsheet2csv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8a1301fead183ef040b88fb866b832fdd04a4679
[INFO] testing mbollemeijer/sheet2csv/8a1301fead183ef040b88fb866b832fdd04a4679 against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbollemeijer%2Fsheet2csv" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mbollemeijer/sheet2csv
[INFO] finished tweaking git repo https://github.com/mbollemeijer/sheet2csv
[INFO] tweaked toml for git repo https://github.com/mbollemeijer/sheet2csv written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mbollemeijer/sheet2csv on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mbollemeijer/sheet2csv 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.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: package.author
[INFO] [stderr] warning: `sheet2csv` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded codepage v0.1.1
[INFO] [stderr]   Downloaded crc32fast v1.2.2
[INFO] [stderr]   Downloaded zip v0.5.13
[INFO] [stderr]   Downloaded calamine v0.18.0
[INFO] [stderr]   Downloaded syn v1.0.81
[INFO] [stderr]   Downloaded serde_json v1.0.71
[INFO] [stderr]   Downloaded quick-xml v0.19.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b
[INFO] running `Command { std: "docker" "start" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b", 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" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b", 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" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: package.author
[INFO] [stderr] warning: `sheet2csv` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling encoding_rs v0.8.29
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling crc32fast v1.2.2
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.71
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling quick-xml v0.19.0
[INFO] [stderr]    Compiling codepage v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling calamine v0.18.0
[INFO] [stderr]    Compiling sheet2csv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:199:22
[INFO] [stdout]     |
[INFO] [stdout] 199 |         subs.push(sub.clone());
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Substitution` does not implement `Clone`, so calling `clone` on `&Substitution` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 199 -         subs.push(sub.clone());
[INFO] [stdout] 199 +         subs.push(sub);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `Substitution`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout]  34 + #[derive(Clone)]
[INFO] [stdout]  35 | struct Substitution {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 23.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.19.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b", 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" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: package.author
[INFO] [stderr] warning: `sheet2csv` (manifest) generated 1 warning
[INFO] [stderr]    Compiling sheet2csv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/main.rs:199:22
[INFO] [stdout]     |
[INFO] [stdout] 199 |         subs.push(sub.clone());
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Substitution` does not implement `Clone`, so calling `clone` on `&Substitution` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 199 -         subs.push(sub.clone());
[INFO] [stdout] 199 +         subs.push(sub);
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `Substitution`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout]  34 + #[derive(Clone)]
[INFO] [stdout]  35 | struct Substitution {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.65s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.19.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b", 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" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: package.author
[INFO] [stderr] warning: `sheet2csv` (manifest) generated 1 warning
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/main.rs:199:22
[INFO] [stderr]     |
[INFO] [stderr] 199 |         subs.push(sub.clone());
[INFO] [stderr]     |                      ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `Substitution` does not implement `Clone`, so calling `clone` on `&Substitution` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 199 -         subs.push(sub.clone());
[INFO] [stderr] 199 +         subs.push(sub);
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `Substitution`, implement `Clone` for it
[INFO] [stderr]     |
[INFO] [stderr]  34 + #[derive(Clone)]
[INFO] [stderr]  35 | struct Substitution {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `sheet2csv` (bin "sheet2csv" test) generated 1 warning (run `cargo fix --bin "sheet2csv" -p sheet2csv --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.19.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/sheet2csv-862826a3fcdcdce0)
[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" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b", kill_on_drop: false }`
[INFO] [stdout] af44a854c21cc0aa005aedbccac15741944a6c851388c76854e26b8069a8455b
