[INFO] cloning repository https://github.com/DHTMLX/json2excel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DHTMLX/json2excel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDHTMLX%2Fjson2excel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDHTMLX%2Fjson2excel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0883d33aae397ac9fdca11967511115130874274
[INFO] testing DHTMLX/json2excel against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDHTMLX%2Fjson2excel" "/workspace/builds/worker-4/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/DHTMLX/json2excel on toolchain b70888601af92f6cdc0364abab3446e418b91d36
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/DHTMLX/json2excel
[INFO] finished tweaking git repo https://github.com/DHTMLX/json2excel
[INFO] tweaked toml for git repo https://github.com/DHTMLX/json2excel written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/DHTMLX/json2excel already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d0d4d00deb9e8eec9aebea4b05aa98dfb16930c2fbd3aab05edbc7b2165a1efb
[INFO] running `Command { std: "docker" "start" "-a" "d0d4d00deb9e8eec9aebea4b05aa98dfb16930c2fbd3aab05edbc7b2165a1efb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0d4d00deb9e8eec9aebea4b05aa98dfb16930c2fbd3aab05edbc7b2165a1efb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0d4d00deb9e8eec9aebea4b05aa98dfb16930c2fbd3aab05edbc7b2165a1efb", kill_on_drop: false }`
[INFO] [stdout] d0d4d00deb9e8eec9aebea4b05aa98dfb16930c2fbd3aab05edbc7b2165a1efb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 507e98abf18f681c5638f381654eae747aba972f7ce55c298eb099929ed8e646
[INFO] running `Command { std: "docker" "start" "-a" "507e98abf18f681c5638f381654eae747aba972f7ce55c298eb099929ed8e646", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v0.4.27
[INFO] [stderr] Compiling cfg-if v0.1.7
[INFO] [stderr] Compiling syn v0.15.29
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.40
[INFO] [stderr] Compiling byteorder v1.3.1
[INFO] [stderr] Compiling crc32fast v1.2.0
[INFO] [stderr] Compiling bumpalo v2.2.2
[INFO] [stderr] Compiling lazy_static v1.3.0
[INFO] [stderr] Compiling ryu v0.2.7
[INFO] [stderr] Compiling wasm-bindgen v0.2.40
[INFO] [stderr] Compiling itoa v0.4.3
[INFO] [stderr] Compiling adler32 v1.0.3
[INFO] [stderr] Compiling log v0.4.6
[INFO] [stderr] Compiling serde_json v1.0.39
[INFO] [stderr] Compiling libflate v0.1.21
[INFO] [stderr] Compiling quote v0.6.11
[INFO] [stderr] Compiling zip v0.5.1
[INFO] [stderr] Compiling wasm-bindgen-backend v0.2.40
[INFO] [stderr] Compiling serde_derive v1.0.89
[INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.40
[INFO] [stderr] Compiling wasm-bindgen-macro v0.2.40
[INFO] [stderr] Compiling xlsx_import v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.31s
[INFO] running `Command { std: "docker" "inspect" "507e98abf18f681c5638f381654eae747aba972f7ce55c298eb099929ed8e646", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "507e98abf18f681c5638f381654eae747aba972f7ce55c298eb099929ed8e646", kill_on_drop: false }`
[INFO] [stdout] 507e98abf18f681c5638f381654eae747aba972f7ce55c298eb099929ed8e646
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bdf29d7d8ac3c3dc0c88c22b4855ad3cc7b9b7ed62b0e0694bcac4998c7b7d0e
[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" "bdf29d7d8ac3c3dc0c88c22b4855ad3cc7b9b7ed62b0e0694bcac4998c7b7d0e", kill_on_drop: false }`
[INFO] [stderr] Compiling xlsx_import v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.67s
[INFO] running `Command { std: "docker" "inspect" "bdf29d7d8ac3c3dc0c88c22b4855ad3cc7b9b7ed62b0e0694bcac4998c7b7d0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdf29d7d8ac3c3dc0c88c22b4855ad3cc7b9b7ed62b0e0694bcac4998c7b7d0e", kill_on_drop: false }`
[INFO] [stdout] bdf29d7d8ac3c3dc0c88c22b4855ad3cc7b9b7ed62b0e0694bcac4998c7b7d0e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 019c8ad677d0fee2d63e94cb92d8eb2c4afc86db34dfdaac5855e815e87386d9
[INFO] running `Command { std: "docker" "start" "-a" "019c8ad677d0fee2d63e94cb92d8eb2c4afc86db34dfdaac5855e815e87386d9", kill_on_drop: false }`
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/xlsx_import-7fd70b548752edbc)
[INFO] [stdout]
[INFO] [stdout] running 5 tests
[INFO] [stdout] test style::color_to_argb_test ... ok
[INFO] [stdout] test style::style_to_props_test ... ok
[INFO] [stdout] test style::str_to_hex_test ... ok
[INFO] [stdout] test xml::element_inner_test ... ok
[INFO] [stdout] test xml::element_test ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "019c8ad677d0fee2d63e94cb92d8eb2c4afc86db34dfdaac5855e815e87386d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "019c8ad677d0fee2d63e94cb92d8eb2c4afc86db34dfdaac5855e815e87386d9", kill_on_drop: false }`
[INFO] [stdout] 019c8ad677d0fee2d63e94cb92d8eb2c4afc86db34dfdaac5855e815e87386d9