[INFO] cloning repository https://github.com/BlueGhostGH/json [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BlueGhostGH/json" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlueGhostGH%2Fjson", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlueGhostGH%2Fjson'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb65d152b10e239c84d115c9967b6523f2ba7662 [INFO] testing BlueGhostGH/json against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlueGhostGH%2Fjson" "/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/BlueGhostGH/json on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BlueGhostGH/json [INFO] finished tweaking git repo https://github.com/BlueGhostGH/json [INFO] tweaked toml for git repo https://github.com/BlueGhostGH/json written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/BlueGhostGH/json already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--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] 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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7aae86aeaaa36a4b5d3d4c7aef5f3e0d353f66e6031d0e357cddb628343da5fa [INFO] running `Command { std: "docker" "start" "-a" "7aae86aeaaa36a4b5d3d4c7aef5f3e0d353f66e6031d0e357cddb628343da5fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7aae86aeaaa36a4b5d3d4c7aef5f3e0d353f66e6031d0e357cddb628343da5fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7aae86aeaaa36a4b5d3d4c7aef5f3e0d353f66e6031d0e357cddb628343da5fa", kill_on_drop: false }` [INFO] [stdout] 7aae86aeaaa36a4b5d3d4c7aef5f3e0d353f66e6031d0e357cddb628343da5fa [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=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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c28adeac4de5cd56814b14289dc7c20ac16e7b6ba91fbf2190d5831fc996c01 [INFO] running `Command { std: "docker" "start" "-a" "6c28adeac4de5cd56814b14289dc7c20ac16e7b6ba91fbf2190d5831fc996c01", kill_on_drop: false }` [INFO] [stderr] Compiling json v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `initializer` found for type parameter `R` in the current scope [INFO] [stdout] --> src/input_reader/buffered_reader.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | inner.initializer().initialize(&mut buffer); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `R` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `json` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "6c28adeac4de5cd56814b14289dc7c20ac16e7b6ba91fbf2190d5831fc996c01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c28adeac4de5cd56814b14289dc7c20ac16e7b6ba91fbf2190d5831fc996c01", kill_on_drop: false }` [INFO] [stdout] 6c28adeac4de5cd56814b14289dc7c20ac16e7b6ba91fbf2190d5831fc996c01