Skip to content

Transporter: init at 1.3.3#41127

Merged
xeji merged 2 commits intoNixOS:masterfrom
worldofpeace:Transporter
May 28, 2018
Merged

Transporter: init at 1.3.3#41127
xeji merged 2 commits intoNixOS:masterfrom
worldofpeace:Transporter

Conversation

@worldofpeace
Copy link
Contributor

Motivation for this change

Bring a magic-wormhole gtk client to the people.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg GrahamcOfBorg added 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels May 27, 2018
@xeji
Copy link
Contributor

xeji commented May 28, 2018

@GrahamcOfBorg build transporter

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: transporter

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: transporter

Partial log (click to expand)

test [run-pass] run-pass/const-enum-cast.rs ... ok
test [run-pass] run-pass/const-cross-crate-extern.rs ... ok
building of '/nix/store/iwv52k8g0r4brn2dpc10zhz7y40q245s-rustc-1.25.0.drv' timed out after 4000 seconds
cannot build derivation '/nix/store/m1w2n07q9js00hbxw8r9g96v9r6pfrfs-cargo-0.26.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/qml59i5m9rcy4na5fsavvjn6j28dby07-librsvg-2.42.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/5756v6wrjaiz304v44xyxfqv1rarqgsd-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/ns50h0m1p63fncbmh994vi9lhhyf7nsp-icon-naming-utils-0.8.90.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/0kzjrql64d47dz6nh275c8xyhxn44v9s-adwaita-icon-theme-3.28.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/algpb7v9a164spfprmz4b5f560x3w7wc-Transporter-1.3.3.drv': 2 dependencies couldn't be built
error: build of '/nix/store/algpb7v9a164spfprmz4b5f560x3w7wc-Transporter-1.3.3.drv' failed

@xeji
Copy link
Contributor

xeji commented May 28, 2018

build failure looks unrelated, builds fine locally

@xeji xeji merged commit 2c933ce into NixOS:master May 28, 2018
@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: transporter

Partial log (click to expand)

   Compiling proc_macro v0.0.0 (file:///build/rustc-1.25.0-src/src/libproc_macro)
   Compiling syntax_ext v0.0.0 (file:///build/rustc-1.25.0-src/src/libsyntax_ext)
building of '/nix/store/04rc3rxknhf3gpxs0f4l37b6l7hh9kxi-rustc-1.25.0.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/jpc25qranb2dz8vxwf1n6dg594ssi8yc-cargo-0.26.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/73906rjsar0659qnmyapfxxzw47fq5bg-librsvg-2.42.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/kbg5w8hk1mfjkjlih7is2wqyifx1bnfs-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/8jd729991i04p6dwf5r7nhkz5ry3kmdj-icon-naming-utils-0.8.90.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/bvfm3b894ajkbd2accgk694mic1xf191-adwaita-icon-theme-3.28.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/gkd5ccfwm140agwh2sxqbf332gfngya1-Transporter-1.3.3.drv': 2 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/gkd5ccfwm140agwh2sxqbf332gfngya1-Transporter-1.3.3.drv' failed

@worldofpeace worldofpeace deleted the Transporter branch May 29, 2018 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants