[INFO] cloning repository rot1024/taskchutecloud-cli [INFO] running `"git" "clone" "--bare" "git://github.com/rot1024/taskchutecloud-cli.git" "work/cache/sources/gh/rot1024/taskchutecloud-cli"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/rot1024/taskchutecloud-cli'... [INFO] running `"git" "clone" "work/cache/sources/gh/rot1024/taskchutecloud-cli" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rot1024/taskchutecloud-cli"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rot1024/taskchutecloud-cli'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rot1024/taskchutecloud-cli" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rot1024/taskchutecloud-cli"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rot1024/taskchutecloud-cli'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7f45caf7c37c2a172cafad1b31f35607ace63b60 [INFO] sha for GitHub repo rot1024/taskchutecloud-cli: 7f45caf7c37c2a172cafad1b31f35607ace63b60 [INFO] validating manifest of rot1024/taskchutecloud-cli on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rot1024/taskchutecloud-cli on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rot1024/taskchutecloud-cli [INFO] finished frobbing rot1024/taskchutecloud-cli [INFO] frobbed toml for rot1024/taskchutecloud-cli written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rot1024/taskchutecloud-cli/Cargo.toml [INFO] started frobbing rot1024/taskchutecloud-cli [INFO] finished frobbing rot1024/taskchutecloud-cli [INFO] frobbed toml for rot1024/taskchutecloud-cli written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rot1024/taskchutecloud-cli/Cargo.toml [INFO] crate rot1024/taskchutecloud-cli already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded encoding_rs_io v0.1.3 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rot1024/taskchutecloud-cli against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rot1024/taskchutecloud-cli:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 7cac56ffacf8b1fc738fb75366cdac477da72dea5738086c4de8303299b3a39b [INFO] running `"docker" "start" "-a" "7cac56ffacf8b1fc738fb75366cdac477da72dea5738086c4de8303299b3a39b"` [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling encoding_rs_io v0.1.3 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling csv v1.0.5 [INFO] [stderr] Compiling tcc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/loader.rs:32:52 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn to_task(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:132:46 [INFO] [stderr] | [INFO] [stderr] 132 | fn project(a: &ArgMatches) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:145:46 [INFO] [stderr] | [INFO] [stderr] 145 | fn analyze(a: &ArgMatches) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:239:71 [INFO] [stderr] | [INFO] [stderr] 239 | fn load>(file_name: P) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.87s [INFO] running `"docker" "inspect" "7cac56ffacf8b1fc738fb75366cdac477da72dea5738086c4de8303299b3a39b"` [INFO] running `"docker" "rm" "-f" "7cac56ffacf8b1fc738fb75366cdac477da72dea5738086c4de8303299b3a39b"` [INFO] [stdout] 7cac56ffacf8b1fc738fb75366cdac477da72dea5738086c4de8303299b3a39b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rot1024/taskchutecloud-cli:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 75a08031e728228ee64e65174c4c6b2939f14bb5a5db073f8a49462193109e83 [INFO] running `"docker" "start" "-a" "75a08031e728228ee64e65174c4c6b2939f14bb5a5db073f8a49462193109e83"` [INFO] [stderr] Compiling tcc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/loader.rs:32:52 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn to_task(&self) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:132:46 [INFO] [stderr] | [INFO] [stderr] 132 | fn project(a: &ArgMatches) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:145:46 [INFO] [stderr] | [INFO] [stderr] 145 | fn analyze(a: &ArgMatches) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:239:71 [INFO] [stderr] | [INFO] [stderr] 239 | fn load>(file_name: P) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `"docker" "inspect" "75a08031e728228ee64e65174c4c6b2939f14bb5a5db073f8a49462193109e83"` [INFO] running `"docker" "rm" "-f" "75a08031e728228ee64e65174c4c6b2939f14bb5a5db073f8a49462193109e83"` [INFO] [stdout] 75a08031e728228ee64e65174c4c6b2939f14bb5a5db073f8a49462193109e83 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rot1024/taskchutecloud-cli:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] faa7242b8988ea1fed6dc8b363cbe200d041ce067833beac255e9802c2bf85f9 [INFO] running `"docker" "start" "-a" "faa7242b8988ea1fed6dc8b363cbe200d041ce067833beac255e9802c2bf85f9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/tcc-f0f96d1078a18b03 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "faa7242b8988ea1fed6dc8b363cbe200d041ce067833beac255e9802c2bf85f9"` [INFO] running `"docker" "rm" "-f" "faa7242b8988ea1fed6dc8b363cbe200d041ce067833beac255e9802c2bf85f9"` [INFO] [stdout] faa7242b8988ea1fed6dc8b363cbe200d041ce067833beac255e9802c2bf85f9