[INFO] updating cached repository jshrake/rust-shadertoy-clone [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jshrake/rust-shadertoy-clone [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jshrake/rust-shadertoy-clone" "work/ex/beta-1.37-6/sources/1.36.0/gh/jshrake/rust-shadertoy-clone"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jshrake/rust-shadertoy-clone'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jshrake/rust-shadertoy-clone" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jshrake/rust-shadertoy-clone"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jshrake/rust-shadertoy-clone'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2c610984e193055df0297b887969a1180c69815c [INFO] sha for GitHub repo jshrake/rust-shadertoy-clone: 2c610984e193055df0297b887969a1180c69815c [INFO] validating manifest of jshrake/rust-shadertoy-clone on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jshrake/rust-shadertoy-clone on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jshrake/rust-shadertoy-clone [INFO] finished frobbing jshrake/rust-shadertoy-clone [INFO] frobbed toml for jshrake/rust-shadertoy-clone written to work/ex/beta-1.37-6/sources/1.36.0/gh/jshrake/rust-shadertoy-clone/Cargo.toml [INFO] started frobbing jshrake/rust-shadertoy-clone [INFO] finished frobbing jshrake/rust-shadertoy-clone [INFO] frobbed toml for jshrake/rust-shadertoy-clone written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jshrake/rust-shadertoy-clone/Cargo.toml [INFO] crate jshrake/rust-shadertoy-clone already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jshrake/rust-shadertoy-clone/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/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jshrake/rust-shadertoy-clone against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jshrake/rust-shadertoy-clone:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] feae25a01206958bb59110e1f596a285f5258298b7e33a7e2d8fe7924e2d898b [INFO] running `"docker" "start" "-a" "feae25a01206958bb59110e1f596a285f5258298b7e33a7e2d8fe7924e2d898b"` [INFO] [stderr] Compiling syntex_pos v0.54.0 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling syntex_errors v0.54.0 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Compiling syntex_syntax v0.54.0 [INFO] [stderr] Compiling syntex v0.58.1 [INFO] [stderr] Compiling syntex v0.54.0 [INFO] [stderr] Compiling serde_codegen v0.9.0 [INFO] [stderr] Compiling shdrs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `register` in module `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" "feae25a01206958bb59110e1f596a285f5258298b7e33a7e2d8fe7924e2d898b"` [INFO] running `"docker" "rm" "-f" "feae25a01206958bb59110e1f596a285f5258298b7e33a7e2d8fe7924e2d898b"` [INFO] [stdout] feae25a01206958bb59110e1f596a285f5258298b7e33a7e2d8fe7924e2d898b