[INFO] cloning repository https://github.com/jamwaffles/FusionToolTranslator [INFO] running `"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"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamwaffles%2FFusionToolTranslator'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4cd8165dd078251b35e3dd8670488011314de25c [INFO] testing jamwaffles/FusionToolTranslator against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamwaffles%2FFusionToolTranslator" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamwaffles/FusionToolTranslator on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [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-2/source/Cargo.toml [INFO] crate git repo https://github.com/jamwaffles/FusionToolTranslator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] ccb4c94845763fc807c28eed31896d9e0a0c898f75d6be2e42dc4fdb0a55cd79 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ccb4c94845763fc807c28eed31896d9e0a0c898f75d6be2e42dc4fdb0a55cd79"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 bzip2-sys v0.1.6 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Compiling bzip2 v0.3.2 [INFO] [stderr] Compiling flate2 v0.2.20 [INFO] [stderr] Compiling zip v0.1.19 [INFO] [stderr] Compiling fusion360_tool_translator v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:21:44 [INFO] [stderr] | [INFO] [stderr] 21 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:134:64 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:145:64 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:152:77 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:156:59 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:164:62 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:171:44 [INFO] [stderr] | [INFO] [stderr] 171 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.01s [INFO] running `"docker" "inspect" "ccb4c94845763fc807c28eed31896d9e0a0c898f75d6be2e42dc4fdb0a55cd79"` [INFO] running `"docker" "rm" "-f" "ccb4c94845763fc807c28eed31896d9e0a0c898f75d6be2e42dc4fdb0a55cd79"` [INFO] [stdout] ccb4c94845763fc807c28eed31896d9e0a0c898f75d6be2e42dc4fdb0a55cd79 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 88ce137288f4ae907942efc2245a30456b7bc68005f3acb3b303da83e0a1faf6 [INFO] running `"docker" "start" "-a" "88ce137288f4ae907942efc2245a30456b7bc68005f3acb3b303da83e0a1faf6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fusion360_tool_translator v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:21:44 [INFO] [stderr] | [INFO] [stderr] 21 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:134:64 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:145:64 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:152:77 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:156:59 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:164:62 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:171:44 [INFO] [stderr] | [INFO] [stderr] 171 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `"docker" "inspect" "88ce137288f4ae907942efc2245a30456b7bc68005f3acb3b303da83e0a1faf6"` [INFO] running `"docker" "rm" "-f" "88ce137288f4ae907942efc2245a30456b7bc68005f3acb3b303da83e0a1faf6"` [INFO] [stdout] 88ce137288f4ae907942efc2245a30456b7bc68005f3acb3b303da83e0a1faf6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 039ac59ed58fc0273b4082f81bb8cc8e1593f9a3eaf6d122db5660bbd7f8321c [INFO] running `"docker" "start" "-a" "039ac59ed58fc0273b4082f81bb8cc8e1593f9a3eaf6d122db5660bbd7f8321c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:21:44 [INFO] [stderr] | [INFO] [stderr] 21 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:134:64 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:145:64 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:152:77 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:156:59 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:164:62 [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 item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:171:44 [INFO] [stderr] | [INFO] [stderr] 171 | Err(e) => panic!("JSON parse error: {}", Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fusion360_tool_translator-0006dca587b3894c [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" "039ac59ed58fc0273b4082f81bb8cc8e1593f9a3eaf6d122db5660bbd7f8321c"` [INFO] running `"docker" "rm" "-f" "039ac59ed58fc0273b4082f81bb8cc8e1593f9a3eaf6d122db5660bbd7f8321c"` [INFO] [stdout] 039ac59ed58fc0273b4082f81bb8cc8e1593f9a3eaf6d122db5660bbd7f8321c