Your message dated Mon, 24 Oct 2022 05:36:27 +0000
with message-id <e1omq8r-002erl...@fasolo.debian.org>
and subject line Bug#1022421: fixed in node-sinon 14.0.1+ds+~cs71.23.28-1
has caused the Debian Bug report #1022421,
regarding node-sinon: FTBFS: undefined should allow a fake on the global if
a fake on a customer target is already defined
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1022421: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022421
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-sinon
Version: 14.0.0+ds+~cs71.22.25-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary
> dh_update_autotools_config
> dh_autoreconf
> dh_auto_configure --buildsystem=nodejs
> Link ./node_modules/diff -> /usr/share/nodejs/diff
> Link node_modules/bane -> ../bane
> Link node_modules/just-extend -> ../just-extend
> Link node_modules/nise -> ../nise
> Link node_modules/@sinonjs/commons -> ../../sinonjscommons
> Link node_modules/@sinonjs/fake-timers -> ../../sinonjsfake-timers
> Link node_modules/@sinonjs/formatio -> ../../sinonjsformatio
> Link node_modules/@sinonjs/referee -> ../../sinonjsreferee
> Link node_modules/@sinonjs/referee-sinon -> ../../sinonjsreferee-sinon
> Link node_modules/@sinonjs/samsam -> ../../sinonjssamsam
> Link node_modules/@sinonjs/text-encoding -> ../../sinonjstext-encoding
> Link node_modules/@types/sinon -> ../../typessinon
> Link node_modules/@types/sinonjs__fake-timers ->
> ../../typessinonjs-fake-timers
> dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> Found debian/nodejs/./build
> cd ./. && sh -ex debian/nodejs/./build
> + mkdir -p pkg
> + export NODE_PATH=node_modules:/usr/share/nodejs
> + node build.cjs
> dh_auto_test --buildsystem=nodejs
> ln -s ../debian/tests/test_modules/jsdom-global
> node_modules/jsdom-global
> ln -s ../debian/tests/test_modules/jsverify node_modules/jsverify
> ln -s ../debian/tests/test_modules/knuth-shuffle
> node_modules/knuth-shuffle
> ln -s ../debian/tests/test_modules/lazy-seq node_modules/lazy-seq
> ln -s ../debian/tests/test_modules/native-promise-only
> node_modules/native-promise-only
> ln -s ../debian/tests/test_modules/rc4 node_modules/rc4
> ln -s ../debian/tests/test_modules/trampa node_modules/trampa
> ln -s ../debian/tests/test_modules/typify-parser
> node_modules/typify-parser
> ln -s ../. node_modules/sinon
> cd ./sinonjscommons && sh -ex ../debian/nodejs/sinonjscommons/test
> + mocha --recursive lib/**/*.test.js
>
>
> calledInOrder
> given single array argument
> when stubs were called in expected order
> undefined returns true
> when stubs were called in unexpected order
> undefined returns false
> given multiple arguments
> when stubs were called in expected order
> undefined returns true
> when stubs were called in unexpected order
> undefined returns false
>
> className
> undefined returns the class name of an instance
> undefined returns 'Object' for {}
> undefined returns null for an object that has no prototype
> undefined returns null for an object whose prototype was mangled
>
> deprecated
> defaultMsg
> undefined should return a string
> printWarning
> when `process.emitWarning` is defined
> undefined should call process.emitWarning with a msg
> when `process.emitWarning` is undefined
> when `console.info` is defined
> undefined should call `console.info` with a message
> when `console.info` is undefined
> undefined should call `console.log` with a message
> wrap
> undefined should return a wrapper function
> undefined should assign the prototype of the passed method
> when the passed method has falsy prototype
> undefined should not be assigned to the wrapped method
> when invoking the wrapped function
> undefined should call `printWarning` before invoking
> undefined should invoke the passed method with the given arguments
>
> util/core/every
> undefined returns true when the callback function returns true for every
> element in an iterable
> undefined returns false when the callback function returns false for any
> element in an iterable
> undefined calls the given callback once for each item in an iterable
> until it returns false
>
> function-name
> undefined should return empty string if func is falsy
> undefined should use displayName by default
> undefined should use name if displayName is not available
> undefined should fallback to string parsing
> undefined should not fail when a name cannot be found
> undefined should not fail when toString is undefined
> undefined should not fail when toString throws
>
> global
> undefined is same as global
>
> package
> undefined should export a method named calledInOrder
> undefined should export a method named className
> undefined should export a method named every
> undefined should export a method named functionName
> undefined should export a method named orderByFirstCall
> undefined should export a method named typeOf
> undefined should export a method named valueToString
> undefined should export an object property named deprecated
> undefined should export an object property named prototypes
>
> orderByFirstCall
> undefined should order an Array of spies by the callId of the first call,
> ascending
>
> prototypes
> .array
> undefined should have all the methods of the origin prototype
> .function
> undefined should have all the methods of the origin prototype
> .map
> undefined should have all the methods of the origin prototype
> .object
> undefined should have all the methods of the origin prototype
> .set
> undefined should have all the methods of the origin prototype
> .string
> undefined should have all the methods of the origin prototype
>
> typeOf
> undefined returns boolean
> undefined returns string
> undefined returns number
> undefined returns object
> undefined returns function
> undefined returns undefined
> undefined returns null
> undefined returns array
> undefined returns regexp
> undefined returns date
>
> util/core/valueToString
> undefined returns string representation of an object
> undefined returns 'null' for literal null'
> undefined returns 'undefined' for literal undefined
>
>
> 57 passing (46ms)
>
> cd ./sinonjsfake-timers && sh -ex
> ../debian/nodejs/sinonjsfake-timers/test
> + mocha test/ integration-test/ --check-leaks
>
>
> issue #2449: permanent loss of native functions
> undefined should not fake faked timers
> undefined should not fake faked timers on a custom target
> undefined should not allow a fake on a custom target if the global is
> faked and the context inherited from the global
> undefined should allow a fake on the global if a fake on a customer
> target is already defined
>
> issue #59
> undefined should install and uninstall the clock on a custom target
>
> issue #73
> undefined should install with date object
>
> issue #67
> undefined should overflow to 1 on very big timeouts
> undefined should overflow to interval 1 on very big timeouts
> undefined should execute setTimeout smaller than 1
> undefined executes setTimeout with negative duration as if it has zero
> delay
>
> issue sinon#1852
> undefined throws when creating a clock and global has no Date
>
> issue #207 - nanosecond round-off errors on high-res timer
> undefined should not round off nanosecond arithmetic on hrtime - case 1
> undefined should not round off nanosecond arithmetic on hrtime - case 2
> undefined should truncate sub-nanosecond ticks
> undefined should always set 'now' to an integer value when ticking with
> sub-millisecond precision
> undefined should adjust adjust the 'now' value when the nano-remainder
> overflows
> undefined should floor negative now values
> undefined should floor start times
> undefined should floor negative start times
> undefined should handle ticks on the negative side of the Epoch
> undefined should handle multiple non-integer ticks
>
> FakeTimers
> setTimeout
> undefined throws if no arguments
> undefined returns numeric id or object with numeric id
> undefined returns unique id
> undefined starts id from a large number
> undefined sets timers on instance
> undefined parses numeric string times
> undefined parses no-numeric string times
> undefined passes setTimeout parameters
> undefined calls correct timeout on recursive tick
> undefined does not depend on this
> undefined is not influenced by forward system clock changes
> undefined is not influenced by forward system clock changes during
> process.nextTick()
> undefined is not influenced by backward system clock changes
> undefined should work when called from a process.nextTick()
> undefined should work when called from a process.nextTick() (across the
> tick())
> undefined should work when called from setTimeout(() =>
> process.nextTick())
> undefined handles Infinity and negative Infinity correctly
> use of eval when not in node
> - evals non-function callbacks
> - only evals on global scope
> use of eval in node
> undefined does not eval non-function callbacks
> when util.promisified
> undefined sets timers on instance
> undefined resolves with the first additional argument to setTimeout
> setImmediate
> undefined returns numeric id or object with numeric id
> undefined calls the given callback immediately
> undefined throws if no arguments
> undefined manages separate timers per clock instance
> undefined passes extra parameters through to the callback
> undefined calls the given callback before setTimeout
> undefined does not stuck next tick even if nested
> when util.promisified
> undefined calls the given callback immediately
> undefined resolves with the first argument to setImmediate
> clearImmediate
> undefined removes immediate callbacks
> undefined does not remove timeout
> undefined does not remove interval
> countTimers
> undefined return zero for a fresh clock
> undefined counts remaining timers
> undefined counts microtasks
> tick
> undefined triggers immediately without specified delay
> undefined does not trigger without sufficient delay
> undefined triggers after sufficient delay
> undefined triggers simultaneous timers
> undefined triggers multiple simultaneous timers
> undefined triggers multiple simultaneous timers with zero callAt
> undefined waits after setTimeout was called
> undefined mini integration test
> undefined triggers even when some throw
> undefined calls function with global object or null (strict mode) as
> this
> undefined triggers in the order scheduled
> undefined creates updated Date while ticking
> undefined fires timer in intervals of 13
> undefined fires timer in intervals of '13'
> undefined fires timers in correct order
> undefined triggers timeouts and intervals in the order scheduled
> undefined does not fire canceled intervals
> undefined passes 8 seconds
> undefined passes 1 minute
> undefined passes 2 hours, 34 minutes and 10 seconds (39ms)
> undefined throws for invalid format
> undefined throws for invalid minutes
> undefined throws for negative minutes
> undefined treats missing argument as 0
> undefined fires nested setTimeout calls properly
> undefined does not silently catch errors
> undefined returns the current now value
> undefined is not influenced by forward system clock changes
> undefined is not influenced by forward system clock changes 2
> undefined is not influenced by forward system clock changes when an
> error is thrown
> undefined is not influenced by forward system clock changes when an
> error is thrown 2
> undefined throws on negative ticks
> tickAsync
> undefined triggers immediately without specified delay
> undefined does not trigger without sufficient delay
> undefined triggers after sufficient delay
> undefined triggers simultaneous timers
> undefined triggers multiple simultaneous timers
> undefined triggers multiple simultaneous timers with zero callAt
> undefined triggers multiple simultaneous timers with zero callAt
> created in promises
> undefined waits after setTimeout was called
> undefined mini integration test
> undefined triggers even when some throw
> undefined calls function with global object or null (strict mode) as
> this
> undefined triggers in the order scheduled
> undefined creates updated Date while ticking
> undefined creates updated Date while ticking promises
> undefined fires timer in intervals of 13
> undefined fires timers in correct order
> undefined fires promise timers in correct order
> undefined triggers timeouts and intervals in the order scheduled
> undefined does not fire canceled intervals
> undefined does not fire intervals canceled in a promise
> undefined passes 8 seconds
> undefined passes 1 minute
> undefined passes 2 hours, 34 minutes and 10 seconds
> undefined throws for invalid format
> undefined throws for invalid minutes
> undefined throws for negative minutes
> undefined treats missing argument as 0
> undefined fires nested setTimeout calls properly
> undefined fires nested setTimeout calls in user-created promises
> properly
> undefined does not silently catch errors
> undefined returns the current now value
> undefined is not influenced by forward system clock changes
> undefined is not influenced by forward system clock changes in promises
> undefined is not influenced by forward system clock changes when an
> error is thrown
> undefined should settle user-created promises
> undefined should settle chained user-created promises
> undefined should settle multiple user-created promises
> undefined should settle nested user-created promises
> undefined should settle user-created promises even if some throw
> undefined should settle user-created promises before calling more
> timeouts
> undefined should settle local promises before calling timeouts
> undefined should settle local nested promises before calling timeouts
> next
> undefined triggers the next timer
> undefined does not trigger simultaneous timers
> undefined subsequent calls trigger simultaneous timers
> undefined subsequent calls triggers simultaneous timers with zero callAt
> undefined throws exception thrown by timer
> undefined calls function with global object or null (strict mode) as
> this
> undefined subsequent calls trigger in the order scheduled
> undefined subsequent calls create updated Date
> undefined subsequent calls trigger timeouts and intervals in the order
> scheduled
> undefined subsequent calls do not fire canceled intervals
> undefined advances the clock based on when the timer was supposed to be
> called
> undefined returns the current now value
> nextAsync
> undefined triggers the next timer
> undefined does not trigger simultaneous timers
> undefined subsequent calls trigger simultaneous timers
> undefined subsequent calls triggers simultaneous timers with zero callAt
> undefined subsequent calls in promises triggers simultaneous timers
> with zero callAt
> undefined throws exception thrown by timer
> undefined calls function with global object or null (strict mode) as
> this
> undefined subsequent calls trigger in the order scheduled
> undefined subsequent calls create updated Date
> undefined subsequent calls in promises create updated Date
> undefined subsequent calls trigger timeouts and intervals in the order
> scheduled
> undefined subsequent calls do not fire canceled intervals
> undefined subsequent calls do not fire intervals canceled in promises
> undefined advances the clock based on when the timer was supposed to be
> called
> undefined returns the current now value
> undefined should settle user-created promises
> undefined should settle nested user-created promises
> undefined should settle local promises before firing timers
> runAll
> undefined if there are no timers just return
> undefined runs all timers
> undefined new timers added while running are also run
> undefined throws before allowing infinite recursion
> undefined the loop limit can be set when creating a clock
> undefined the loop limit can be set when installing a clock
> runAllAsync
> undefined if there are no timers just return
> undefined runs all timers
> undefined new timers added while running are also run
> undefined new timers added in promises while running are also run
> undefined throws before allowing infinite recursion
> undefined throws before allowing infinite recursion from promises
> undefined the loop limit can be set when creating a clock
> undefined the loop limit can be set when installing a clock
> undefined should settle user-created promises
> undefined should settle nested user-created promises
> undefined should settle local promises before firing timers
> undefined should settle user-created promises before firing more timers
> runToLast
> undefined returns current time when there are no timers
> undefined runs all existing timers
> undefined returns time of the last timer
> undefined runs all existing timers when two timers are matched for
> being last
> undefined new timers added with a call time later than the last
> existing timer are NOT run
> undefined new timers added with a call time earlier than the last
> existing timer are run
> undefined new timers cannot cause an infinite loop
> undefined should support clocks with start time
> runToLastAsync
> undefined returns current time when there are no timers
> undefined runs all existing timers
> undefined returns time of the last timer
> undefined runs all existing timers when two timers are matched for
> being last
> undefined new timers added with a call time later than the last
> existing timer are NOT run
> undefined new timers added from a promise with a call time later than
> the last existing timerare NOT run
> undefined new timers added with a call time ealier than the last
> existing timer are run
> undefined new timers added from a promise with a call time ealier than
> the last existing timerare run
> undefined new timers cannot cause an infinite loop
> undefined new timers created from promises cannot cause an infinite loop
> undefined should settle user-created promises
> undefined should settle nested user-created promises
> undefined should settle local promises before firing timers
> undefined should settle user-created promises before firing more timers
> clearTimeout
> undefined removes timeout
> undefined removes interval
> undefined removes interval with undefined interval
> undefined does not remove immediate
> undefined ignores null argument
> reset
> undefined empties timeouts queue
> undefined resets to the time install with - issue #183
> undefined resets hrTime - issue #206
> setInterval
> undefined throws if no arguments
> undefined returns numeric id or object with numeric id
> undefined returns unique id
> undefined schedules recurring timeout
> undefined is not influenced by forward system clock changes
> undefined is not influenced by backward system clock changes
> undefined does not schedule recurring timeout when cleared
> undefined passes setTimeout parameters
> clearInterval
> undefined removes interval
> undefined removes interval with undefined interval
> undefined removes timeout
> undefined does not remove immediate
> undefined ignores null argument
> date
> undefined provides date constructor
> undefined creates real Date objects
> undefined returns date as string when called as function
> undefined creates real Date objects when Date constructor is gone
> undefined creates Date objects representing clock time
> undefined returns date as string representing clock time
> undefined listens to ticking clock
> undefined listens to system clock changes
> undefined creates regular date when passing timestamp
> undefined creates regular date when passing a date as string
> undefined creates regular date when passing a date as RFC 2822 string
> undefined creates regular date when passing year, month
> undefined creates regular date when passing y, m, d
> undefined creates regular date when passing y, m, d, h
> undefined creates regular date when passing y, m, d, h, m
> undefined creates regular date when passing y, m, d, h, m, s
> undefined creates regular date when passing y, m, d, h, m, s, ms
> undefined returns date as string when calling with arguments
> undefined returns date as string when calling with timestamp
> undefined mirrors native Date.prototype
> undefined supports now method if present
> undefined mirrors parse method
> undefined mirrors UTC method
> undefined mirrors toUTCString method
> undefined mirrors toString
> now
> undefined returns clock.now
> - is undefined
> toSource
> - is mirrored
> - is undefined
> stubTimers
> undefined returns clock object
> undefined has clock property
> undefined takes an object parameter
> undefined throws a TypeError on a number parameter
> undefined sets initial timestamp
> undefined replaces global setTimeout
> undefined global fake setTimeout should return id
> undefined global fake setTimeout().ref() should return timer
> undefined global fake setTimeout().unref() should return timer
> undefined global fake setTimeout().refresh() should return same timer
> undefined replaces global clearTimeout
> undefined uninstalls global setTimeout
> undefined uninstalls global clearTimeout
> undefined replaces global setInterval
> undefined replaces global clearInterval
> undefined uninstalls global setInterval
> undefined uninstalls global clearInterval
> undefined replaces global process.hrtime
> undefined uninstalls global process.hrtime
> undefined throws when adding performance to tofake array when
> performance not present
> undefined replaces global performance.now
> undefined uninstalls global performance.now
> undefined should let performance.mark still be callable after
> FakeTimers.install() (#136)
> undefined should not alter the global performance properties and methods
> - should mock performance on Node 16+
> 1) should replace the getEntries, getEntriesByX methods with noops that
> return []
> undefined deletes global property on uninstall if it was inherited onto
> the global object
> undefined uninstalls global property on uninstall if it is present on
> the global object itself
> undefined fakes Date constructor
> undefined fake Date constructor should mirror Date's properties
> undefined decide on Date.now support at call-time when supported
> undefined decide on Date.now support at call-time when unsupported
> undefined mirrors custom Date properties
> undefined uninstalls Date constructor
> undefined fakes provided methods
> undefined resets faked methods
> undefined does not fake methods not provided
> shouldAdvanceTime
> undefined should create an auto advancing timer (42ms)
> undefined should test setImmediate
> undefined should test setInterval (62ms)
> undefined should not depend on having to stub setInterval or
> clearInterval to work
> shouldClearNativeTimers
> undefined outputs a warning once if not enabled
> undefined can clear setTimeout
> undefined can clear setInterval
> undefined can clear setImmediate
> - can clear requestAnimationFrame
> - can clear requestIdleCallback
> requestAnimationFrame
> undefined throws if no arguments
> undefined returns numeric id or object with numeric id
> undefined returns unique id
> undefined should run every 16ms
> undefined should be called with current time
> undefined should call callback once
> undefined should schedule two callbacks before the next frame at the
> same time
> undefined should properly schedule callback for 3rd frame
> undefined should schedule for next frame if on current frame
> cancelAnimationFrame
> undefined removes animation frame
> undefined does not remove timeout
> undefined does not remove interval
> undefined does not remove immediate
> undefined ignores null argument
> runToFrame
> undefined should tick next frame
> performance.now()
> undefined should start at 0
> undefined should run along with clock.tick
> undefined should listen to multiple ticks in performance.now
> undefined should run with ticks with timers set
> process.hrtime()
> undefined should start at 0
> undefined should run along with clock.tick
> undefined should run along with clock.tick when timers set
> undefined should not move with setSystemTime
> undefined should move with timeouts
> undefined should handle floating point
> process.hrtime.bigint()
> undefined should start at 0n
> undefined should run along with clock.tick
> undefined should run along with clock.tick when timers set
> undefined should not move with setSystemTime
> undefined should move with timeouts
> queueMicrotask semantics
> undefined runs without timers
> undefined runs when runMicrotasks is called on the clock
> undefined runs with timers and before them
> nextTick semantics
> undefined runs without timers
> undefined runs when runMicrotasks is called on the clock
> undefined respects loopLimit from below in runMicrotasks
> undefined respects loopLimit from above in runMicrotasks
> undefined detects infinite nextTick cycles
> undefined runs with timers - and before them
> undefined runs when time is progressed
> undefined runs between timers
> undefined installs with microticks
> undefined installs with microticks and timers in order
> undefined uninstalls
> undefined returns an empty list of timers on immediate uninstall
> undefined returns a timer if uninstalling before it's called
> undefined does not return already executed timers on uninstall
> undefined returns multiple timers on uninstall if created
> undefined passes arguments when installed - GitHub#122
> undefined does not install by default - GitHub#126
> requestIdleCallback
> undefined throws if no arguments
> undefined returns numeric id
> undefined returns unique id
> undefined runs after all timers
> undefined runs immediately with timeout option if there isn't any timer
> undefined runs no later than timeout option even if there are any timers
> undefined doesn't runs if there are any timers and no timeout option
> cancelIdleCallback
> undefined removes idle callback
>
> #276 - remove config.target
> undefined should throw on using `config.target`
>
> issue #315 - praseInt if delay is not a number
> undefined should successfully execute the timer
>
> #368 - timeout.refresh setTimeout arguments
> undefined should forward arguments passed to setTimeout
>
> #187 - Support timeout.refresh in node environments
> undefined calls the stub again after refreshing the timeout
> undefined only calls stub once if not fired at time of refresh
>
> #347 - Support util.promisify once installed
> undefined setTimeout
> undefined setImmediate
>
> loop limit stack trace
> queueMicrotask
> undefined provides a stack trace for running microtasks
> nextTick
> undefined provides a stack trace for running microtasks
> setTimeout
> undefined provides a stack trace for running all async
> undefined provides a stack trace for running all sync
> requestIdleCallback
> undefined provides a stack trace for running all async
> undefined provides a stack trace for running all sync
> setInterval
> undefined provides a stack trace for running all async
> undefined provides a stack trace for running all sync
> setImmediate
> undefined provides a stack trace for running all async
> undefined provides a stack trace for running all sync
> requestAnimationFrame
> undefined provides a stack trace for running all async
> undefined provides a stack trace for running all sync
>
> Node Timer: ref(), unref(),hasRef()
> undefined should return the ref status as true after initiation
> undefined should return the ref status as false after using unref
> undefined should return the ref status as true after using unref and then
> ref
>
> withGlobal
> undefined matches the normal FakeTimers API
> undefined should support basic setTimeout
> undefined Date is instanceof itself
>
> globally configured browser objects
> undefined correctly instantiates and tears down
>
>
> 374 passing (701ms)
> 8 pending
> 1 failing
>
> 1) FakeTimers
> stubTimers
> should replace the getEntries, getEntriesByX methods with noops that
> return []:
> TypeError: Cannot assign to read only property 'getEntries' of object
> '#<Performance>'
> at Context.<anonymous> (test/fake-timers-test.js:3884:50)
> at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
> at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
> at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:666:10)
> at /usr/share/nodejs/mocha/lib/runner.js:789:12
> at next (/usr/share/nodejs/mocha/lib/runner.js:581:14)
> at /usr/share/nodejs/mocha/lib/runner.js:591:7
> at next (/usr/share/nodejs/mocha/lib/runner.js:474:14)
> at cbHookRun (/usr/share/nodejs/mocha/lib/runner.js:539:7)
> at done (/usr/share/nodejs/mocha/lib/runnable.js:310:5)
> at callFn (/usr/share/nodejs/mocha/lib/runnable.js:389:7)
> at Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
> at next (/usr/share/nodejs/mocha/lib/runner.js:498:10)
> at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:559:5)
> at process.processImmediate (node:internal/timers:471:21)
>
>
>
> dh_auto_test: error: cd ./sinonjsfake-timers && sh -ex
> ../debian/nodejs/sinonjsfake-timers/test returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/10/23/node-sinon_14.0.0+ds+~cs71.22.25-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: node-sinon
Source-Version: 14.0.1+ds+~cs71.23.28-1
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-sinon, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1022...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-sinon package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 24 Oct 2022 06:37:44 +0200
Source: node-sinon
Built-For-Profiles: nocheck
Architecture: source
Version: 14.0.1+ds+~cs71.23.28-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1022421
Changes:
node-sinon (14.0.1+ds+~cs71.23.28-1) unstable; urgency=medium
.
* Team upload
* New upstream version 14.0.1+ds+~cs71.23.28
* Drop unstable test (Closes: #1022421)
Checksums-Sha1:
8d5c6f761d2de0d528186f74268d1f2eb9500bd6 6688
node-sinon_14.0.1+ds+~cs71.23.28-1.dsc
36573e490deae276a05f14beca9c9e6cac51e516 5808
node-sinon_14.0.1+ds+~cs71.23.28.orig-bane.tar.xz
0e7f861a16e71f30b6e311d4cda0af06452dcca0 2760
node-sinon_14.0.1+ds+~cs71.23.28.orig-just-extend.tar.xz
0a313b3789390d3d7f28b687d640a378bc782bfe 112132
node-sinon_14.0.1+ds+~cs71.23.28.orig-nise.tar.xz
12d8f736cff1d21dac9a113df99fb139950bceeb 9924
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjscommons.tar.xz
6a0320c46f1ba80f39f70a8d0478a83a6065d322 113344
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsfake-timers.tar.xz
f6366206ac6367c2983ea4eaf6a4170ef97dfeb9 49248
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsformatio.tar.xz
21f37438051351ee36807d16adfcadf50be69caf 75252
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsreferee-sinon.tar.xz
3992b31df0571b7f0f08b734603c3abd740d8578 100048
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsreferee.tar.xz
dd8a3a0219d26d19eef29271cf53654fbd85004b 118336
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjssamsam.tar.xz
937bb619b2a837ff0850f1ccd3f7c86477a0c345 107344
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjstext-encoding.tar.xz
5519fb60328ef072fc2b16ce92043acd4db58fb7 14352
node-sinon_14.0.1+ds+~cs71.23.28.orig-typessinon.tar.xz
7c07507872b1077a8039614e27c7d2ae9911639d 4424
node-sinon_14.0.1+ds+~cs71.23.28.orig-typessinonjs-fake-timers.tar.xz
7e808026263f542a708d70afa84e4e948478bc3f 188812
node-sinon_14.0.1+ds+~cs71.23.28.orig.tar.xz
8aedc946be2e1de1bd0a315d62b2c4095326d77b 60260
node-sinon_14.0.1+ds+~cs71.23.28-1.debian.tar.xz
Checksums-Sha256:
2c6677fee4a996c28940985778a90b72119b56ddfb47d3d527ddd5e6b61487e1 6688
node-sinon_14.0.1+ds+~cs71.23.28-1.dsc
8f5aa8ec3db02b75845ab8b266b9a173e92b52b48bd8973c5e9d85b9b2892184 5808
node-sinon_14.0.1+ds+~cs71.23.28.orig-bane.tar.xz
7a13546ecb0f99a9c9aaf0e17f4e479e56fd72d5ba7410dc93985b3bdce89cdc 2760
node-sinon_14.0.1+ds+~cs71.23.28.orig-just-extend.tar.xz
64b3f969c2c6866c5de22b03577b1945c325be0bca0b8dff84c80bbe062872e4 112132
node-sinon_14.0.1+ds+~cs71.23.28.orig-nise.tar.xz
26cf9821d07a5a67ede0563fa4b5b14d0b5ffc24b1880ee0cc573ab01f7b1288 9924
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjscommons.tar.xz
1271f38b081f7d54892b06bd059cd71eaff276ee871f42dbf6d92cab82e81e10 113344
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsfake-timers.tar.xz
acc50cdeb97fe95c4fbbc01010bfbacb93f2663d99dd6f0cf72154fe80cd04e7 49248
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsformatio.tar.xz
ff7561ae0cb88c7ef7573b5c5e15902697f89e12d9a977a51d7b2e44ad22448a 75252
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsreferee-sinon.tar.xz
87d262e7b9c0938c47ee3bae72b0e205ab64c43b78b27d582c7b75b5de269261 100048
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsreferee.tar.xz
1215a09686699f7444f9071a08799f3b6d912ff019f177d02bb837cd58009c64 118336
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjssamsam.tar.xz
e7bfccfad451644fcfbe986676e82db973f4a2a3517ffb2c922714ed03e63c24 107344
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjstext-encoding.tar.xz
3151fa9648b68f299ceab86216573d92069a5d793327e957ca599e48995b908a 14352
node-sinon_14.0.1+ds+~cs71.23.28.orig-typessinon.tar.xz
cc2c54baa868327468c144980a1d317e93e1001d678b075d81bdbfe441e1413f 4424
node-sinon_14.0.1+ds+~cs71.23.28.orig-typessinonjs-fake-timers.tar.xz
fc349c18545d894f574eba2826e68f1dfc2e3c6fdef71f6a49a326de1788cc12 188812
node-sinon_14.0.1+ds+~cs71.23.28.orig.tar.xz
c7cca77faaca29a7b0d459e1d661104802815d996a8d28624c05b713b35bcc7e 60260
node-sinon_14.0.1+ds+~cs71.23.28-1.debian.tar.xz
Files:
88142b7683460a8c55b7f7741e3890ef 6688 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28-1.dsc
7ccd67cbb5f0398e19abab59a5ee86b4 5808 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-bane.tar.xz
31c29e3c3f72b93ffb0665426dd73387 2760 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-just-extend.tar.xz
3765738d5b8210bdd3b1742d9cdcbc2d 112132 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-nise.tar.xz
540d454a8264eacc03c3cdb00ecd83a6 9924 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjscommons.tar.xz
726f35d1e2d16e562a97ab274dd4728d 113344 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsfake-timers.tar.xz
5fe0b2b63a9092b419965cfe98cc3daa 49248 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsformatio.tar.xz
8c0c315e554604d6d2bbd51f00bdab76 75252 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsreferee-sinon.tar.xz
84838b265b27fb06d682c5b6564b434a 100048 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjsreferee.tar.xz
4c88e6a8d9a5a9467e76c0fb1026d5ef 118336 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjssamsam.tar.xz
023f63ebcae8e00547873ff53f615d6b 107344 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-sinonjstext-encoding.tar.xz
cfc3aa67c1aa61956751e1becf791b13 14352 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-typessinon.tar.xz
59584fc584a3fa2f7d5ac4b97a257113 4424 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig-typessinonjs-fake-timers.tar.xz
35d654ead6bf051182e7553db5b00f7e 188812 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28.orig.tar.xz
efa7291a1ada2c96691e605cf54464c8 60260 javascript optional
node-sinon_14.0.1+ds+~cs71.23.28-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmNWIGwACgkQ9tdMp8mZ
7ukA/xAAjyVQFs/YHULIl6KzSQuBKkGCQ6iO6oWG9juPwC2F4m0b3IMNDz9dImth
VsabhCbI9cXtN9W3EKRHyd/hDBDdGQN2BPHdwfGcc6/IMcxO/ma6MpxmkEIUTMAf
N3rZJjoQe0xHjOCiY5dGw17xCY//rNBfpeU2eBn6p9UT2KPNtl5FcfcoC17Fu19Q
P6FpYX7273qnv7Qv0KNdM16biI9UlgvDmJlkrwWcfH9uy0zqDqK51e523hWieGnC
D6WicSU1Y8+lZHYqcHpM6nTNmc5OHS2tUXNSorRwDWdKsnNtxTqMg3bBoKArxcad
gQ8w8QwaABtSA+g+56RyHTm5BgbVtZEBD6t9MptVUFMyyhK3R2u3Do6gVvGeshcU
wHmJ8s6YUVbN2qhO0l5fJVr/5ECk6YApoalzmTS1pWDC+FnxacDwh30GD9FchA4U
AKtapQCsWyu35DDJaPgLDmrBD1/ttfOaeQZ79DBYagVDgifw5BTA6RpVKI9Xc4cW
YVrqJuxn8Mxokk5J+B7bpRW/7Ej5z8uMV8V1/lGDHyaJw39zHUMVh9rrYMr89dWR
+1C7HCYXRn7uIaIz44KdHUUDAHYBVL82Db7MUiO0TZkCvfJGMQjczoCI+5qsYfQL
cCuR5TxLvq+bkiGxoBUOOtJY+rGW5tHjIvTSLbshtD7KWUZQuEA=
=aJgY
-----END PGP SIGNATURE-----
--- End Message ---