[INFO] cloning repository https://github.com/casbin-rs/casbin-flamegraph [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/casbin-rs/casbin-flamegraph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasbin-rs%2Fcasbin-flamegraph", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasbin-rs%2Fcasbin-flamegraph'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 685056b26062b3519c238b9b9cc02d388cbd783d [INFO] checking casbin-rs/casbin-flamegraph against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcasbin-rs%2Fcasbin-flamegraph" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/casbin-rs/casbin-flamegraph 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/casbin-rs/casbin-flamegraph [INFO] finished tweaking git repo https://github.com/casbin-rs/casbin-flamegraph [INFO] tweaked toml for git repo https://github.com/casbin-rs/casbin-flamegraph written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/casbin-rs/casbin-flamegraph 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] e100e78076ca7dedc712ecf8612ca29e6bd3fd5464103ef3184c9b71b7148968 [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" "e100e78076ca7dedc712ecf8612ca29e6bd3fd5464103ef3184c9b71b7148968", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e100e78076ca7dedc712ecf8612ca29e6bd3fd5464103ef3184c9b71b7148968", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e100e78076ca7dedc712ecf8612ca29e6bd3fd5464103ef3184c9b71b7148968", kill_on_drop: false }` [INFO] [stdout] e100e78076ca7dedc712ecf8612ca29e6bd3fd5464103ef3184c9b71b7148968 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2e8c8c5fb119b967bd87a7ef8ca2eec769ef62611119db732ff7ee569b4105e2 [INFO] running `Command { std: "docker" "start" "-a" "2e8c8c5fb119b967bd87a7ef8ca2eec769ef62611119db732ff7ee569b4105e2", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking pin-project-lite v0.1.4 [INFO] [stderr] Checking ip_network v0.3.4 [INFO] [stderr] Checking ttl_cache v0.5.1 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking rhai v0.11.1 [INFO] [stderr] Checking regex v1.3.6 [INFO] [stderr] Checking globset v0.4.5 [INFO] [stderr] Compiling thiserror-impl v1.0.15 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Checking tokio v0.2.18 [INFO] [stderr] Checking thiserror v1.0.15 [INFO] [stderr] Checking casbin v0.5.1 (https://github.com/casbin/casbin-rs#da8f6b04) [INFO] [stderr] Checking casbin-flamegraph v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.85s [INFO] running `Command { std: "docker" "inspect" "2e8c8c5fb119b967bd87a7ef8ca2eec769ef62611119db732ff7ee569b4105e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e8c8c5fb119b967bd87a7ef8ca2eec769ef62611119db732ff7ee569b4105e2", kill_on_drop: false }` [INFO] [stdout] 2e8c8c5fb119b967bd87a7ef8ca2eec769ef62611119db732ff7ee569b4105e2