[INFO] cloning repository https://github.com/schneems/wip_procfile_rust_buildpack [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/schneems/wip_procfile_rust_buildpack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschneems%2Fwip_procfile_rust_buildpack", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschneems%2Fwip_procfile_rust_buildpack'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ee8a0a92e5b52662c9f32c05cc17b0873e7fcac2 [INFO] testing schneems/wip_procfile_rust_buildpack against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschneems%2Fwip_procfile_rust_buildpack" "/workspace/builds/worker-75/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-75/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schneems/wip_procfile_rust_buildpack on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/schneems/wip_procfile_rust_buildpack [INFO] finished tweaking git repo https://github.com/schneems/wip_procfile_rust_buildpack [INFO] tweaked toml for git repo https://github.com/schneems/wip_procfile_rust_buildpack written to /workspace/builds/worker-75/source/Cargo.toml [INFO] crate git repo https://github.com/schneems/wip_procfile_rust_buildpack already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0818a1bd38e1bebad294a5f6ae8a91bd29d37a155dcf2eb8af9e64179355f648 [INFO] running `Command { std: "docker" "start" "-a" "0818a1bd38e1bebad294a5f6ae8a91bd29d37a155dcf2eb8af9e64179355f648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0818a1bd38e1bebad294a5f6ae8a91bd29d37a155dcf2eb8af9e64179355f648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0818a1bd38e1bebad294a5f6ae8a91bd29d37a155dcf2eb8af9e64179355f648", kill_on_drop: false }` [INFO] [stdout] 0818a1bd38e1bebad294a5f6ae8a91bd29d37a155dcf2eb8af9e64179355f648 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5155a88540b15143cc7874a8fa302a62c518f25040500ba7b10dad68510364ed [INFO] running `Command { std: "docker" "start" "-a" "5155a88540b15143cc7874a8fa302a62c518f25040500ba7b10dad68510364ed", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling cpufeatures v0.1.4 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling pathdiff v0.2.0 [INFO] [stderr] Compiling tokio v1.6.1 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling openssl-src v111.15.0+1.1.1k [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tar v0.4.37 [INFO] [stderr] Compiling indoc v1.0.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling thiserror-impl v1.0.28 [INFO] [stderr] Compiling hyper v0.14.9 [INFO] [stderr] Compiling thiserror v1.0.28 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling libcnb v0.2.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.3 [INFO] [stderr] Compiling libherokubuildpack v0.1.1 [INFO] [stderr] Compiling jvm-function-invoker-buildpack v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 21s [INFO] running `Command { std: "docker" "inspect" "5155a88540b15143cc7874a8fa302a62c518f25040500ba7b10dad68510364ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5155a88540b15143cc7874a8fa302a62c518f25040500ba7b10dad68510364ed", kill_on_drop: false }` [INFO] [stdout] 5155a88540b15143cc7874a8fa302a62c518f25040500ba7b10dad68510364ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 111a812ee6c2c8956e08244d4f94394c6d9eded811c8daf8b892c87b4d90085b [INFO] running `Command { std: "docker" "start" "-a" "111a812ee6c2c8956e08244d4f94394c6d9eded811c8daf8b892c87b4d90085b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling jvm-function-invoker-buildpack v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.57s [INFO] running `Command { std: "docker" "inspect" "111a812ee6c2c8956e08244d4f94394c6d9eded811c8daf8b892c87b4d90085b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "111a812ee6c2c8956e08244d4f94394c6d9eded811c8daf8b892c87b4d90085b", kill_on_drop: false }` [INFO] [stdout] 111a812ee6c2c8956e08244d4f94394c6d9eded811c8daf8b892c87b4d90085b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 70e5e9e60c34d3ee9ebb71c7734046f68d3c5f95969fc5fcdcd6f5d9fd06394e [INFO] running `Command { std: "docker" "start" "-a" "70e5e9e60c34d3ee9ebb71c7734046f68d3c5f95969fc5fcdcd6f5d9fd06394e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jvm_function_invoker_buildpack-35356fe504f18781) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test detect::test::test_project_toml_salesforce_type_is_function ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "70e5e9e60c34d3ee9ebb71c7734046f68d3c5f95969fc5fcdcd6f5d9fd06394e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70e5e9e60c34d3ee9ebb71c7734046f68d3c5f95969fc5fcdcd6f5d9fd06394e", kill_on_drop: false }` [INFO] [stdout] 70e5e9e60c34d3ee9ebb71c7734046f68d3c5f95969fc5fcdcd6f5d9fd06394e