[INFO] cloning repository https://github.com/selaux/qrcode-wasm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/selaux/qrcode-wasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselaux%2Fqrcode-wasm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselaux%2Fqrcode-wasm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 039bd30b169dcac99af3dc6509ca29e6ea0efc89 [INFO] documenting selaux/qrcode-wasm against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselaux%2Fqrcode-wasm" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/selaux/qrcode-wasm 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 git repo https://github.com/selaux/qrcode-wasm [INFO] finished tweaking git repo https://github.com/selaux/qrcode-wasm [INFO] tweaked toml for git repo https://github.com/selaux/qrcode-wasm written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/selaux/qrcode-wasm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/selaux/qrende.git` [INFO] [stderr] Updating git repository `https://github.com/selaux/wasm-bindgen.git` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ruukh-codegen v0.0.3 [INFO] [stderr] Downloaded ruukh v0.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] [stdout] b050d82396615ef447fff49b6985719d78e559c35ca09329c1acb1ee3e1bed8f [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" "b050d82396615ef447fff49b6985719d78e559c35ca09329c1acb1ee3e1bed8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b050d82396615ef447fff49b6985719d78e559c35ca09329c1acb1ee3e1bed8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b050d82396615ef447fff49b6985719d78e559c35ca09329c1acb1ee3e1bed8f", kill_on_drop: false }` [INFO] [stdout] b050d82396615ef447fff49b6985719d78e559c35ca09329c1acb1ee3e1bed8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 79921a05052dbf060a8ccf319860f4022d862efd3e551d8bc189a50ef9b9f73a [INFO] running `Command { std: "docker" "start" "-a" "79921a05052dbf060a8ccf319860f4022d862efd3e551d8bc189a50ef9b9f73a", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-bindgen v0.2.29 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Checking assert_approx_eq v1.1.0 [INFO] [stderr] Checking dbscan v0.2.0 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Checking stb_truetype v0.2.5 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Checking inflate v0.4.4 [INFO] [stderr] Checking deflate v0.7.19 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Checking rand v0.4.3 [INFO] [stderr] Checking ordered-float v1.0.1 [INFO] [stderr] Checking approx v0.3.1 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking conv v0.3.3 [INFO] [stderr] Compiling syn v0.15.24 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Checking rusttype v0.7.3 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling weedle v0.8.0 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking quickcheck v0.6.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.29 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.29 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling ruukh-codegen v0.0.3 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.29 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling wasm-bindgen-webidl v0.2.23 [INFO] [stderr] Checking tiff v0.2.1 [INFO] [stderr] Checking js-sys v0.3.6 [INFO] [stderr] Checking console_error_panic_hook v0.1.5 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Compiling web-sys v0.3.6 (https://github.com/selaux/wasm-bindgen.git?rev=integration#c1f9003e) [INFO] [stderr] Checking imageproc v0.17.0 [INFO] [stderr] Checking wasm-bindgen-futures v0.3.6 [INFO] [stderr] Checking qrende v0.1.0 (https://github.com/selaux/qrende.git#5b129ec5) [INFO] [stderr] Checking ruukh v0.0.3 [INFO] [stderr] Documenting qrcode-wasm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(proc_macro_hygiene, decl_macro)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [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 E0554`. [INFO] [stdout] [INFO] [stderr] error: Could not document `qrcode-wasm`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type cdylib --crate-name qrcode_wasm src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-646897fb4c877a80.rmeta --extern console_error_panic_hook=/opt/rustwide/target/debug/deps/libconsole_error_panic_hook-932034f48cc61d35.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-cf2af106ce6675af.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-5587a9b41d457eeb.rmeta --extern qrende=/opt/rustwide/target/debug/deps/libqrende-a5781323a04d02e5.rmeta --extern ruukh=/opt/rustwide/target/debug/deps/libruukh-7525f5b121260294.rmeta --extern wasm_bindgen=/opt/rustwide/target/debug/deps/libwasm_bindgen-9c2560f6a7fe577b.rmeta --extern wasm_bindgen_futures=/opt/rustwide/target/debug/deps/libwasm_bindgen_futures-c943d206d0002421.rmeta --extern web_sys=/opt/rustwide/target/debug/deps/libweb_sys-0ead5203c74d0887.rmeta --cap-lints=warn --crate-version 0.1.0` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "79921a05052dbf060a8ccf319860f4022d862efd3e551d8bc189a50ef9b9f73a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79921a05052dbf060a8ccf319860f4022d862efd3e551d8bc189a50ef9b9f73a", kill_on_drop: false }` [INFO] [stdout] 79921a05052dbf060a8ccf319860f4022d862efd3e551d8bc189a50ef9b9f73a