Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

staging-18.03 merge #38054

Merged
merged 6 commits into from Apr 2, 2018
Merged

staging-18.03 merge #38054

merged 6 commits into from Apr 2, 2018

Conversation

domenkozar
Copy link
Member

@domenkozar domenkozar commented Mar 29, 2018

@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: e2fsprogs

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: e2fsprogs

Partial log (click to expand)

/nix/store/kldvn09ya1rs7g578p84dksq3fniq02h-e2fsprogs-1.44.1-bin

@shlevy
Copy link
Member

shlevy commented Mar 29, 2018

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: e2fsprogs

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/b9f4gid4ks6kfnlh9d1lknx8c948rds7-e2fsprogs-1.44.1-man
gzipping man pages under /nix/store/b9f4gid4ks6kfnlh9d1lknx8c948rds7-e2fsprogs-1.44.1-man/share/man/
strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/b9f4gid4ks6kfnlh9d1lknx8c948rds7-e2fsprogs-1.44.1-man
checking for references to /build in /nix/store/b9f4gid4ks6kfnlh9d1lknx8c948rds7-e2fsprogs-1.44.1-man...
shrinking RPATHs of ELF executables and libraries in /nix/store/qvcjzawhkf3ph71lglk09b4157pgswl2-e2fsprogs-1.44.1-info
strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/qvcjzawhkf3ph71lglk09b4157pgswl2-e2fsprogs-1.44.1-info
checking for references to /build in /nix/store/qvcjzawhkf3ph71lglk09b4157pgswl2-e2fsprogs-1.44.1-info...
/nix/store/ky8rc5w5vyb0rm72iqp6rfj2gdzadgg3-e2fsprogs-1.44.1-bin

@shlevy
Copy link
Member

shlevy commented Mar 30, 2018

@domenkozar This causes a bunch of breakage, including btrfsprogs.

@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: btrfs-progs, e2fsprogs

Partial log (click to expand)


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

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


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: btrfs-progs, e2fsprogs

Partial log (click to expand)

-
-


4
0
8
k


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: btrfs-progs, e2fsprogs

Partial log (click to expand)

shrinking /nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1/bin/mkfs.btrfs
shrinking /nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1/bin/btrfs
gzipping man pages under /nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1/share/man/
strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1/lib  /nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1/bin
patching script interpreter paths in /nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1
/nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1/bin/fsck.btrfs: interpreter directive changed from "/bin/sh -f" to "/nix/store/lnws52qanbi5vz8qg24v4ym57nznfndg-bash-4.4-p12/bin/sh -f"
checking for references to /build in /nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1...
/nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1
/nix/store/ky8rc5w5vyb0rm72iqp6rfj2gdzadgg3-e2fsprogs-1.44.1-bin

@vcunat
Copy link
Member

vcunat commented Mar 30, 2018

We should probably wait also for NixOS/systemd#18 (or similar fix)

@domenkozar
Copy link
Member Author

@vcunat makes sense - I think there are no regressions otherwise in staging.

Let's be conservative and stay with version we've been testing
on unstable/master for a long time.
Discussion on 6b9771e4a
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: btrfs-progs, e2fsprogs

Partial log (click to expand)

  /nix/store/ky8rc5w5vyb0rm72iqp6rfj2gdzadgg3-e2fsprogs-1.44.1-bin
  /nix/store/x919v8mm5cyigb1p9dasr3dcm2qsapak-zstd-1.3.3
copying path '/nix/store/1axg1i6x4pm9z0zq8svysqkalcz9navh-lzo-2.10' from 'https://cache.nixos.org'...
copying path '/nix/store/drd0anbxd980i79lfj4ahdhrg1n8aiwa-util-linux-2.31.1' from 'https://cache.nixos.org'...
copying path '/nix/store/x919v8mm5cyigb1p9dasr3dcm2qsapak-zstd-1.3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/gbdir0mv68mq4s3hj291inzr87rjng99-e2fsprogs-1.44.1' from 'https://cache.nixos.org'...
copying path '/nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1' from 'https://cache.nixos.org'...
copying path '/nix/store/ky8rc5w5vyb0rm72iqp6rfj2gdzadgg3-e2fsprogs-1.44.1-bin' from 'https://cache.nixos.org'...
/nix/store/9cma9bd3wvar7j57hnxx1ac0qrz3gysq-btrfs-progs-4.15.1
/nix/store/ky8rc5w5vyb0rm72iqp6rfj2gdzadgg3-e2fsprogs-1.44.1-bin

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: btrfs-progs, e2fsprogs

Partial log (click to expand)

  /nix/store/vjcjcg8j986ah055qyqp33sx2f2shdg1-zstd-1.3.3
  /nix/store/zqnsa5wl9v9qzf3jwgc9y5k2pah49fxd-lzo-2.10
copying path '/nix/store/zqnsa5wl9v9qzf3jwgc9y5k2pah49fxd-lzo-2.10' from 'https://cache.nixos.org'...
copying path '/nix/store/mjs2b8mmid86lvbzibzdlz8w5yrjgcnf-util-linux-2.31.1' from 'https://cache.nixos.org'...
copying path '/nix/store/vjcjcg8j986ah055qyqp33sx2f2shdg1-zstd-1.3.3' from 'https://cache.nixos.org'...
copying path '/nix/store/9rq6f89870bd6286462zahi3ypi20blv-e2fsprogs-1.44.1' from 'https://cache.nixos.org'...
copying path '/nix/store/7j8rap9kv8hi50m6is8vm09hg3vmj0w7-btrfs-progs-4.15.1' from 'https://cache.nixos.org'...
copying path '/nix/store/kldvn09ya1rs7g578p84dksq3fniq02h-e2fsprogs-1.44.1-bin' from 'https://cache.nixos.org'...
/nix/store/7j8rap9kv8hi50m6is8vm09hg3vmj0w7-btrfs-progs-4.15.1
/nix/store/kldvn09ya1rs7g578p84dksq3fniq02h-e2fsprogs-1.44.1-bin

@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: btrfs-progs, e2fsprogs

Partial log (click to expand)


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

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


@vcunat vcunat merged commit b3c938b into release-18.03 Apr 2, 2018
@vcunat vcunat self-assigned this Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants