[INFO] fetching crate turbosql 0.4.0... [INFO] testing turbosql-0.4.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate turbosql 0.4.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate turbosql 0.4.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate turbosql 0.4.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate turbosql 0.4.0 [INFO] tweaked toml for crates.io crate turbosql 0.4.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.59.0" "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] 4e84a2451623547d9f0c05510b5a4aa8581537571ab0792d48fa4892118df5dd [INFO] running `Command { std: "docker" "start" "-a" "4e84a2451623547d9f0c05510b5a4aa8581537571ab0792d48fa4892118df5dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e84a2451623547d9f0c05510b5a4aa8581537571ab0792d48fa4892118df5dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e84a2451623547d9f0c05510b5a4aa8581537571ab0792d48fa4892118df5dd", kill_on_drop: false }` [INFO] [stdout] 4e84a2451623547d9f0c05510b5a4aa8581537571ab0792d48fa4892118df5dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e3c47a4d93c4e5cf7ab8421d0a5c0059095267829116373e235113dec8efa29 [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" "8e3c47a4d93c4e5cf7ab8421d0a5c0059095267829116373e235113dec8efa29", kill_on_drop: false }` [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling turbosql v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling directories-next v2.0.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling libsqlite3-sys v0.23.2 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling rusqlite v0.26.3 [INFO] [stderr] Compiling turbosql-impl v0.4.0 [INFO] [stdout] error: couldn't read /opt/rustwide/target/debug/build/turbosql-ffb7f7606cc46aef/out/migrations.toml: No such file or directory (os error 2) [INFO] [stdout] --> src/lib_inner.rs:65:54 [INFO] [stdout] | [INFO] [stdout] 65 | let toml_decoded: MigrationsToml = toml::from_str(include_str!(concat!(env!("OUT_DIR"), "/migrations.toml"))).expect("Unable to decode... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `turbosql` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "8e3c47a4d93c4e5cf7ab8421d0a5c0059095267829116373e235113dec8efa29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e3c47a4d93c4e5cf7ab8421d0a5c0059095267829116373e235113dec8efa29", kill_on_drop: false }` [INFO] [stdout] 8e3c47a4d93c4e5cf7ab8421d0a5c0059095267829116373e235113dec8efa29