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

alpine-make-vm-image: 0.6.0 -> 0.7.0 #106342

Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Dec 8, 2020

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/alpine-make-vm-image/versions.

meta.description for alpine-make-vm-image is: "Make customized Alpine Linux disk image for virtual machines"

meta.homepage for alpine-make-vm-image is: "https://github.com/alpinelinux/alpine-make-vm-image"

meta.changelog for alpine-make-vm-image is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
alpine-make-vm-image
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/p6bjpxiajfg3i8qq119sp9vqdiakfva5-alpine-make-vm-image-0.7.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A alpine-make-vm-image https://github.com/r-ryantm/nixpkgs/archive/af3dc15a72468ad940a9850b30d115ada69fc2a2.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/p6bjpxiajfg3i8qq119sp9vqdiakfva5-alpine-make-vm-image-0.7.0
ls -la /nix/store/p6bjpxiajfg3i8qq119sp9vqdiakfva5-alpine-make-vm-image-0.7.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

1 package built:
  • alpine-make-vm-image

Maintainer pings

cc @alyssais for testing.

@SuperSandro2000
Copy link
Member

SuperSandro2000 commented Dec 9, 2020

darwin:

building '/nix/store/0lc779bk0c0f0kyhvakyl240c8lkyl0n-apk-tools-2.10.5.drv'...
unpacking sources
unpacking source archive /nix/store/720yapms12br0qfd0px2k9m4h263asiv-apk-tools-2.10.5.tar.xz
source root is apk-tools-2.10.5
setting SOURCE_DATE_EPOCH to timestamp 1582035588 of file apk-tools-2.10.5/test/version.sh
patching sources
configuring
no configure script, doing nothing
building
build flags: -j4 -l4 SHELL=/nix/store/pmmh1dl7kmxi2xpagknl9qqa4wr7vv9c-bash-4.4-p23/bin/bash SBINDIR=\$\(out\)/bin LIBDIR=\$\(out\)/lib LUA_LIBDIR=\$\(out\)/lib/lua/5.3 MANDIR=\$\(out\)/share/man DOCDIR=\$\(out\)/share/doc/apk INCLUDEDIR=\$\(out\)/include PKGCONFIGDIR=\$\(out\)/lib/pkgconfig
  GENERR  libfetch/ftperr.h
  GENERR  libfetch/httperr.h
  CC      libfetch/common.o
/nix/store/pmmh1dl7kmxi2xpagknl9qqa4wr7vv9c-bash-4.4-p23/bin/bash: gcc: command not found
  CC      libfetch/file.o
  CC      libfetch/fetch.o
make[1]: *** [Make.rules:202: libfetch/common.o] Error 127
make[1]: *** Waiting for unfinished jobs....
/nix/store/pmmh1dl7kmxi2xpagknl9qqa4wr7vv9c-bash-4.4-p23/bin/bash: gcc: command not found
/nix/store/pmmh1dl7kmxi2xpagknl9qqa4wr7vv9c-bash-4.4-p23/bin/bash: gcc: command not found
make[1]: *** [Make.rules:202: libfetch/fetch.o] Error 127
make[1]: *** [Make.rules:202: libfetch/file.o] Error 127
  CC      libfetch/ftp.o
/nix/store/pmmh1dl7kmxi2xpagknl9qqa4wr7vv9c-bash-4.4-p23/bin/bash: gcc: command not found
make[1]: *** [Make.rules:202: libfetch/ftp.o] Error 127
make: *** [Make.rules:288: libfetch/] Error 2
builder for '/nix/store/0lc779bk0c0f0kyhvakyl240c8lkyl0n-apk-tools-2.10.5.drv' failed with exit code 2
cannot build derivation '/nix/store/r5pmvgic9218mrrkl4sl6j4jns8csbv7-alpine-make-vm-image-0.6.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/r5pmvgic9218mrrkl4sl6j4jns8csbv7-alpine-make-vm-image-0.6.0.drv' failed

@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 106342 run on x86_64-darwin 1

1 package failed to build:
  • alpine-make-vm-image

@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 106342 run on x86_64-darwin 1

1 package marked as broken and skipped:
  • alpine-make-vm-image

@SuperSandro2000 SuperSandro2000 merged commit 937b2fb into NixOS:master Dec 9, 2020
@r-ryantm r-ryantm deleted the auto-update/alpine-make-vm-image branch December 10, 2020 03:15
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

2 participants