Ivan Kozik
|
0d7bdd6d8e
|
hydra-unstable: 2020-06-23 -> 2020-07-28
This fixes the build:
config.status: creating hydra-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing executable-scripts commands
building
build flags: -j8 -l8 SHELL=/nix/store/c4wxsn4jays9j31y5z9f83nr2cp7l4pa-bash-4.4-p23/bin/bash
make all-recursive
make[1]: Entering directory '/build/source'
Making all in src
make[2]: Entering directory '/build/source/src'
Making all in hydra-evaluator
make[3]: Entering directory '/build/source/src/hydra-evaluator'
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/2xhb4hlskn33pbyph36v4wxcan56dnrw-boehm-gc-8.0.4-dev/include -I/nix/store/5rjgsqjdm71cflfb68q7m771a1rqcsk3-nix-2.4pre20200719_a79b6dd-dev/include/nix -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_evaluator-hydra-evaluator.o `test -f 'hydra-evaluator.cc' || echo './'`hydra-evaluator.cc
hydra-evaluator.cc:27:27: error: template argument 1 is invalid
27 | std::unique_ptr<Config> config;
| ^
hydra-evaluator.cc:27:27: error: template argument 2 is invalid
hydra-evaluator.cc: In constructor 'Evaluator::Evaluator()':
hydra-evaluator.cc:61:56: error: base operand of '->' is not a pointer
61 | , maxEvals(std::max((size_t) 1, (size_t) config->getIntOption("max_concurrent_evals", 4)))
| ^~
hydra-evaluator.cc:60:44: error: invalid user-defined conversion from 'std::_MakeUniq<Config>::__single_object' {aka 'std::unique_ptr<Config, std::default_delete<Config> >'} to 'int' [-fpermissive]
60 | : config(std::make_unique<::Config>())
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/memory:80,
from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/binarystring.hxx:17,
from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/binarystring:4,
from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/pqxx:3,
from ../libhydra/db.hh:3,
from hydra-evaluator.cc:1:
/nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/bits/unique_ptr.h:374:16: note: candidate is: 'std::unique_ptr<_Tp, _Dp>::operator bool() const [with _Tp = Config; _Dp = std::default_delete<Config>]' <near match>
374 | explicit operator bool() const noexcept
| ^~~~~~~~
/nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/bits/unique_ptr.h:374:16: note: return type 'bool' of explicit conversion function cannot be converted to 'int' with a qualification conversion
make[3]: *** [Makefile:440: hydra_evaluator-hydra-evaluator.o] Error 1
make[3]: Leaving directory '/build/source/src/hydra-evaluator'
make[2]: *** [Makefile:360: all-recursive] Error 1
make[2]: Leaving directory '/build/source/src'
make[1]: *** [Makefile:414: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:344: all] Error 2
builder for '/nix/store/g967cc3j6rc3nnpx2s4klpr03ig9zzyp-hydra-2020-06-23.drv' failed with exit code 2
|
2020-07-28 23:40:41 +00:00 |
|
Mario Rodas
|
9fc4678a4a
|
Merge pull request #92691 from jlesquembre/kustomize-3.8.0
kustomize: 3.3.1 -> 3.8.0
|
2020-07-26 16:36:40 -05:00 |
|
Maximilian Bosch
|
390ce60d49
|
rustracer: 2.1.33 -> 2.1.35
ChangeLog: https://github.com/racer-rust/racer/blob/master/CHANGELOG.md#2135
Updating to 2.1.36[1] isn't possible as it'd require latest nightly
Rust.
[1] https://crates.io/crates/racer/2.1.36
|
2020-07-26 11:32:40 +02:00 |
|
Bouke van der Bijl
|
352eeb059d
|
mockgen: init at 1.4.3
|
2020-07-26 14:22:57 +10:00 |
|
Daniël de Kok
|
370a71c74f
|
Merge pull request #93619 from Parasrah/go-task
go-task: init at 2.8.1
|
2020-07-25 20:41:26 +02:00 |
|
Parasrah
|
669155b09d
|
go-task: init at 2.8.1
|
2020-07-25 20:27:03 +02:00 |
|
Vladimír Čunát
|
2b7c0dcdaa
|
Merge branch 'staging-next'
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
|
2020-07-25 16:18:40 +02:00 |
|
Peter Simons
|
dbacb52ad8
|
Merge pull request #92461 from NixOS/haskell-updates
Update Haskell package set to LTS 16.6 (plus other fixes)
|
2020-07-24 22:13:40 +02:00 |
|
Daniël de Kok
|
deeb49ee4c
|
Merge pull request #93776 from Pamplemousse/codeql
codeql: 2.2.3 -> 2.2.4
|
2020-07-24 21:02:28 +02:00 |
|
Ryan Mulligan
|
1857422901
|
Merge pull request #93730 from r-ryantm/auto-update/doctl
doctl: 1.45.1 -> 1.46.0
|
2020-07-24 10:02:49 -07:00 |
|
Jörg Thalheim
|
af854940a6
|
Merge pull request #93750 from r-ryantm/auto-update/pwndbg
|
2020-07-24 17:24:08 +01:00 |
|
Pamplemousse
|
d14d094189
|
codeql: 2.2.3 -> 2.2.4
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
|
2020-07-24 09:03:05 -07:00 |
|
Malte Brandy
|
ccb418a358
|
haskellPackages.haskell-language-server: 0.2.0.0 -> 0.2.2.0
|
2020-07-24 15:04:25 +02:00 |
|
Peter Simons
|
6acca641f9
|
Merge remote-tracking branch 'origin/master' into haskell-updates.
|
2020-07-24 13:08:06 +02:00 |
|
Malte Brandy
|
5e756f5f31
|
haskellPackages.haskell-language-server: 0.1.0.0 -> 0.2.0.0
generated by
pkgs/development/tools/haskell/haskell-language-server/update.sh
with some manual tweaks
|
2020-07-24 13:02:55 +02:00 |
|
Martin Weinelt
|
579539103c
|
Merge pull request #93760 from r-ryantm/auto-update/tockloader
tockloader: 1.4.0 -> 1.5.0
|
2020-07-24 13:01:20 +02:00 |
|
R. RyanTM
|
aecafd476e
|
tockloader: 1.4.0 -> 1.5.0
|
2020-07-24 10:49:45 +00:00 |
|
R. RyanTM
|
069700e482
|
pwndbg: 2019.12.09 -> 2020.07.23
|
2020-07-24 07:59:14 +00:00 |
|
Daniël de Kok
|
6e0e4960a6
|
Merge pull request #93681 from xoe-labs/da-drone-update
drone: 1.6.5 → 1.9.0
|
2020-07-24 09:56:55 +02:00 |
|
Jörg Thalheim
|
ac33603b66
|
Merge pull request #93743 from r-ryantm/auto-update/nix-build-uncached
|
2020-07-24 07:28:55 +01:00 |
|
R. RyanTM
|
b48de3b039
|
nix-build-uncached: 0.1.1 -> 1.0.0
|
2020-07-24 05:29:10 +00:00 |
|
Sarah Brofeldt
|
ea731f42f7
|
Merge pull request #93738 from r-ryantm/auto-update/kafkacat
kafkacat: 1.5.0 -> 1.6.0
|
2020-07-24 07:05:56 +02:00 |
|
R. RyanTM
|
c648cc3234
|
kafkacat: 1.5.0 -> 1.6.0
|
2020-07-24 03:17:16 +00:00 |
|
R. RyanTM
|
b0350bc9e3
|
doctl: 1.45.1 -> 1.46.0
|
2020-07-24 00:29:02 +00:00 |
|
David Arnold
|
fcb67219ea
|
drone: 1.6.5 → 1.9.0
|
2020-07-23 15:44:40 -05:00 |
|
Daniël de Kok
|
2acbca9b92
|
Merge pull request #93696 from dywedir/just
just: 0.6.0 -> 0.7.1
|
2020-07-23 20:23:32 +02:00 |
|
Wael Nasreddine
|
bf0d3ff034
|
bazel-gazelle: 0.20.0 -> 0.21.1 (#93611)
|
2020-07-23 09:06:22 -07:00 |
|
Vladyslav M
|
4973d19644
|
just: 0.6.0 -> 0.7.1
|
2020-07-23 12:15:49 +03:00 |
|
Jan Tojnar
|
2988feba8c
|
Merge branch 'master' into staging-next
|
2020-07-23 08:19:14 +02:00 |
|
adisbladis
|
63fa3639b1
|
poetry2nix: 1.10.0 -> 1.11.0
|
2020-07-22 17:04:47 +02:00 |
|
Frederik Rietdijk
|
19be541fe7
|
Merge master into staging-next
|
2020-07-22 16:49:51 +02:00 |
|
Maximilian Bosch
|
7b17579b8b
|
wabt: 1.0.18 -> 1.0.19
https://github.com/WebAssembly/wabt/releases/tag/1.0.19
|
2020-07-22 15:29:03 +02:00 |
|
Vladimír Čunát
|
7a5c6fee0f
|
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
|
2020-07-22 08:37:19 +02:00 |
|
Mario Rodas
|
127634e4af
|
Merge pull request #93554 from r-ryantm/auto-update/cproto
cproto: 4.7o -> 4.7p
|
2020-07-20 19:42:18 -05:00 |
|
Mario Rodas
|
849868fcb5
|
cproto: enable on darwin
|
2020-07-20 18:43:19 -05:00 |
|
R. RyanTM
|
d59fa641b0
|
cproto: 4.7o -> 4.7p
|
2020-07-20 20:28:15 +00:00 |
|
Maximilian Bosch
|
117eb485d4
|
sqldeveloper: 19.4.0.354.1759 -> 20.2.0.175.1842
https://www.oracle.com/tools/sqldev/sqldev-relnotes-202.html
|
2020-07-20 21:47:10 +02:00 |
|
Pavol Rusnak
|
149987489c
|
electron: mark electron versions < 6 insecure
|
2020-07-20 18:03:50 +02:00 |
|
Pavol Rusnak
|
4d6411288c
|
electron: point electron alias to the latest stable version
+ require explicit version of electron in packages
|
2020-07-20 17:58:55 +02:00 |
|
Mario Rodas
|
c2e75de99d
|
Merge pull request #93508 from r-ryantm/auto-update/go-swagger
go-swagger: 0.24.0 -> 0.25.0
|
2020-07-20 07:46:14 -05:00 |
|
Mario Rodas
|
17ce8608cb
|
Merge pull request #93517 from eonpatapon/cue-0.2.2
cue: 0.2.1 -> 0.2.2
|
2020-07-20 07:22:15 -05:00 |
|
Mario Rodas
|
eb14ee8521
|
Merge pull request #93506 from r-ryantm/auto-update/fswatch
fswatch: 1.14.0 -> 1.15.0
|
2020-07-20 07:09:03 -05:00 |
|
Max Wittig
|
64d855d214
|
gitlab-runner: 13.1.0 -> 13.2.0 (#93514)
|
2020-07-20 11:13:05 +00:00 |
|
Mario Rodas
|
0361a0e9d6
|
go-swagger: add ldflags
|
2020-07-20 04:20:00 -05:00 |
|
Jean-Philippe Braun
|
ddec014569
|
cue: 0.2.1 -> 0.2.2
|
2020-07-20 10:21:00 +02:00 |
|
Daniël de Kok
|
a8546a078d
|
Merge pull request #93498 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.12 -> 0.1.13
|
2020-07-20 09:24:38 +02:00 |
|
R. RyanTM
|
bac0c4fecb
|
go-swagger: 0.24.0 -> 0.25.0
|
2020-07-20 05:47:54 +00:00 |
|
R. RyanTM
|
65e6e68316
|
fswatch: 1.14.0 -> 1.15.0
|
2020-07-20 05:25:54 +00:00 |
|
R. RyanTM
|
58c2a5f4fe
|
cargo-udeps: 0.1.12 -> 0.1.13
|
2020-07-20 03:05:36 +00:00 |
|
R. RyanTM
|
fa7188cd33
|
ameba: 0.13.0 -> 0.13.1
|
2020-07-20 01:12:32 +00:00 |
|