[INFO] updating cached repository https://github.com/jshrake/rust-shadertoy-clone [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2c610984e193055df0297b887969a1180c69815c [INFO] checking jshrake/rust-shadertoy-clone against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjshrake%2Frust-shadertoy-clone" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jshrake/rust-shadertoy-clone on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jshrake/rust-shadertoy-clone [INFO] finished tweaking git repo https://github.com/jshrake/rust-shadertoy-clone [INFO] tweaked toml for git repo https://github.com/jshrake/rust-shadertoy-clone written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/jshrake/rust-shadertoy-clone already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] efe9f4b4254a9c8bc7f2a65b7acf96080b63fd2ec526babe54b3fe58846ca257 [INFO] running `"docker" "start" "-a" "efe9f4b4254a9c8bc7f2a65b7acf96080b63fd2ec526babe54b3fe58846ca257"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syntex_pos v0.54.0 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking stb_truetype v0.3.0 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking rusttype v0.8.1 [INFO] [stderr] Compiling syntex_errors v0.54.0 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Checking notify v4.0.13 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Compiling syntex_syntax v0.54.0 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling syntex v0.58.1 [INFO] [stderr] Checking winit v0.19.3 [INFO] [stderr] Compiling syntex v0.54.0 [INFO] [stderr] Compiling serde_codegen v0.9.0 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Compiling shdrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `register` in crate `serde_codegen` [INFO] [stderr] --> build.rs:15:20 [INFO] [stderr] | [INFO] [stderr] 15 | serde_codegen::register(&mut registry); [INFO] [stderr] | ^^^^^^^^ not found in `serde_codegen` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `shdrs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "efe9f4b4254a9c8bc7f2a65b7acf96080b63fd2ec526babe54b3fe58846ca257"` [INFO] running `"docker" "rm" "-f" "efe9f4b4254a9c8bc7f2a65b7acf96080b63fd2ec526babe54b3fe58846ca257"` [INFO] [stdout] efe9f4b4254a9c8bc7f2a65b7acf96080b63fd2ec526babe54b3fe58846ca257