[INFO] crate librespot-protocol 0.1.1 is already in cache [INFO] documenting librespot-protocol-0.1.1 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate librespot-protocol 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate librespot-protocol 0.1.1 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate librespot-protocol 0.1.1 [INFO] finished tweaking crates.io crate librespot-protocol 0.1.1 [INFO] tweaked toml for crates.io crate librespot-protocol 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "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] a738080c8f69279734c1a0b3d5699816e056c7e57233f2847f2f734d1f14b35c [INFO] running `Command { std: "docker" "start" "-a" "a738080c8f69279734c1a0b3d5699816e056c7e57233f2847f2f734d1f14b35c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a738080c8f69279734c1a0b3d5699816e056c7e57233f2847f2f734d1f14b35c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a738080c8f69279734c1a0b3d5699816e056c7e57233f2847f2f734d1f14b35c", kill_on_drop: false }` [INFO] [stdout] a738080c8f69279734c1a0b3d5699816e056c7e57233f2847f2f734d1f14b35c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c1cafeea9474a11814c2c85ef309b8271fc65d4ab58cd69fbafd7f0c41828a5 [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" "2c1cafeea9474a11814c2c85ef309b8271fc65d4ab58cd69fbafd7f0c41828a5", kill_on_drop: false }` [INFO] [stderr] Compiling protobuf-codegen-pure v2.15.1 [INFO] [stderr] Compiling librespot-protocol v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> build.rs:45:39 [INFO] [stdout] | [INFO] [stdout] 45 | let p = parse_and_typecheck(&["proto"], &[src]).expect("protoc"); [INFO] [stdout] | ^^^^^^^ expected struct `std::path::Path`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&std::path::Path` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> build.rs:45:51 [INFO] [stdout] | [INFO] [stdout] 45 | let p = parse_and_typecheck(&["proto"], &[src]).expect("protoc"); [INFO] [stdout] | ^^^ expected struct `std::path::Path`, found struct `std::string::String` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&std::path::Path` [INFO] [stdout] found reference `&std::string::String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `librespot-protocol`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2c1cafeea9474a11814c2c85ef309b8271fc65d4ab58cd69fbafd7f0c41828a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c1cafeea9474a11814c2c85ef309b8271fc65d4ab58cd69fbafd7f0c41828a5", kill_on_drop: false }` [INFO] [stdout] 2c1cafeea9474a11814c2c85ef309b8271fc65d4ab58cd69fbafd7f0c41828a5