[INFO] fetching crate physfs-sys 0.0.0... [INFO] documenting physfs-sys-0.0.0 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate physfs-sys 0.0.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate physfs-sys 0.0.0 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate physfs-sys 0.0.0 [INFO] finished tweaking crates.io crate physfs-sys 0.0.0 [INFO] tweaked toml for crates.io crate physfs-sys 0.0.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "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] 40abc68622cd755979df80a1364915a6bd9f4784e72198953ec45989f3af04b6 [INFO] running `Command { std: "docker" "start" "-a" "40abc68622cd755979df80a1364915a6bd9f4784e72198953ec45989f3af04b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40abc68622cd755979df80a1364915a6bd9f4784e72198953ec45989f3af04b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40abc68622cd755979df80a1364915a6bd9f4784e72198953ec45989f3af04b6", kill_on_drop: false }` [INFO] [stdout] 40abc68622cd755979df80a1364915a6bd9f4784e72198953ec45989f3af04b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "RUSTDOCFLAGS=--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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f2d52d97918fc7f97f189c97d92d9bd511cf66c322c9959c2cd20e9e9aadb8a [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" "1f2d52d97918fc7f97f189c97d92d9bd511cf66c322c9959c2cd20e9e9aadb8a", kill_on_drop: false }` [INFO] [stderr] Compiling physfs-sys v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting physfs-sys v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: doc comment contains an invalid Rust code block [INFO] [stdout] --> /opt/rustwide/target/debug/build/physfs-sys-8a19b006eed48031/out/bindings.rs:3:37115 [INFO] [stdout] | [INFO] [stdout] 3 | ... { # [ doc = " \\fn const char *PHYSFS_getRealDir(const char *filename)" ] # [ doc = " \\brief Figure out where in the search path a file resides." ] # [ doc = "" ] # [ doc = " The file is specified in platform-independent notation. The returned" ] # [ doc = " filename will be the element of the search path where the file was found," ] # [ doc = " which may be a directory, or an archive. Even if there are multiple" ] # [ doc = " matches in different parts of the search path, only the first one found" ] # [ doc = " is used, just like when opening a file." ] # [ doc = "" ] # [ doc = " So, if you look for \"maps/level1.map\", and C:\\\\mygame is in your search" ] # [ doc = " path and C:\\\\mygame\\\\maps\\\\level1.map exists, then \"C:\\mygame\" is returned." ] # [ doc = "" ] # [ doc = " If a any part of a match is a symbolic link, and you've not explicitly" ] # [ doc = " permitted symlinks, then it will be ignored, and the search for a match" ] # [ doc = " will continue." ] # [ doc = "" ] # [ doc = " If you specify a fake directory that only exists as a mount point, it'll" ] # [ doc = " be associated with the first archive mounted there, even though that" ] # [ doc = " directory isn't necessarily contained in a real archive." ] # [ doc = "" ] # [ doc = " \\warning This will return NULL if there is no real directory associated" ] # [ doc = " with (filename). Specifically, PHYSFS_mountIo()," ] # [ doc = " PHYSFS_mountMemory(), and PHYSFS_mountHandle() will return NULL" ] # [ doc = " even if the filename is found in the search path. Plan accordingly." ] # [ doc = "" ] # [ doc = " \\param filename file to look for." ] # [ doc = " \\return READ ONLY string of element of search path containing the" ] # [ doc = " the file in question. NULL if not found." ] pu... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.41s [INFO] running `Command { std: "docker" "inspect" "1f2d52d97918fc7f97f189c97d92d9bd511cf66c322c9959c2cd20e9e9aadb8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f2d52d97918fc7f97f189c97d92d9bd511cf66c322c9959c2cd20e9e9aadb8a", kill_on_drop: false }` [INFO] [stdout] 1f2d52d97918fc7f97f189c97d92d9bd511cf66c322c9959c2cd20e9e9aadb8a