[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] checking jamwaffles/FusionToolTranslator against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamwaffles%2FFusionToolTranslator" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamwaffles/FusionToolTranslator on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-10/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" "+beta" "fetch" "--locked" "--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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded msdos_time v0.1.5 [INFO] [stderr] Downloaded bzip2-sys v0.1.6 [INFO] [stderr] Downloaded bzip2 v0.3.2 [INFO] [stderr] Downloaded podio v0.1.6 [INFO] [stderr] Downloaded winapi v0.3.3 [INFO] [stderr] Downloaded zip v0.1.19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74928029e9fd8fb91a4cbf8ed61797e9ff831aa8d52940565b6184cea05449d2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "74928029e9fd8fb91a4cbf8ed61797e9ff831aa8d52940565b6184cea05449d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74928029e9fd8fb91a4cbf8ed61797e9ff831aa8d52940565b6184cea05449d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74928029e9fd8fb91a4cbf8ed61797e9ff831aa8d52940565b6184cea05449d2", kill_on_drop: false }` [INFO] [stdout] 74928029e9fd8fb91a4cbf8ed61797e9ff831aa8d52940565b6184cea05449d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e5473c3078ab0e907835497342ee760a0d896f610147a454ccc26711b2a8f0e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6e5473c3078ab0e907835497342ee760a0d896f610147a454ccc26711b2a8f0e", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.35 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Checking time v0.1.39 [INFO] [stderr] Checking msdos_time v0.1.5 [INFO] [stderr] Checking bzip2 v0.3.2 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking zip v0.1.19 [INFO] [stderr] Checking 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:44 [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:64 [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:64 [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:77 [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:59 [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:62 [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:44 [INFO] [stdout] | [INFO] [stdout] 171 | Err(e) => panic!("JSON parse error: {}", 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:21:44 [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:64 [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:64 [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:77 [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:59 [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:62 [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:44 [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] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.56s [INFO] running `Command { std: "docker" "inspect" "6e5473c3078ab0e907835497342ee760a0d896f610147a454ccc26711b2a8f0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e5473c3078ab0e907835497342ee760a0d896f610147a454ccc26711b2a8f0e", kill_on_drop: false }` [INFO] [stdout] 6e5473c3078ab0e907835497342ee760a0d896f610147a454ccc26711b2a8f0e