[INFO] cloning repository https://github.com/jamwaffles/FusionToolTranslator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamwaffles/FusionToolTranslator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamwaffles%2FFusionToolTranslator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamwaffles%2FFusionToolTranslator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4cd8165dd078251b35e3dd8670488011314de25c [INFO] testing jamwaffles/FusionToolTranslator against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamwaffles%2FFusionToolTranslator" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamwaffles/FusionToolTranslator on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jamwaffles/FusionToolTranslator [INFO] finished tweaking git repo https://github.com/jamwaffles/FusionToolTranslator [INFO] tweaked toml for git repo https://github.com/jamwaffles/FusionToolTranslator written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/jamwaffles/FusionToolTranslator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0004198cfcf251711acc5e5d89892e6395c31024d3f413f07c7d06b641bb9716 [INFO] running `Command { std: "docker" "start" "-a" "0004198cfcf251711acc5e5d89892e6395c31024d3f413f07c7d06b641bb9716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0004198cfcf251711acc5e5d89892e6395c31024d3f413f07c7d06b641bb9716", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0004198cfcf251711acc5e5d89892e6395c31024d3f413f07c7d06b641bb9716", kill_on_drop: false }` [INFO] [stdout] 0004198cfcf251711acc5e5d89892e6395c31024d3f413f07c7d06b641bb9716 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 697069da8c8ececb04930929d563235d46006a6847e48fe8ff70301038d4fae8 [INFO] running `Command { std: "docker" "start" "-a" "697069da8c8ececb04930929d563235d46006a6847e48fe8ff70301038d4fae8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling libc v0.2.35 [INFO] [stderr] Compiling podio v0.1.6 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling msdos_time v0.1.5 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling bzip2 v0.3.2 [INFO] [stderr] Compiling zip v0.1.19 [INFO] [stderr] Compiling fusion360_tool_translator v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:21:51 [INFO] [stdout] | [INFO] [stdout] 21 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:134:71 [INFO] [stdout] | [INFO] [stdout] 134 | Err(e) => panic!("Unable to open {}: {}", in_path.display(), Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:145:71 [INFO] [stdout] | [INFO] [stdout] 145 | Err(e) => panic!("Unable to read {}: {}", in_path.display(), Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:152:84 [INFO] [stdout] | [INFO] [stdout] 152 | Err(e) => panic!("Unable to open {} for writing: {}", out_path.display(), Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:156:66 [INFO] [stdout] | [INFO] [stdout] 156 | Err(e) => panic!("Could not reset tool table file: {}", Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:164:69 [INFO] [stdout] | [INFO] [stdout] 164 | Err(e) => panic!("Could not write tool table record: {}", Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:171:51 [INFO] [stdout] | [INFO] [stdout] 171 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.47s [INFO] running `Command { std: "docker" "inspect" "697069da8c8ececb04930929d563235d46006a6847e48fe8ff70301038d4fae8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "697069da8c8ececb04930929d563235d46006a6847e48fe8ff70301038d4fae8", kill_on_drop: false }` [INFO] [stdout] 697069da8c8ececb04930929d563235d46006a6847e48fe8ff70301038d4fae8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a8204fe993feae397b35b072f5a72df468ae02d2e7d32d47305749ee464cb13 [INFO] running `Command { std: "docker" "start" "-a" "4a8204fe993feae397b35b072f5a72df468ae02d2e7d32d47305749ee464cb13", kill_on_drop: false }` [INFO] [stderr] Compiling fusion360_tool_translator v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:21:51 [INFO] [stdout] | [INFO] [stdout] 21 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:134:71 [INFO] [stdout] | [INFO] [stdout] 134 | Err(e) => panic!("Unable to open {}: {}", in_path.display(), Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:145:71 [INFO] [stdout] | [INFO] [stdout] 145 | Err(e) => panic!("Unable to read {}: {}", in_path.display(), Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:152:84 [INFO] [stdout] | [INFO] [stdout] 152 | Err(e) => panic!("Unable to open {} for writing: {}", out_path.display(), Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:156:66 [INFO] [stdout] | [INFO] [stdout] 156 | Err(e) => panic!("Could not reset tool table file: {}", Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:164:69 [INFO] [stdout] | [INFO] [stdout] 164 | Err(e) => panic!("Could not write tool table record: {}", Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:171:51 [INFO] [stdout] | [INFO] [stdout] 171 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `Command { std: "docker" "inspect" "4a8204fe993feae397b35b072f5a72df468ae02d2e7d32d47305749ee464cb13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a8204fe993feae397b35b072f5a72df468ae02d2e7d32d47305749ee464cb13", kill_on_drop: false }` [INFO] [stdout] 4a8204fe993feae397b35b072f5a72df468ae02d2e7d32d47305749ee464cb13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a14c3847af6d807ce030a094b3d4cc582b55220e8a8d604cc9671f7878fc4a52 [INFO] running `Command { std: "docker" "start" "-a" "a14c3847af6d807ce030a094b3d4cc582b55220e8a8d604cc9671f7878fc4a52", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/main.rs:21:51 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 21 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:134:71 [INFO] [stderr] | [INFO] [stderr] 134 | Err(e) => panic!("Unable to open {}: {}", in_path.display(), Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:145:71 [INFO] [stderr] | [INFO] [stderr] 145 | Err(e) => panic!("Unable to read {}: {}", in_path.display(), Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:152:84 [INFO] [stderr] | [INFO] [stderr] 152 | Err(e) => panic!("Unable to open {} for writing: {}", out_path.display(), Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:156:66 [INFO] [stderr] | [INFO] [stderr] 156 | Err(e) => panic!("Could not reset tool table file: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:164:69 [INFO] [stderr] | [INFO] [stderr] 164 | Err(e) => panic!("Could not write tool table record: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:171:51 [INFO] [stderr] | [INFO] [stderr] 171 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `fusion360_tool_translator` (bin "fusion360_tool_translator" test) generated 7 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fusion360_tool_translator-e78356fdb69b506c) [INFO] running `Command { std: "docker" "inspect" "a14c3847af6d807ce030a094b3d4cc582b55220e8a8d604cc9671f7878fc4a52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a14c3847af6d807ce030a094b3d4cc582b55220e8a8d604cc9671f7878fc4a52", kill_on_drop: false }` [INFO] [stdout] a14c3847af6d807ce030a094b3d4cc582b55220e8a8d604cc9671f7878fc4a52